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
{{ message }}
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.
when saving to IGTV - shows warning error - DeprecationWarning: ANTIALIAS is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.LANCZOS instead.
how can i change this line of code _ im1 = im1.resize(size, Image.ANTIALIAS) _ and use the resampling as it was mentioned ?
Try a one hour live and this message appears and it did not save to IGTV:
Saving...
ERROR(202): Transcode not finished yet.
if i change the number in this line :
'retry_context': '{"num_reupload":0,"num_step_auto_retry":0,"num_step_manual_retry":0}',
can i do num_step_auto_retry: 1 or do i put a num in seconds...to auto retry the upload?
or would u know where to "wait more" for the transcoding?
thanks
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
when saving to IGTV - shows warning error - DeprecationWarning: ANTIALIAS is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.LANCZOS instead.
how can i change this line of code _ im1 = im1.resize(size, Image.ANTIALIAS) _ and use the resampling as it was mentioned ?
Environment
it does save to igtv and plays well
Thanks
The text was updated successfully, but these errors were encountered: