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 getting the error ValueError: RoomIDs start with !
on line 87 rooms[all_rooms] = Room(client, all_rooms)
I am using the matrix python sdk v0.0.4. Is this the wrong version to use?
The text was updated successfully, but these errors were encountered:
I'm getting the error
ValueError: RoomIDs start with !
on line 87
rooms[all_rooms] = Room(client, all_rooms)
I am using the matrix python sdk v0.0.4. Is this the wrong version to use?
The text was updated successfully, but these errors were encountered: