Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First video upload on youtube results in success but youtube never processes the video. #3566

Open
twilson90 opened this issue Sep 26, 2024 · 2 comments
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@twilson90
Copy link

Environment details

  • OS: Windows 11
  • Node.js version: 22.9.0
  • npm version: 10.8.3
  • googleapis version: 140.0.1

Whenever I try to upload videos via the API, the first attempt always results in a video that never gets processed by YouTube.
The response from the API will indicate thyat the video has successfully uploaded, but in Youtube Studio I'll see:
chrome_fk1xvFDjwe

'Upload 0%' remains indefinitely (even though it's been completely uploaded) and it never gets processed.
I have to manually cancel it and run the script again, the second attempt will always succeed and the video will get processed.

Has anyone else experienced this behaviour? What might be the cause?

This is my script:
https://github.com/twilson90/concat-cam-videos/blob/main/index.js

@twilson90 twilson90 added priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Sep 26, 2024
@reutg
Copy link

reutg commented Oct 14, 2024

Hi @twilson90, did you find the problem?

@twilson90
Copy link
Author

Nope, still an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants