Hi
My HA is 0.60 with python 3.6. I have just set up GPMDP (Google Play Music Desktop Player) which is running on my desktop PC on a different network. My HA is installed on my rpi…
I can get the media player displayed on my frontend but when I try and play any music I get the following errors:
2017-12-26 23:07:23 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.6/asyncio/tasks.py", line 182, in _step
result = coro.throw(exc)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/core.py", line 1031, in _event_to_service_call
yield from service_handler.func(service_call)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/media_player/__init__.py", line 408, in async_service_handler
yield from getattr(player, method['method'])(**params)
File "/usr/local/lib/python3.6/asyncio/futures.py", line 332, 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 245, 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 "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/media_player/__init__.py", line 699, in play_media
raise NotImplementedError()
NotImplementedError
All I want is to play some music on my desktop or linux which is on a different network to my HA (installed on my rpi).
Has anyone got any idea on how I can achieve this or resolve the above errors?
Thanks.