pychromecast icon indicating copy to clipboard operation
pychromecast copied to clipboard

Library for Python 3 to communicate with the Google Chromecast.

Results 141 pychromecast issues
Sort by recently updated
recently updated
newest added

Hey, There seems to be an issue with the refactored media controllers and my chromecast 1st gen device (firmware 1.36.159268). My home assistant log is filled with these errors which...

```` Logger: pychromecast.dial Source: /usr/local/lib/python3.9/site-packages/pychromecast/dial.py:146 First occurred: 15:59:31 (1 occurrences) Last logged: 15:59:31 Failed to determine cast type () ````

Can't be merged until https://github.com/home-assistant/frontend/pull/12354 is merged and an updated app is published

Currently, cast device playing plex media returns basic/default supported_media_commands data that does not reflect what the cast device can do/accept. In hass, the next and previous command is not available....

``` Python 3.10.4 (main, Apr 2 2022, 09:04:19) [GCC 11.2.0] Type 'copyright', 'credits' or 'license' for more information IPython 8.1.1 -- An enhanced Interactive Python. Type '?' for help. In...

Appreciate help on how to isolate and fix ... unable to connect from my Ubuntu 20.04 to Chromecast, both on the same Netgear MR60 10.0.0/24 subnet. Ubuntu pings to Chromecast...

Code below attempts to connect to a chromecast compatible TV and display a web page. ``` import pychromecast from pychromecast.controllers import dashcast CAST_NAME = "FooBarTV" chromecasts, browser = pychromecast.get_listed_chromecasts( friendly_names=[CAST_NAME]...

Hi, I use pychromecast (freshly updated) to display locally stored images from my NAS on my TV, the code looks like this: ``` import pychromecast import time cast=pychromecast.Chromecast("MY.IP.AD.RE.SS") cast.wait(timeout=5) cast.play_media("http://url.of.my/image.jpg",...

```py cast_info = cast_browser.devices[new_uuid] new_device = pychromecast.get_chromecast_from_cast_info(cast_info, zconf) ``` Quick calls to `pychromecast.get_chromecast_from_cast_info(cast_info, zconf)` results in this error. The value of `cast_info.services` was `set()` before the error. Therefore, there is...

I am receiving the below error during get_chromecasts() method call. I have never seen this error prior to moving to the latest 10.2.2. The discovery ultimately works, but it takes...