-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fatal error handling updates (this is a bug in Telethon v1.34.0, please report it) #4308
Comments
Have you modified the library in any way? From your logs:
It fails here: Telethon/telethon/client/updates.py Line 342 in 319db57
which is only reached if Telethon/telethon/client/updates.py Lines 304 to 305 in 319db57
and Telethon/telethon/_updates/messagebox.py Lines 615 to 617 in 319db57
but Telethon/telethon/_updates/messagebox.py Lines 664 to 668 in 319db57
So what gives? Some other task must've modified |
@Lonami today i got new error/exception:
|
Code that causes the issue
Expected behavior
i upgraded telethon to newest version to fix error below. but i encountered with new exceptions :DDDDD
Actual behavior
i got a new exception error after upgrading to latest version.
Traceback
Telethon version
1.34
Python version
3.8.10 + 3.9.10
Operating system (including distribution name and version)
Windows 2016 - 64 bit
Other details
No response
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: