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
Having the transcode status set to 'complete' while the video is uploading seems misleading. I would expect something like 'queued', 'waiting', or even 'in_progress' for the transcode status while the video is uploading.
The text was updated successfully, but these errors were encountered:
Hi @dumbeau this is a known issue on the Vimeo backend, with transcode.status returning complete prematurely.
As a workaround, check the is_playable field from the response instead. This will return false if there are no playable video files yet created, and true when at least one transcode has completed.
Here is my python console and I'm refreshing the status immediately after upload:
Having the transcode status set to 'complete' while the video is uploading seems misleading. I would expect something like 'queued', 'waiting', or even 'in_progress' for the transcode status while the video is uploading.
The text was updated successfully, but these errors were encountered: