ValvePython/dota2

Bot is not able to connect to the game.

WingsDevelopment opened this issue · 1 comments

I'm calling dota.launch_practice_lobby() after I join with my another account to be able to spec what's happening.. And game starts, but bot is not able to connect...
I get error : ERROR Failed to parse: <EGCBaseClientMsg.EMsgGCPingRequest: 3001> and lobby fails to start.
Please help!

This package only talks to the Dota 2 game coordinator. It has no way of joining games. If I remember correctly, bots would take a spectator or broadcaster slot, which remove the requirement for them to connect. However, they will retain access to the match and match details.

I haven't touched Dota 2 for a long time, so I can't help beyond that