We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Try to update metadata for videos in different accounts. Some accounts has this error but other works fine.
C:\Users\Gunpa\Downloads\YouTube.js-91d308149691cf8037e54c294e173a91864c48fa\examples\upload\node_modules\youtubei.js\bundle\node.cjs:2058 throw new InnertubeError(`Request to ${response.url} failed with status ${response.status}`, await response.text()); ^ InnertubeError: Request to https://www.youtube.com/youtubei/v1/video_manager/metadata_update?prettyPrint=false&alt=json failed with status 400 at HTTPClient.fetch (C:\Users\Gunpa\Downloads\YouTube.js-91d308149691cf8037e54c294e173a91864c48fa\examples\upload\node_modules\youtubei.js\bundle\node.cjs:2058:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at async Actions.execute (C:\Users\Gunpa\Downloads\YouTube.js-91d308149691cf8037e54c294e173a91864c48fa\examples\upload\node_modules\youtubei.js\bundle\node.cjs:18939:22) at async Studio.updateVideoMetadata (C:\Users\Gunpa\Downloads\YouTube.js-91d308149691cf8037e54c294e173a91864c48fa\examples\upload\node_modules\youtubei.js\bundle\node.cjs:26819:22) at async C:\Users\Gunpa\Downloads\YouTube.js-91d308149691cf8037e54c294e173a91864c48fa\examples\upload\index.ts:28:18 { info: '{\n' + ' "error": {\n' + ' "code": 400,\n' + ' "message": "Request contains an invalid argument.",\n' + ' "status": "INVALID_ARGUMENT"\n' + ' }\n' + '}\n', date: 2024-10-24T16:17:39.845Z, version: '10.5.0' }
Metadata should update fine for all the accounts and channels.
metadata update works for some account but for other it doesn't work
Default
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
Try to update metadata for videos in different accounts. Some accounts has this error but other works fine.
Failure Logs
Expected behavior
Metadata should update fine for all the accounts and channels.
Current behavior
metadata update works for some account but for other it doesn't work
Version
Default
Anything else?
No response
Checklist
The text was updated successfully, but these errors were encountered: