Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lot of 404 due to multiroom dock #792

Open
volumio opened this issue Jul 7, 2021 · 2 comments
Open

Lot of 404 due to multiroom dock #792

volumio opened this issue Jul 7, 2021 · 2 comments
Assignees

Comments

@volumio
Copy link
Owner

volumio commented Jul 7, 2021

@bencehusi

the multiroom dock produces a lot of 404 errors since the albumart parsing is not done correctly.
This causes some delays in loading the UI and in some cases translations do not appear (known issue, angular waits for requests to be solved before making new ones, and here we trigger timeout).
See:
GEThttp://localhost:3000/%7B%7BaudioOutputs.audioOutputsService.thisOutput.state.albumart%7D%7D
[HTTP/1.1 404 Not Found 2ms]

GEThttp://localhost:3000/%7B%7Bgroup.leader.state.albumart%7D%7D
[HTTP/1.1 404 Not Found 2ms]

GEThttp://localhost:3000/%7B%7Boutput.state.albumart%7D%7D
[HTTP/1.1 404 Not Found 2ms]

GEThttp://localhost:3000/%7B%7B%20audioOutputs.audioOutputsService.thisOutput.state.albumart%20%7D%7D

image

@bencehusi
Copy link
Collaborator

Hmm, okay, I'll check how it is done elsewhere. I'll post an update when I got to it.

@bencehusi
Copy link
Collaborator

@volumio, fix is on hotfix/imageErrorsMultiroom. Let me know if that wouldn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants