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

11.0.1 Can't update tags on video anymore #796

Open
4 tasks done
MrGrasss opened this issue Nov 2, 2024 · 0 comments
Open
4 tasks done

11.0.1 Can't update tags on video anymore #796

MrGrasss opened this issue Nov 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@MrGrasss
Copy link

MrGrasss commented Nov 2, 2024

Steps to reproduce

const tagRequest = await yt.studio.updateVideoMetadata(
upload.data.videoId,
{
title: uploadMessage.title,
description: uploadMessage.description,
tags: uploadMessage.tags,
category: Number(uploadMessage.category),
privacy: publicity,
}
);

Failure Logs

400, It has to be an issue with the client's device.

Expected behavior

Successfully set tags to an uploaded video

Current behavior

400

Version

Default

Anything else?

The same error previously occurred on video uploads but that had been fixed with this commit: 50be8a8#diff-364363cfba7df1f41ba8d586dbf0295ae5882013149afe0482d772f31b238f56R245

Maybe its the same issue?

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.
@MrGrasss MrGrasss added the bug Something isn't working label Nov 2, 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
Projects
None yet
Development

No branches or pull requests

1 participant