Does anyone have issues casting to the nvidia shield
It works fine, except after an elapse time. Afterwards i am unable to cast anything ( when clicking on the power button on home assistant, does not turn on the cast service either)
Only way i get to fix this is by restarting my home assistant.
Does anyone have a way around this?
I have discovery off right now (with discovery on did not help either)
Just to add, this is the kind of error that i get after a while
Error executing service <ServiceCall media_player.turn_on: entity_id=[‘media_player.tv’]>
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/core.py”, line 1002, in _event_to_service_call
await service_handler.func(service_call)
File “/usr/lib/python3.6/site-packages/homeassistant/components/media_player/init.py”, line 415, in async_service_handler
await getattr(player, method[‘method’])(**params)
File “/usr/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/lib/python3.6/site-packages/homeassistant/components/media_player/cast.py”, line 419, in turn_on
pychromecast.STREAM_TYPE_BUFFERED)
File “/usr/lib/python3.6/site-packages/pychromecast/controllers/media.py”, line 480, in play_media
callback_function=app_launched_callback)
File “/usr/lib/python3.6/site-packages/pychromecast/socket_client.py”, line 811, in launch_app
self.update_status(lambda response:
File “/usr/lib/python3.6/site-packages/pychromecast/socket_client.py”, line 802, in update_status
callback_function=callback_function_param)
File “/usr/lib/python3.6/site-packages/pychromecast/controllers/init.py”, line 84, in send_message
self.namespace, data, inc_session_id, callback_function)
File “/usr/lib/python3.6/site-packages/pychromecast/socket_client.py”, line 607, in send_platform_message
inc_session_id, callback_function_param)
File “/usr/lib/python3.6/site-packages/pychromecast/socket_client.py”, line 601, in send_message
raise NotConnected(“Chromecast is connecting…”)
pychromecast.error.NotConnected: Chromecast is connecting…