[Bug]: Plugins do not work (development) #2979
Labels
No labels
awaiting-reply
breaking changes
bug
cannot-reproduce
dependencies
documentation
duplicate
electron-issue
enhancement
fix-available
good first issue
help wanted
invalid
javascript
need more information
need rebase
official-youtube-music-issue
plugin request
question
release
security
stale
Status: blocked
typo
wontfix
ytmd-issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: YTMD/youtube-music#2979
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Preflight Checklist
YouTube Music (Application) Version
master
Checklists
What operating system are you using?
Windows
Operating System Version
Windows 11 23H2
What CPU architecture are you using?
x64
Last Known Working YouTube Music (Application) version
3.7.2
Reproduction steps
Enable a plugin. Once restarted, it will not work even if it shows that it is enabled in the plugins menu.
Expected Behavior
Plugins should work if enabled.
Actual Behavior
Logs show that plugins are loaded but does not work.
Enabled plugins
Additional Information
This occurs on the latest
master
branch.After doing
git bisect
, the first bad commit points to a vite upgrade (aac2974430
).Prior to this commit, DevTools take some time before it opens, then loads all enabled plugins. Now, DevTools opens instantaneously, but enabled plugins do not work as intended.