-
Notifications
You must be signed in to change notification settings - Fork 389
Closed
Description
I just created a fresh virtualenv and did pip install pychromecast. I followed it up with pip install pychromecast --upgrade to update all of the dependencies to the latest versions, but no mater what I do, I seem to ALWAYS get this error. I realize that it is a zerconf error, but I figured you guys might have an idea of what is causing it.
Exception in thread zeroconf-Engine:
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/Users/tscrip/Development/Python/venv/lib/python2.7/site-packages/zeroconf.py", line 946, in run
rr, wr, er = select.select(rs, [], [], self.timeout)
error: (9, 'Bad file descriptor')
I am using the very basic code that is posted on the home page:
from __future__ import print_function
import time
import pychromecast
pychromecast.get_chromecasts_as_dict().keys()
Metadata
Metadata
Assignees
Labels
No labels