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

It's happening with every video, this is what happens all along the Big buck bunny video from example.py Please let me know if I can help you further to detect...

Can I cast a none media url? Like `cast.play_media('https://amazon.com', 'text/html')` when I try to do this, I am getting cast logo on the screen. I also tried to use dashcast...

When exception occurs in callback function, it breaks the socket_client run() loop. I got the case when using media.block_until_active() when running a new application. Exception is raised by _block_till_launched function...

I periodically search the network for new / updated Chromecasts by invoking `chromecasts = pychromecast.get_chromecasts()` However, every time a number of new threads are created and never released starving the...

Hi, I added some triggers to try to detect state transitions on the chromecast from playing to idle OR playing to paused. I started noticing that the triggers never occurred....

If all the connection objects are deleted it will not disconnect and it will also still try to automatically reconnect even if you aren't currently trying to do something

OS Centos 7 (Latest) python3 -m pip install pychromecast Collecting pychromecast Using cached PyChromecast-1.0.3-py2.py3-none-any.whl Requirement already satisfied: six>=1.10.0 in /home/ysharma/homeassistant/lib/python3.6/site-packages (from pychromecast) Requirement already satisfied: requests>=2.0 in /home/ysharma/homeassistant/lib/python3.6/site-packages (from pychromecast)...

In the Google Home app, there is an "Use 50Hz HDMI Mode" option, which when set, improves picture quality when streaming certain content (primarily european live sports streams). Other content,...

Reproduced the error with brand new, minimal HA OS X install (version 0.43.0). I have been experiencing this issue for many months on my pi3 but am using OS X...

I cant figure out the error, but the test script throws this. fresh install ``` from __future__ import print_function import time import pychromecast pychromecast.get_chromecasts_as_dict().keys() ``` i get ``` >>> from...