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

Cannot read properties of undefined (reading 'flexible-item-buttons') #2058

Closed
raszpl opened this issue Mar 3, 2024 · 0 comments
Closed
Assignees
Labels
Bug Bug or required update after YouTube changes 🥳🤩Yay!👏 legendary

Comments

@raszpl
Copy link
Contributor

raszpl commented Mar 3, 2024

this.hideDetailButton(node.$['flexible-item-buttons'].children);

Uncaught TypeError: Cannot read properties of undefined (reading 'flexible-item-buttons')
at eval (eval at ImprovedTube.ytElementsHandler (functions.js:116:18), :1:7)
at ImprovedTube.ytElementsHandler (functions.js:116:18)

should be

this.hideDetailButton(node.querySelector('#flexible-item-buttons').children); 

?
broken by b33b07f

@raszpl raszpl added Bug Bug or required update after YouTube changes help wanted Just an old github standard we add automatically. (The team can remove it when working on it.) good first issue A GitHub standard for inviting (new) contributors *Congratulations in advance!* up-for-grabs (a github standard for inviting new contributors) - Welcome! ♥ labels Mar 3, 2024
@raszpl raszpl removed help wanted Just an old github standard we add automatically. (The team can remove it when working on it.) good first issue A GitHub standard for inviting (new) contributors *Congratulations in advance!* up-for-grabs (a github standard for inviting new contributors) - Welcome! ♥ labels Mar 4, 2024
@raszpl raszpl self-assigned this Mar 4, 2024
@raszpl raszpl closed this as completed Mar 4, 2024
@ImprovedTube ImprovedTube added the 🥳🤩Yay!👏 legendary label Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bug or required update after YouTube changes 🥳🤩Yay!👏 legendary
Projects
None yet
Development

No branches or pull requests

2 participants