[Bug]: App Crash #3648
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: YTMD/youtube-music#3648
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
3.10.0
Checklists
What operating system are you using?
Windows
Operating System Version
Windows 11 Pro 24H2
What CPU architecture are you using?
x64
Last Known Working YouTube Music (Application) version
3.9.0
Reproduction steps
keep the app open in the background
Expected Behavior
operation of the application
Actual Behavior
I can't click anywhere
Enabled plugins
Additional Information
With the latest update, when I leave the app running in the background and open it again after 10 minutes, I can't click on anything but the music still works
Same issue on YTM 3.10.0 on MacOS 15.5. It's certainly not an OS-specific issue but it also didn't use to happen (on the same version itself) before, so I think it may be linked to YouTube Music itself but I'm not sure, I'm still trying to figure out the issue
Were you able to find any clues?
Crashes are less common when you leave the song menu open.
By song menu, you mean the screen where it shows the next songs, lyrics and the song's album image?
yes
For me, I'm unable to click even in the song menu open screen
Okay so I figured out the issue, I used the DevTools and there's this tag:
It's the
inert
tag which disables all UI events (source), I don't know why it randomly appears but for now you can enable DevTools and remove theinert
attribute and the UI becomes functional againMaybe @th-ch would have an idea about this?
Thanks for the solution @Daksh777
Could you reproduce this issue without
Performance Improvement
plugin?Should I close this issue and open a new one?
Yes, I can reproduce it with performance improvement plugin turned off @JellyBrick
Duplicate of https://github.com/th-ch/youtube-music/issues/3621
Duplicate of #3621