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

InnertubeError while updating video metadata #681

Closed
4 tasks done
gunpal5 opened this issue Jul 9, 2024 · 0 comments · Fixed by #669
Closed
4 tasks done

InnertubeError while updating video metadata #681

gunpal5 opened this issue Jul 9, 2024 · 0 comments · Fixed by #669
Labels
bug Something isn't working priority: medium

Comments

@gunpal5
Copy link

gunpal5 commented Jul 9, 2024

Steps to reproduce

Try to update description of any video

Failure Logs

InnertubeError: Request to https://www.youtube.com/youtubei/v1/video_manager/metadata_update?prettyPrint=false&alt=json failed with status 400
    at HTTPClient.<anonymous> (D:\GitHub\YouTube.js\examples\upload\node_modules\youtubei.js\src\utils\HTTPClient.ts:165:11)
    at Generator.next (<anonymous>)
    at fulfilled (D:\GitHub\YouTube.js\examples\upload\node_modules\tslib\tslib.js:166:62)
    at processTicksAndRejections (node:internal/process/task_queues:96:5) {
  info: '{\n' +
    '  "error": {\n' +
    '    "code": 400,\n' +
    '    "message": "Request contains an invalid argument.",\n' +
    '    "status": "INVALID_ARGUMENT"\n' +
    '  }\n' +
    '}\n',
  date: 2024-07-09T09:55:24.325Z,
  version: '10.0.0'
}

Expected behavior

Should update metadata successfully

Current behavior

failing to update metadata

Version

Default

Anything else?

No response

Checklist

  • I am running the latest version.
  • I checked the documentation and found no answer.
  • I have searched the existing issues and made sure this is not a duplicate.
  • I have provided sufficient information.
@gunpal5 gunpal5 added the bug Something isn't working label Jul 9, 2024
@LuanRT LuanRT closed this as completed in 62ac2f6 Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority: medium
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants