Creating Sensor Widget Fails

I didn’t have any trouble the other day, or even this morning. But I couldn’t get triggers to work so I deleted my sensor and tried to re-add it. I’m getting this error and I don’t know why. I rebooted the PI and that didn’t help.
Thanks
Frank

image

The log file on the PI:
login as: pi
pi@192.168.1.110’s password:
Linux DeerDetection 5.10.63-v7+ #1459 SMP Wed Oct 6 16:41:10 BST 2021 armv7l

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Tue Dec 28 14:10:09 2021
pi@DeerDetection:~ $ tail -f /var/log/myDevices/cayenne.log
self.readQueue.put(message)
AttributeError: ‘CloudServerClient’ object has no attribute ‘readQueue’
2021-12-28 14:30:15 - myDevices - INFO - OnMessage: {‘parentId’: ‘f24f7700-6453-11ec-bbfc-979c23804144’, ‘channel’: ‘agent:devices’, ‘clientId’: ‘e16ef050-6453-11ec-8da3-474359af83d7’, ‘cmdId’: ‘uyxCspntG4MCy5E’, ‘payload’: {‘sensorId’: ‘KDunK6pvIqooELG’, ‘description’: ‘Digital Input’, ‘class’: ‘DigitalSensor’, ‘args’: {‘gpio’: ‘GPIO’, ‘channel’: 17, ‘invert’: False}}, ‘suffix’: ‘add’}
2021-12-28 14:30:15 - myDevices - ERROR - Error processing message: v1/e16ef050-6453-11ec-8da3-474359af83d7/things/f24f7700-6453-11ec-bbfc-979c23804144/cmd.json b’{“parentId”:“f24f7700-6453-11ec-bbfc-979c23804144”,“channel”:“agent:devices;add”,“clientId”:“e16ef050-6453-11ec-8da3-474359af83d7”,“cmdId”:“uyxCspntG4MCy5E”,“value”:{“sensorId”:“KDunK6pvIqooELG”,“description”:“Digital Input”,“class”:“DigitalSensor”,“args”:{“gpio”:“GPIO”,“channel”:17,“invert”:false}}}’
Traceback (most recent call last):
File “/usr/local/lib/python3.9/dist-packages/myDevices-2.0.4-py3.9.egg/myDevices/cloud/cayennemqtt.py”, line 213, in message_callback
self.on_message(message)
File “/usr/local/lib/python3.9/dist-packages/myDevices-2.0.4-py3.9.egg/myDevices/cloud/client.py”, line 379, in OnMessage
self.readQueue.put(message)
AttributeError: ‘CloudServerClient’ object has no attribute ‘readQueue’
pi@DeerDetection:~ $ tail -f /var/log/myDevices/cayenne.log
self.readQueue.put(message)
AttributeError: ‘CloudServerClient’ object has no attribute ‘readQueue’
2021-12-28 14:30:15 - myDevices - INFO - OnMessage: {‘parentId’: ‘f24f7700-6453-11ec-bbfc-979c23804144’, ‘channel’: ‘agent:devices’, ‘clientId’: ‘e16ef050-6453-11ec-8da3-474359af83d7’, ‘cmdId’: ‘uyxCspntG4MCy5E’, ‘payload’: {‘sensorId’: ‘KDunK6pvIqooELG’, ‘description’: ‘Digital Input’, ‘class’: ‘DigitalSensor’, ‘args’: {‘gpio’: ‘GPIO’, ‘channel’: 17, ‘invert’: False}}, ‘suffix’: ‘add’}
2021-12-28 14:30:15 - myDevices - ERROR - Error processing message: v1/e16ef050-6453-11ec-8da3-474359af83d7/things/f24f7700-6453-11ec-bbfc-979c23804144/cmd.json b’{“parentId”:“f24f7700-6453-11ec-bbfc-979c23804144”,“channel”:“agent:devices;add”,“clientId”:“e16ef050-6453-11ec-8da3-474359af83d7”,“cmdId”:“uyxCspntG4MCy5E”,“value”:{“sensorId”:“KDunK6pvIqooELG”,“description”:“Digital Input”,“class”:“DigitalSensor”,“args”:{“gpio”:“GPIO”,“channel”:17,“invert”:false}}}’
Traceback (most recent call last):
File “/usr/local/lib/python3.9/dist-packages/myDevices-2.0.4-py3.9.egg/myDevices/cloud/cayennemqtt.py”, line 213, in message_callback
self.on_message(message)
File “/usr/local/lib/python3.9/dist-packages/myDevices-2.0.4-py3.9.egg/myDevices/cloud/client.py”, line 379, in OnMessage
self.readQueue.put(message)
AttributeError: ‘CloudServerClient’ object has no attribute ‘readQueue’