We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
// work with ended session async with client: await client.connect() me = await client.get_me()
Error was thrown if you use ended session
Infinity freeze if you use ended session
No response
1.32.1
3.9
Windows 11
telethon.network.mtprotosender:Connection closed while receiving data: 4 bytes read on a total of 8 expected bytes
pip install -U https://github.com/LonamiWebs/Telethon/archive/v1.zip
The text was updated successfully, but these errors were encountered:
same thing! await client.connect() stuck in infinite loop
await client.connect()
Sorry, something went wrong.
No branches or pull requests
Code that causes the issue
Expected behavior
Error was thrown if you use ended session
Actual behavior
Infinity freeze if you use ended session
Traceback
No response
Telethon version
1.32.1
Python version
3.9
Operating system (including distribution name and version)
Windows 11
Other details
telethon.network.mtprotosender:Connection closed while receiving data: 4 bytes read on a total of 8 expected bytes
Checklist
pip install -U https://github.com/LonamiWebs/Telethon/archive/v1.zip
and triggered the bug in the latest version.The text was updated successfully, but these errors were encountered: