-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logged out on all devices after adding a user #36
Comments
try client = TelegramClient('current-session', API_ID, API_HASH, system_version="4.16.30-vxCUSTOM") |
I experienced the same problem when I was debugging locally, everything worked well, but when I moved this code to the cloud on another server, when I started it, I was immediately thrown offline. I got scared and thought that I could have been hacked, what was it and why did it happen? |
@a-poluyanov, (i'm russian) it's because spammer using telethon, Telegram's servers learned to detect spammers and block all session and (in some situations) block account for 24 hours. Try to use:
Where bold "CUSTOM", name of "custom system version". For example: system_version="4.16.30-vxNekoNya") |
i was scared too when i'm logout from all my devices. if you have more information - tell me here please |
Main idea is in title. Installed telethon, cloned repo, created application and bot, ran
python spy.py
with my python 3.11, sent 'add' command to bot, but got logged out on all my devices instead of something other.The text was updated successfully, but these errors were encountered: