dota2 icon indicating copy to clipboard operation
dota2 copied to clipboard

🐸 Python package for interacting with Dota 2 Game Coordinator

Results 35 dota2 issues
Sort by recently updated
recently updated
newest added

Hello. Is it possible to get Live data of match using request_matchdetails? It returns me /n if i request live match info. If i request match which already ended, it...

Is this project still maintained? I see it's bassed off of [node-dota2](https://github.com/Arcana/node-dota2), which has been deprecated. I am currently to set up the bot, host a lobby, but I am...

question

I'm running a game in a lobby with a 1v1SoloMid game mode and passing league_id to save the match and get the result of the game. If all 2 players...

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 message ``` dota.create_tournament_lobby(password=password,tournament_game_id=12345, tournament_id=12345, options=options) File "/home/ubuntu/dota2/venv/lib/python3.7/site-packages/dota2/client.py", line 200, in send self._send(emsg, data,...

bug

Fixed some typos in docstrings.

I need to drop a bot in the lobby, preferably in the coach slot of any team, how can I do this? And now if I even throw the team...

I get the following messages in the console (without logging): `Failed to parse: ` `Failed to parse: ` but it doesn't seem to raise exceptions. So is it right to...

dota2 version: dota2==1.1.0 After calling `create_practice_lobby` with `leagueid=xxxx` parammeter and launching it, I can find the match in dotabuff league page, see as below: ![image](https://user-images.githubusercontent.com/2456854/140607057-e800eb28-e999-46d0-aa71-ab224a37e0d9.png) But when the match was...

How can I create a 1x1 lobby only the middle in dota 2?