youtube-upload icon indicating copy to clipboard operation
youtube-upload copied to clipboard

“uploadLimitExceeded” returns exit code 0

Open KenSharp opened this issue 7 years ago • 0 comments

[RequestError] Server response: { "error": { "errors": [ { "domain": "youtube.video", "reason": "uploadLimitExceeded", "message": "The user has exceeded the number of videos they may upload." } ], "code": 400, "message": "The user has exceeded the number of videos they may upload." } }

The script returns exit code 0 (all is well) which confuses external scripts.

It may be that the response needs to be parsed until something comes to fruition in https://github.com/google/google-api-python-client/issues/176, if that indeed would solve the problem.

KenSharp avatar Oct 23 '17 13:10 KenSharp