mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 06:15:21 +01:00
[GH-ISSUE #1261] [Music] Remote mpris cover not loading #7407
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#7407
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?
Originally created by @tixwho on GitHub (Nov 26, 2025).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1261
Describe the bug
Possibly related to #55. I play my music through a local feishin client with a mpv backend by connecting to my own self-hosted navidrome server. Apparently the link to cover art cannot be correctly parsed. The navidrome server is following the OpenSubsonic API Endpoint of getCoverArt, which might be incompatible with current implementation?
Here's also the error log:
To reproduce
Steps to reproduce the behavior:
musicExpected behavior
The art should appear.
System information:
Configuration
Config
Styles
none
@slowsage commented on GitHub (Nov 30, 2025):
Does this help.
@tixwho commented on GitHub (Nov 30, 2025):
Hi! After applying the fix, now the music player can see an empty placeholder for cover arts and the warning disappears -- but the art is still not displyaed, as you can see in the screenshot.
before fix:

after fix:

Attached is the error log after applying the fix.
ERROR ironbar::channels: 174: Closed) was also observed in release version, so I'll assume that's the same problem. This did not crash the whole ironbar though.GtkGizmowarnings pop up whenever I start a pop-up for the first time (e.g., volume control, music...)@slowsage commented on GitHub (Dec 1, 2025):
Please try now.
@tixwho commented on GitHub (Dec 1, 2025):
Yes, the issue is fixed after the most recent patch. Thank you so much for the prompt follow-up! Feel free to close the issue at your convenience.
@JakeStanger commented on GitHub (Dec 1, 2025):
Thanks both