-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
I wrote a program that relies on your script and recently (at 5:00 PM on 3/17) it stopped being able to get any data from the nest. The traceback is very similar to issue #12
Traceback (most recent call last):
File "/Users/scott/Desktop/nest.py", line 239, in <module>
main()
File "/Users/scott/Desktop/nest.py", line 214, in main
n.get_status()
File "/Users/scott/Desktop/nest.py", line 77, in get_status
res = urllib2.urlopen(req).read()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1222, in https_open
return self.do_open(httplib.HTTPSConnection, req)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1184, in do_open
raise URLError(err)
urllib2.URLError: \<urlopen error [Errno 8] _ssl.c:504: EOF occurred in violation of protocol>
Metadata
Metadata
Assignees
Labels
No labels