[Bug]: App Crash #3648

Closed
opened 2025-07-19 09:02:57 +00:00 by hasan6034 · 12 comments
hasan6034 commented 2025-07-19 09:02:57 +00:00 (Migrated from github.com)

Preflight Checklist

  • I use the latest version of YouTube Music (Application).
  • I have searched the issue tracker for a bug report that matches the one I want to file, without success.
  • I understand that th-ch/youtube-music has NO affiliation with Google or YouTube

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

  1. ambiance
  2. amuse
  3. lumia stream

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

### Preflight Checklist - [x] I use the latest version of YouTube Music (Application). - [x] I have searched the [issue tracker](https://github.com/th-ch/youtube-music/issues) for a bug report that matches the one I want to file, without success. - [x] I understand that **th-ch/youtube-music has NO affiliation with Google or YouTube** ### YouTube Music (Application) Version 3.10.0 ### Checklists - [ ] I use the portable version of the YouTube Music Application. - [ ] I can reproduce this issue in the [official version of (WEB) YTM](https://music.youtube.com). ### 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 1) ambiance 2) amuse 3) lumia stream ### 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
Daksh777 commented 2025-07-25 07:16:40 +00:00 (Migrated from github.com)

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?

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?
hasan6034 commented 2025-07-25 07:55:55 +00:00 (Migrated from github.com)

Crashes are less common when you leave the song menu open.

Crashes are less common when you leave the song menu open.
Daksh777 commented 2025-07-25 07:59:19 +00:00 (Migrated from github.com)

By song menu, you mean the screen where it shows the next songs, lyrics and the song's album image?

By song menu, you mean the screen where it shows the next songs, lyrics and the song's album image?
hasan6034 commented 2025-07-25 08:44:06 +00:00 (Migrated from github.com)

yes

yes
Daksh777 commented 2025-07-25 16:49:36 +00:00 (Migrated from github.com)

For me, I'm unable to click even in the song menu open screen

For me, I'm unable to click even in the song menu open screen
Daksh777 commented 2025-07-25 16:55:17 +00:00 (Migrated from github.com)

Okay so I figured out the issue, I used the DevTools and there's this tag:

<ytmusic-app-layout id="layout" class="style-scope ytmusic-app" is-cairo-voting-animation-enabled="" player-visible="" player-page-open="" inert player-ui-state="PLAYER_PAGE_OPEN" is-bauhaus-sidenav-enabled="">

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 the inert attribute and the UI becomes functional again

Maybe @th-ch would have an idea about this?

Okay so I figured out the issue, I used the DevTools and there's this tag: ```html <ytmusic-app-layout id="layout" class="style-scope ytmusic-app" is-cairo-voting-animation-enabled="" player-visible="" player-page-open="" inert player-ui-state="PLAYER_PAGE_OPEN" is-bauhaus-sidenav-enabled=""> ``` It's the `inert` tag which disables all UI events ([source](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/inert)), I don't know why it randomly appears but for now you can enable DevTools and remove the `inert` attribute and the UI becomes functional again Maybe @th-ch would have an idea about this?
hasan6034 commented 2025-07-25 16:58:57 +00:00 (Migrated from github.com)

Thanks for the solution @Daksh777

Thanks for the solution @Daksh777
JellyBrick commented 2025-07-25 18:31:28 +00:00 (Migrated from github.com)

Could you reproduce this issue without Performance Improvement plugin?

Could you reproduce this issue without `Performance Improvement` plugin?
hasan6034 commented 2025-07-26 06:03:47 +00:00 (Migrated from github.com)

Should I close this issue and open a new one?

Should I close this issue and open a new one?
Daksh777 commented 2025-07-26 06:41:19 +00:00 (Migrated from github.com)

Yes, I can reproduce it with performance improvement plugin turned off @JellyBrick

Yes, I can reproduce it with performance improvement plugin turned off @JellyBrick
Owner
Duplicate of https://github.com/th-ch/youtube-music/issues/3621
JellyBrick commented 2025-07-27 14:36:40 +00:00 (Migrated from github.com)

Duplicate of #3621

Duplicate of #3621
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: YTMD/youtube-music#3648
No description provided.