Replies: 1 comment
-
|
I assume this is a Qt 6.9.1 issue as I only started getting then after updating to that version. You might want to file an upstream bug about this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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