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
I'm using this api for a year, but today I got problem. The bot didn't want to start :
Invalid server URL
Traceback (most recent call last):
File "/home/nemesis/work/matrix_python/lib/python3.7/site-packages/matrix_bot_api/matrix_bot_api.py", line 19, in __init__
self.client.login_with_password(username, password)
File "/home/nemesis/work/matrix_python/lib/python3.7/site-packages/matrix_client/client.py", line 249, in login_with_password
return self.login(username, password, limit, sync=True)
File "/home/nemesis/work/matrix_python/lib/python3.7/site-packages/matrix_client/client.py", line 280, in login
self._sync()
File "/home/nemesis/work/matrix_python/lib/python3.7/site-packages/matrix_client/client.py", line 585, in _sync
room._put_event(event)
File "/home/nemesis/work/matrix_python/lib/python3.7/site-packages/matrix_client/room.py", line 303, in _put_event
self._process_state_event(event)
File "/home/nemesis/work/matrix_python/lib/python3.7/site-packages/matrix_client/room.py", line 638, in _process_state_event
self.invite_only = econtent["join_rule"] == "invite"
KeyError: 'join_rule'
The only strange event in the account is an invite for a 1v1 conversation (not a classique room) that the bot account didn't manage to join (with a riot web client it says "Not a known server").
Hello,
I'm using this api for a year, but today I got problem. The bot didn't want to start :
The only strange event in the account is an invite for a 1v1 conversation (not a classique room) that the bot account didn't manage to join (with a riot web client it says "Not a known server").
My bot start fine with a another mxid but not with his own now.
The text was updated successfully, but these errors were encountered: