-
-
Notifications
You must be signed in to change notification settings - Fork 351
Closed
Labels
Description
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.
Reactions are currently unavailable