lilcheti
lilcheti
install the [requirements.txt](https://github.com/LonamiWebs/Telethon/blob/master/requirements.txt)
But I'm having this error after trying to sign in: `Traceback (most recent call last): File "/mnt/shampoo/dev/telegram-autoschedule/test.py", line 13, in asyncio.run(main()) File "/usr/lib/python3.9/asyncio/runners.py", line 44, in run return loop.run_until_complete(main) File...
``` import asyncio from telethon import TelegramClient api_id = 12345 api_hash = '' async def main(): client = TelegramClient('name', api_id, api_hash) await client.start() print((await client.get_me()).stringify()) asyncio.run(main()) ```
``` async def main(): client = TelegramClient('trt', api_id, api_hash) await client.connect() if not await client.is_user_authorized(): await client.send_code_request('+989129750798') code = input('enter code: ') try: print("TRY TO SIGN IN") client.sign_in(+989129750798, code) except...
``` [proxychains] config file found: /etc/proxychains4.conf [proxychains] preloading /usr/lib/x86_64-linux-gnu/libproxychains.so.4 [proxychains] DLL init: proxychains-ng 4.14 [proxychains] Strict chain ... 127.0.0.1:1089 ... 149.154.167.51:443 ... OK ok [proxychains] Strict chain ... 127.0.0.1:1089 ......
It worked you should not use phone in sign_in only use code=code
But it won't even sends a message ``` Fatal error handling updates (this is a bug in Telethon, please report it) Traceback (most recent call last): File "/usr/lib/python3.9/asyncio/runners.py", line 44,...
This error I'm having while trying to sign in to telethon ``` Traceback (most recent call last): File "test.py", line 13, in asyncio.run(main()) File "/usr/lib/python3.8/asyncio/runners.py", line 44, in run return...
I increased the decks to 12 it's a bit better but not that much of difference
Thanks for the quick response! I don't really want to manipulate just to decrease the odds of winning Another question why the dealer plays even after the player gets busted...