getting following error while trying to re-install after debian 13 (python 3.13) upgrade:
(venv) pi@myserver:[/usr/local/bin/xmpp-chatbot] $ ./main.py
Traceback (most recent call last):
File "/usr/local/bin/xmpp-chatbot/./main.py", line 197, in
xmpp.process()
^^^^^^^^^^^^
AttributeError: 'QueryBot' object has no attribute 'process'
getting following error while trying to re-install after debian 13 (python 3.13) upgrade:
(venv) pi@myserver:[/usr/local/bin/xmpp-chatbot] $ ./main.py
Traceback (most recent call last):
File "/usr/local/bin/xmpp-chatbot/./main.py", line 197, in
xmpp.process()
^^^^^^^^^^^^
AttributeError: 'QueryBot' object has no attribute 'process'