telegram sends these variables: BuildVars.BUILD_VERSION, TLRPC.LAYER, BuildVars.APP_ID, deviceModel, systemVersion, appVersion, langCode, systemLangCode, configPath, FileLog.g...
How can I make the script continue working after this error and not stop? telethon.errors.rpcbaseerrors.TimedOutError: RPCError -503: Timedout (caused by GetUsersRequest)
I have another problem, sometimes the script freezes with the following message: Automatic reconnection failed 60 times(s) How to solve this problem? How to make the script co...
How can I make the script always continue running?
try: await client.connect() s = await client.send_code_request(num) log(str(s.type)) except Exception as e: log(str(e)) await client.disconnect() else: work.... this is ...
my script sometimes freezes on these lines: await client.connect() await client.send_code_request(number) how to solve a problem? There are no errors, the script just freezes!
updated teleton and now there is a new error the key is not in the system caused by getpasswordrequest How to fix it?
How to reduce RAM consumption by teleton?
such situation. I live in Indonesia. and my accounts are deleted by Telegram due to the fact that it does not communicate with Firebase, as accounts do in normal applications....
I live in Indonesia, my accounts with Indonesian numbers are banned. any help?
telegram deletes accounts that do not connect to firebase. how to solve a problem?
My script worked perfectly on teleton 1.24, client.session.save_entities = False updated telethon to 1.28.2. now I have to look for a specific proxy, because otherwise there a...
why on 1.24 await client.catch_up() returns all messages from day one? Am I doing something wrong?
how did the catch_up work in version 1.24?
how can I throw an exception if reconnection failed 60 times?
How to specify a push token in teleton?
I bought an account, there are lines extra_params and device_token, what do they mean?
why does await client.disconnect() cause an error? try doesn't work?
About 2 weeks ago, all accounts began to be deleted. can anyone help?
does telethon support firebase token?