Soulbadguy54
Soulbadguy54
Hello. Need help, please guys :) There are 2 questions that i dont understand. 1) I use `response = cs.wait_event('full_match_info', timeout=30, raises=False)` for get the game data from user last...
What i use: ``` async def main(): worker1.async_run() # code blocks here worker2.async_run() asyncio.run(main()) ``` What i expected: ``` async def main(): worker1.async_run() # need something nonblocking here worker2.async_run() #...
Get error when simply try to edit page. ``` File "C:\Users\Soulbadguy\PycharmProjects\match_parsers\objects\telegraph.py", line 80, in _act_telegraph page = await func(**func_args) File "C:\Users\Soulbadguy\PycharmProjects\match_parsers\.venv\lib\site-packages\telegraph\aio.py", line 209, in edit_page return (await self._telegraph.method('editPage', path=path, values={...
Hello! Is there any way to check who started on ct or t side in the finished match? Looks like any api answer does not contain this field Thx
Hello, thx for you work. I saw some topics in Portuguese, but i cant understand the whole situation. Is there any solution to make bot working or probably some update?...
Bot bug
After the combat, when rotation of warriors occurs (not at start of the bot), it can do this: 1) choose warrior with energy 2) waits 3) choose the same warrior...