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
Traceback (most recent call last):
File "src\\gevent\\greenlet.py", line 854, in gevent._gevent_cgreenlet.Greenlet.run
File "main.py", line 18, in get_imba_lobbies
dota.get_practice_lobby_list(tournament_games=False, password='')
File "C:\Users\sercankd\AppData\Local\Programs\Python\Python38-32\lib\site-packages\dota2\features\lobby.py", line 170, in get_practice_lobby_list
jobid = self.send_job(EDOTAGCMsg.EMsgGCPracticeLobbyList,
File "C:\Users\sercankd\AppData\Local\Programs\Python\Python38-32\lib\site-packages\dota2\client.py", line 166, in send_job
self._send(*args, jobid=jobid, **kwargs)
File "C:\Users\sercankd\AppData\Local\Programs\Python\Python38-32\lib\site-packages\dota2\client.py", line 213, in _send
proto_fill_from_dict(message, data)
File "C:\Users\sercankd\AppData\Local\Programs\Python\Python38-32\lib\site-packages\steam\utils\proto.py", line 86, in proto_fill_from_dict
desc = field_descs[key]
KeyError: 'tournament_games'
2020-07-09T19:39:13Z <Greenlet at 0x52d1e80: get_imba_lobbies> failed with KeyError
The text was updated successfully, but these errors were encountered:
Using get_practice_lobby_list returns an error
dota.get_practice_lobby_list(tournament_games=False, password='')
The text was updated successfully, but these errors were encountered: