Skip to content

InnertubeError while updating video metadata #681

@gunpal5

Description

@gunpal5

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions