You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, recently I started to see the error RPCError: -503: Timeout (caused by upload.GetFile) while downloading a file.
It seems like Telegram changed their error messages because changing "TIMEOUT" to "Timeout" in downloads.ts fixes the issue. downloads.ts:194
Not sure if other error messages are affected.
The text was updated successfully, but these errors were encountered:
Hi, recently I started to see the error
RPCError: -503: Timeout (caused by upload.GetFile)
while downloading a file.It seems like Telegram changed their error messages because changing "TIMEOUT" to "Timeout" in downloads.ts fixes the issue. downloads.ts:194
Not sure if other error messages are affected.
The text was updated successfully, but these errors were encountered: