You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anyone else having issues with album covers not loading specifically when using spotify? My album covers are almost always not loaded and I get these errors:
ERROR qt.network.http2.connection: [0x7a5724180500] Connection error: HEADERS on invalid stream (1)
WARN qt.network.http2: stream 9 error: "HEADERS on invalid stream"
WARN qt.network.http2: stream 9 finished with error: "HTTP/2 protocol error"
WARN scene: QML QQuickImage at **/modules/dashboard/Media.qml[139:9]: HTTP/2 protocol error
Replacing the trackArtUrl (https with http) on Media.qml fixes the issue and I didn't have any problems after. I am assuming this is not the best solution.
Not sure if this is a specific issue to my network settings/spotify installation so I am putting it here in case people are having similar problems.
Also, I have no knowledge on networking so sorry if this is obvious but why doesn't the spotify mpris give album covers locally? Firefox's mpris gives video covers using a local path but spotify again requests the album cover even though the album cover is already stored on the computer via the spotify client.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Anyone else having issues with album covers not loading specifically when using spotify? My album covers are almost always not loaded and I get these errors:
ERROR qt.network.http2.connection: [0x7a5724180500] Connection error: HEADERS on invalid stream (1)
WARN qt.network.http2: stream 9 error: "HEADERS on invalid stream"
WARN qt.network.http2: stream 9 finished with error: "HTTP/2 protocol error"
WARN scene: QML QQuickImage at **/modules/dashboard/Media.qml[139:9]: HTTP/2 protocol error
Replacing the trackArtUrl (https with http) on Media.qml fixes the issue and I didn't have any problems after. I am assuming this is not the best solution.
Not sure if this is a specific issue to my network settings/spotify installation so I am putting it here in case people are having similar problems.
Also, I have no knowledge on networking so sorry if this is obvious but why doesn't the spotify mpris give album covers locally? Firefox's mpris gives video covers using a local path but spotify again requests the album cover even though the album cover is already stored on the computer via the spotify client.
Beta Was this translation helpful? Give feedback.
All reactions