Stekeblad / Stekeblads-Video-Uploader

Easier bulk-uploading to Youtube
MIT License
31 stars 13 forks source link

Failed to upload the video #28

Closed aimbattt closed 3 years ago

aimbattt commented 3 years ago

Failed to upload the video "NAME VIDEO" Here is the error details:

400 Bad Request POST was url { "code": 400, "errors": [ { "domain": "youtube.video", "location": "body.snippet.title", "locationType": "other", "message": "The request metadata specifies an invalid or empty video title.", "reason": "invalidTitle" } ], "message": "The request metadata specifies an invalid or empty video title." }

url 400 Bad Request POST url { "code": 400, "errors": [ { "domain": "youtube.video", "location": "body.snippet.title", "locationType": "other", "message": "The request metadata specifies an invalid or empty video title.", "reason": "invalidTitle" } ], "message": "The request metadata specifies an invalid or empty video title." } URLS at io.github.stekeblad.videouploader.youtube.Uploader.upload(Uploader.java:303) at io.github.stekeblad.videouploader.youtube.Uploader.access$000(Uploader.java:36) at io.github.stekeblad.videouploader.youtube.Uploader$1.call(Uploader.java:152) at io.github.stekeblad.videouploader.youtube.Uploader$1.call(Uploader.java:139) at javafx.concurrent.Task$TaskCallable.call(Task.java:1423) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)

Stekeblad commented 3 years ago

Hi @aimbattt , It looks like you tried to upload a video without giving it a name/title

aimbattt commented 3 years ago

Hi @aimbattt , It looks like you tried to upload a video without giving it a name/title

no, i give video name

Stekeblad commented 3 years ago

A few questions:

aimbattt commented 3 years ago

I found a solution to this problem, there was something with tags for the video, strange characters were less than 500 and everything was separated by commas. I removed the tags, leaving only one.

Stekeblad commented 3 years ago

So the tags made something with the title? Strange.

Anyway, good you found a solution. I am closing this issue.