Closed ufoptg closed 1 week ago
The provided code was the code used before the update...
haven't experienced any issue with albums or anything only got issues after commit
@EntireMusic since you opened #4475, can you take a look? Maybe it's safer to revert the changes entirely?
@EntireMusic since you opened #4475, can you take a look? Maybe it's safer to revert the changes entirely?
I'll have time to check this in a few hours. It would be nice to see the code that causes the error and a traceback.
I see that parse_mode doesn't work
@EntireMusic since you opened #4475, can you take a look? Maybe it's safer to revert the changes entirely?
@Lonami Sorry, my bad. Need to change if formatting_entities is not None:
to if formatting_entities:
in uploads.py, string 425
Code that causes the issue
issue with recent commit https://github.com/LonamiWebs/Telethon/blob/4553f04e497df1f7f4414e07c95112f0e3d1f055/telethon/client/uploads.py
Checklist
pip install -U https://github.com/LonamiWebs/Telethon/archive/v1.zip
and triggered the bug in the latest version.