You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Receiving a reaction results in the following exception: ValueError: 'IncomingReaction' is not a valid EventType
Traceback (most recent call last):
File ".../deltabot.py", line 395, in <module>
main(sys.argv)
File ".../deltabot.py", line 372, in main
bot.run_forever()
File ".../lib/python3.12/site-packages/deltachat_rpc_client/client.py", line 92, in run_forever
self.run_until(lambda _: False)
File ".../lib/python3.12/site-packages/deltachat_rpc_client/client.py", line 107, in run_until
event["kind"] = EventType(event.kind)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/enum.py", line 757, in __call__
return cls.__new__(cls, value)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/enum.py", line 1171, in __new__
raise ve_exc
ValueError: 'IncomingReaction' is not a valid EventType
Running deltachat_rpc_client v1.152.1
The text was updated successfully, but these errors were encountered:
Receiving a reaction results in the following exception:
ValueError: 'IncomingReaction' is not a valid EventType
Running deltachat_rpc_client v1.152.1
The text was updated successfully, but these errors were encountered: