[Bug]: youtube-music does not opened #2453
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#2453
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.5.1
Checklists
What operating system are you using?
Other Linux
Operating System Version
NixOS 24.05
What CPU architecture are you using?
x64
Last Known Working YouTube Music (Application) version
No response
Reproduction steps
Expected Behavior
A window of the application is opened.
Actual Behavior
No window is opened.
Enabled plugins
(None)
Additional Information
youtube-music
is installed from the Nixpkgs repository.When running
youtube-music
withstrace
. It stucks on:4e0c36e4dd/pkgs/applications/audio/youtube-music/default.nix (L15)
youtube-music included in Nixpkgs is using an older version (3.5.1). Are you experiencing the same issue if you are using the most recent version (3.5.3)?
Same with version 3.5.3 AppImage binary (runned through
appimage-run
).I'm on NixOS (unstable) using youtube-music (3.5.1) from nixpkgs too, but I don't have this issue. Maybe try another wayland compositor, or DE, or even gamescope.
Also, youtube-music version in nixpkgs (NixOS-24.05) should be 3.3.6 instead of 3.5.1, right?
https://github.com/NixOS/nixpkgs/blob/24.05/pkgs/applications/audio/youtube-music/default.nix#L18
If you're installing youtube-music from other input/channel to get version 3.5.1, then try using version 3.3.6 to see if it fails
nix run nixpkgs/nixos-24.05#youtube-music
(using flakes)