Lonami

Results 705 comments of Lonami

Thanks for the detailed report. I've stopped bothering updating the `errors.csv` file but you're welcome to send a PR. As for workaround or guesses, I don't have any, but I...

Please react with the thumbs-up emoji instead of posting "me too" comments.

Some people have reported that some channels must be polled manually to receive updates as of recently. Telethon does not have any built-in way to do this yet (but of...

I don't have plan to implement support for downloads CDNs, however, that shouldn't happen because the default is to *not* allow CDN redirects: https://github.com/LonamiWebs/Telethon/blob/7ceb2e0b250c8d35c610cf597ee09864b916aed6/telethon/client/downloads.py#L34-L35 https://tl.telethon.dev/methods/upload/get_file.html (where cdn_supported is a flag...

Someone needs to implement the feature. Whether that's you or someone else is up to you. As I said I'm not interested in doing so and don't really have the...

Don't really know why this happens. I have never been able to reproduce it. Telegram might be closing the connection. I doubt I'll look into this any time soon.

Have you modified the library in any way? From your logs: ``` Traceback (most recent call last): File "telethon\client\updates.py", line 342, in _update_loop File "telethon\_updates\messagebox.py", line 668, in apply_difference RuntimeError:...

Unlikely to be fixed in v1. Album handling is a hack. Recommendation is to use a single handler.

There's not much I can do without clear reproduction steps.

`time.sleep` blocks the thread and should not be used with `asyncio` unless you have a very good reason to. I wouldn't be surprised if stalling the connection that long was...