[Solved] Sonos throwing off 'currentalbumart' errors

Just upgraded to the latest snapshot and Sonos is throwing off a bunch of errors around ‘currentalbumart’ which I don’t even have any items associated with this channel

2017-02-10 17:36:16.482 [ERROR] [.io.transport.upnp.UpnpIOServiceImpl] - Participant threw an exception onValueReceived
java.lang.IllegalArgumentException: Channel with ID 'currentalbumart' does not exists.
	at org.eclipse.smarthome.core.thing.binding.BaseThingHandler.isLinked(BaseThingHandler.java:574)[105:org.eclipse.smarthome.core.thing:0.9.0.201702100936]
	at org.eclipse.smarthome.binding.sonos.handler.ZonePlayerHandler.updateChannel(ZonePlayerHandler.java:549)[188:org.eclipse.smarthome.binding.sonos:0.9.0.201702100936]
	at org.eclipse.smarthome.binding.sonos.handler.ZonePlayerHandler.onValueReceived(ZonePlayerHandler.java:479)[188:org.eclipse.smarthome.binding.sonos:0.9.0.201702100936]
	at org.eclipse.smarthome.binding.sonos.handler.ZonePlayerHandler.updateMediaInformation(ZonePlayerHandler.java:1004)[188:org.eclipse.smarthome.binding.sonos:0.9.0.201702100936]
	at org.eclipse.smarthome.binding.sonos.handler.ZonePlayerHandler.onValueReceived(ZonePlayerHandler.java:388)[188:org.eclipse.smarthome.binding.sonos:0.9.0.201702100936]
	at     org.eclipse.smarthome.io.transport.upnp.UpnpIOServiceImpl$UpnpSubscriptionCallback.eventReceived(UpnpIOServiceImpl.java:144)[189:org.eclipse.smarthome.io.transport.upnp:0.9.0.201702100936]
    	at org.jupnp.controlpoint.SubscriptionCallback$2.eventReceived(SubscriptionCallback.java:222)[162:org.jupnp:2.2.0]
    	at org.jupnp.model.gena.RemoteGENASubscription.receive(RemoteGENASubscription.java:114)[162:org.jupnp:2.2.0]
    	at org.jupnp.protocol.sync.ReceivingEvent$2.run(ReceivingEvent.java:130)[162:org.jupnp:2.2.0]
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_121]
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_121]
    	at java.lang.Thread.run(Thread.java:745)[:1.8.0_121]

Its a new channel added in todays binding, you have to delete your Sonos Things and re-add them, if you use PaperUI it won’t mess up your channel links, but the new Thing will have the albumart channel and no more errors will pop up

Great, thanks.

Am I right? With a channel “currentalbumart” I would be able to show the album cover (picture) in my openhab2-sitemap?
I would be very interested in this, so I just deleted my sonos devices (things), uninstalled the sonos binding and installed it again.
But after adding my sonos devices again I can’t find a channel named “currentalbumart”.
Did I miss something?

I’m assuming that you updated to todays binding somewhere in there? The albumart channel is new today, but I would stay away from it as there seems to be a Runtime issue that affects ZWave devices rather badly, at least for me and a few others.

Thank you. Then I’d rather wait. I do not want to affect my Z-Wave network.

Hello,
I am also quite new to openhab and I would like to add the Album art to my OH2. But I can’t find the item anywhere in the thing. So I uninstalled the Binding and reinstalled (V2.0, which I believe is the newest version) but I still can’t find the thing.

So I tried adding a channel to the thing in the REST API, but it wouldn’t let me do that (Response code 404).

Did anybody get this figured out?

Thanks everyone in advance!