-
Notifications
You must be signed in to change notification settings - Fork 82
throws out #7
Comments
can you develop ? |
Same problem |
Please, reopen this. I guess I found the problem |
Answers that could help: LonamiWebs/Telethon#4051 (comment) |
Hello, I need more details and context on the issue |
It's just as is. You can scroll mentioned issue on telethon about why it's happening (TL:DR - Telegram servers found a suspicious connection and terminating it along with other sessions) It can be fixed adding those parameters to dict(
device_model = "A320MH", # On PC, device_model usually means motherboard
app_version = "2.1.4a", # Typed a random semantic version
system_version = "Windows 11", # I guess any OS is ok. In issues above there's a mention of any "4.16.30-vxCUSTOM"
lang_code = "en",
system_lang_code = "fr-FR" # Any random language codes
) |
Also, @Alb-310, what exactly details and context do you need? |
Screenshots or logs. I will investigate this issue but it will be difficult to solve since any of my accounts are impacted so it's hard to test if it's solved |
It doesn't leave any proper logs (as I remember) and it's hard to reproduce. It's just happens randomly, maybe sus accounts, such as accounts in spam ban (mine has one), are more in danger, than other I fixed that problem once using parameters above, and now I even can't even reproduce it again |
Oh... I reproduced it (using CLI). It happened after search, so it really didn't leave any logs |
Okay I see 🤔 Thanks I will investigate and try to fix the issue |
Hello @NoPlagiarism, I added all parameters to TelegramClient in 1.4 hopefully it fixes the problem 👍 |
throws out at the search stage. Tried different accounts, but the problem is everywhere. You just start searching and exiting telegrams.
The text was updated successfully, but these errors were encountered: