-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[upnpcontrol] Fix IllegalArgumentException
when downloading album art
#17965
Conversation
Signed-off-by: Dan Cunningham <[email protected]>
...trol/src/main/java/org/openhab/binding/upnpcontrol/internal/handler/UpnpRendererHandler.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
...trol/src/main/java/org/openhab/binding/upnpcontrol/internal/handler/UpnpRendererHandler.java
Show resolved
Hide resolved
IllegalArgumentException
when downloading album art
A URI should not contain a whitespace. This solution will solve it, but I have the impression there are more issues with this streamer, see https://community.openhab.org/t/upnp-binding-already-exposed-and-exception-when-using-wz-wiim-pro/161084/1 |
For what its worth, i don't have any of those issues with my units (on the latest firmware). I did have an issue where JUPNP would loose its registration after 20-30 mins and the device would go offline, but i have a fix for that (my Sonos connects occasionally do this as well). see #16638 (comment) The WiiM line of products is becoming quite popular with the Hi-Fi community, so i would expect to see more of them. I would like to offer enhanced support for them, including playlists/favorites which uses a vendor specific UPNP namespace, as well as support multi-room grouping using the local HTTP API its exposes (its nice all control is local) . |
Signed-off-by: Dan Cunningham <[email protected]>
Ok, changed made, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM
…rt (#17965) * Stip whitespace from album art URI Signed-off-by: Dan Cunningham <[email protected]>
Artwork was failing to download on my new WiiM pro streamers due to whitespace in the URI.