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
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]
@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
The text was updated successfully, but these errors were encountered: