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
I think I found the log with the related error message.
File "/usr/lib/python3.6/site-packages/telethon/client/users.py", line 60, in call
result = await future
telethon.errors.rpcerrorlist.PhotoInvalidDimensionsError: The photo dimensions are invalid (hint: pip install pillow for send_file to resize images) (caused by SendMediaRequest)
Seems to be an edge case, I send two other images before this one.
The text was updated successfully, but these errors were encountered:
I think I found the log with the related error message.
File "/usr/lib/python3.6/site-packages/telethon/client/users.py", line 60, in call
result = await future
telethon.errors.rpcerrorlist.PhotoInvalidDimensionsError: The photo dimensions are invalid (hint:
pip install pillow
forsend_file
to resize images) (caused by SendMediaRequest)Seems to be an edge case, I send two other images before this one.
The text was updated successfully, but these errors were encountered: