ValvePython / dota2

🐸 Python package for interacting with Dota 2 Game Coordinator
http://dota2.readthedocs.io
198 stars 31 forks source link

Bot is not able to connect to the game. #75

Open WingsDevelopment opened 2 years ago

WingsDevelopment commented 2 years ago

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!

rossengeorgiev commented 2 years ago

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