[Bug]: Can't click on anything after a while #3621
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#3621
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.0
Checklists
What operating system are you using?
Windows
Operating System Version
Windows 11
What CPU architecture are you using?
x64
Last Known Working YouTube Music (Application) version
No response
Reproduction steps
I have been using the app for couple months it works perfectly fine until recently (about 1 week)
Not sure what causes this bug but everything I played a list then after a while 30mins+ maybe I went back to find for a new song but I couldn't click on anything (but shortcut to change songs from keyboard did work and the app is not freezing at all the process bar is still going).
Expected Behavior
works normally
Actual Behavior
Can't click on anything on the app (there is no hover effect at all)
Enabled plugins
Downloader
Discord Rich Presence
In-App Menu
Navigation
Performance improvement
Precise volume
Synced Lyrics
Video Quality Changer
Video Toggle
Additional Information
No response
Same issue for me, no plugins
Same issue for me although it's on startup, not after a long period of time, can't use it anymore.
Same issue after the update, for some reason I can't click on anything, but lyrics are still moving.
Top Nav bar is still clickable
Plugins:
Can confirm I am also receiving this issue on latest macOS
I was having this issue on the latest version, but I disabled the 'Performance Improvements (experimental)' option under Plugins and it seems to have solved it for now.
I also have this issue with Manjaro Linux.
kind na weird but I still keep that plugins and it's gone the past few days
maybe just a random issue
Same with me, looks like this error is only after updating this version :/
I got this problem on 3.0.9 as well and I saw new version. Updated to 3.0.10 but still same issue. But like what I said it just backed to normal somehow.... Can't reproduce the issue lol.
Same on macOS. After a while the buttons became irresponsive (or, as it also seemed, very very sluggish). The app didn't freeze though, and was correctly playing songs in the playlist.
This, started to happen in the last 2 versions for me to.. are they any fixes?
yep, same issue, started happening roughly 1/2 versions ago. on latest version issue persists.
Application runs fine for a while then becomes "unresponsive". cant be clicked or interacted with via UI but can be controlled by physical media keys.
pressing ESC fixes it, probably an ad popup that turns invisible after adblock removes the ad
Very nice workaround @VRXDev2! For what it's worth, I have Premium and don't have the Adblock plugin enabled, but I am still having this "invisible overlay" issue. Easy enough to fix by hitting ESC, but just in case it helps diagnose the problem.
Pressing ESC does fix it, yeah — but I actually have Adblock disabled and use YouTube Premium, so there shouldn’t be any ads at all. The invisible overlay issue still happens for me, so it might be caused by something else. But yeah thanks to @VRXDev2 i can fix it and i don't have to press ctrl+r or restart the app!
In a duplicate of this, there is this comment
https://github.com/th-ch/youtube-music/issues/3648#issuecomment-3119464328
I also think that's the cause, since you mentioned that pressing "Esc" makes it interactive again.
thank u my goat
Pressing ESC is not working for me, ive tried on versions 3.10, 3.9, and 3.8 but they all freeze on startup so i cannot interact with anything.
freeze on startup seems to be a diff problem so far my problem came from that invisible pop up can you still interact with the top nav ?? if the top nav is also freeze then I think it's a different issue
That is the issue, yes. I dug into this more and here's what I found out
I've analyzed the DOM changes that occur when the UI becomes unclickable.
The primary change causing the lack of interactivity is the addition of the
inert
attribute to the main<ytmusic-app-layout>
element.Simultaneously, a popup container (
ytmusic-popup-container
) is activated and brought to the foreground. This is done by removingaria-hidden
and adding az-index
.I can write a script to prevent this if you could point me into the right direction, as in where should the script be, and I can figure out the rest.
yep same here, esc fixes for now
Pressing ESC works perfectly but I don't think it has something to do with ads. I have youtube premium and the adblocker plugin is disabled
Yeah, pressing ESC works perfectly for the time being. Thanks guys! 👍
ESC not working for me on macos.
esc is working for me, but do we know why the bar doesn't appear so that we can just dismiss it? For me, the content in the promo bar is:
It seems like this is used to show system messages, so I think it technically should be shown.
You are correct @jscheel, it's actually this message
I identified the line that's blocking it and I have been testing it for a few days and it's working well. I don't think there are any other annoying popups coming if I remove the CSS that blocks it.
I'll make a PR for this!