This is what the log is telling me:
Log Details (ERROR)
Thu Feb 15 2018 10:59:45 GMT+0100 (Central Europe Standard Time)
Error executing service <ServiceCall media_player.play_media: entity_id=['media_player.woonkamer'], media_content_id=local/ram.mp3, media_content_type=MUSIC>
Traceback (most recent call last):
File "/usr/src/app/homeassistant/components/media_player/sonos.py", line 281, in wrapper
return funct(*args, **kwargs)
File "/usr/src/app/homeassistant/components/media_player/sonos.py", line 302, in wrapper
return funct(device, *args, **kwargs)
File "/usr/src/app/homeassistant/components/media_player/sonos.py", line 1072, in play_media
self._player.play_uri(media_id)
File "/usr/local/lib/python3.6/site-packages/soco/core.py", line 105, in inner_function
return function(self, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/soco/core.py", line 569, in play_uri
('CurrentURIMetaData', meta)
File "/usr/local/lib/python3.6/site-packages/soco/services.py", line 181, in _dispatcher
return self.send_command(action, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/soco/services.py", line 404, in send_command
self.handle_upnp_error(response.text)
File "/usr/local/lib/python3.6/site-packages/soco/services.py", line 465, in handle_upnp_error
error_xml=xml_error
soco.exceptions.SoCoUPnPException: UPnP Error 714 received: Illegal MIME-Type from 192.168.1.238
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/app/homeassistant/core.py", line 1010, in _event_to_service_call
yield from service_handler.func(service_call)
File "/usr/src/app/homeassistant/components/media_player/__init__.py", line 403, in async_service_handler
yield from getattr(player, method['method'])(**params)
File "/usr/local/lib/python3.6/asyncio/futures.py", line 327, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/local/lib/python3.6/asyncio/tasks.py", line 250, in _wakeup
future.result()
File "/usr/local/lib/python3.6/asyncio/futures.py", line 243, in result
raise self._exception
File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/app/homeassistant/components/media_player/sonos.py", line 283, in wrapper
if err.error_code in errorcodes:
TypeError: argument of type 'NoneType' is not iterable
Anyone an idea?
Error executing service <ServiceCall media_player.play_media: entity_id=[‘media_player.woonkamer’], media_content_id=local/dog.mp3, media_content_type=MUSIC>_
_15:23 components/media_player/sonos.py (ERROR)
Thnx in advance