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

Improve BadRequest messages #103

Closed
Byron opened this issue May 9, 2015 · 1 comment
Closed

Improve BadRequest messages #103

Byron opened this issue May 9, 2015 · 1 comment
Assignees

Comments

@Byron
Copy link
Owner

Byron commented May 9, 2015

If the title contains ->, it will be rejected with a reason. However, that reason never shows up, instead you see BadRequest on the commandline.

The --debug output of the command looks like this - it attempted to upload a video with the title: Google.rs #2 [json-tools -> Using IntoIterator]

{
 "error": {
  "errors": [
   {
    "domain": "youtube.video",
    "reason": "invalidTitle",
    "message": "Bad Request",
    "locationType": "other",
    "location": "body.snippet.title"
   }
  ],
  "code": 400,
  "message": "Bad Request"
 }
}
@Byron Byron self-assigned this May 9, 2015
@Byron Byron closed this as completed in e86e55c May 9, 2015
@Byron
Copy link
Owner Author

Byron commented May 9, 2015

You can watch the development stream on youtube

thumb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant