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
Update:
Maybe key needs update....
I use create_practice_lobby and config_practice_lobby methods to bypass upon error. With config_practice_lobby, use key with leagueid, not tournament_game_id.
The text was updated successfully, but these errors were encountered:
Version:
dota2==1.0.0
steam==1.0.1
Hi, I use
create_tournament_lobby
method to create a tournament lobby. But I get error messageI look into the source code, find https://github.com/ValvePython/dota2/blob/master/dota2/features/lobby.py#L99 with a dictionary
command
. When I remove the keytournament_game
with valueTrue
, still get error message:KeyError: 'tournament_game_id
, guess some error with proto fields?Update:
Maybe key needs update....
I use
create_practice_lobby
andconfig_practice_lobby
methods to bypass upon error. Withconfig_practice_lobby
, use key withleagueid
, nottournament_game_id
.The text was updated successfully, but these errors were encountered: