home-assistant-libs / pychromecast

Library for Python 3 to communicate with the Google Chromecast.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnsupportedNamespace

elibroftw opened this issue · comments

mc.update_status() results in an unsupported namespace error even when the app id of the cast is the APP_MEDIA_RECEIVER.

https://github.com/elibroftw/music-caster/blob/master/src/music_caster.py#L3251

Traceback (most recent call last):
File "music_caster.py", line 3248, in
File "pychromecast/controllers/media.py", line 359, in update_status
File "pychromecast/controllers/init.py", line 91, in send_message
pychromecast.error.UnsupportedNamespace: Namespace urn:x-cast:com.google.cast.media is not supported by running application.

Log

2022-01-11 20:51:56,102 ERROR (396): [(10.1.1.175):8009] Failed to connect to service ServiceInfo(type='host', data=('10.1.1.175', 8009)), retrying in 5.0s