Created
March 3, 2014 00:57
-
-
Save ajw0100/9316661 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File "/home/ubuntu/venv/local/lib/python2.7/site-packages/pyechonest/track.py", line 293, in track_from_url | |
return _upload(param_dict, timeout, data=None) | |
File "/home/ubuntu/venv/local/lib/python2.7/site-packages/pyechonest/track.py", line 203, in _upload | |
result = util.callm('track/upload', param_dict, POST = True, socket_timeout = 300, data = data) | |
File "/home/ubuntu/venv/local/lib/python2.7/site-packages/pyechonest/util.py", line 219, in callm | |
f = opener.open(url, data=data) | |
File "/usr/lib/python2.7/urllib2.py", line 400, in open | |
response = self._open(req, data) | |
File "/usr/lib/python2.7/urllib2.py", line 418, in _open | |
'_open', req) | |
File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain | |
result = func(*args) | |
File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open | |
return self.do_open(httplib.HTTPConnection, req) | |
File "/usr/lib/python2.7/urllib2.py", line 1180, in do_open | |
r = h.getresponse(buffering=True) | |
File "/usr/lib/python2.7/httplib.py", line 1030, in getresponse | |
response.begin() | |
File "/usr/lib/python2.7/httplib.py", line 407, in begin | |
version, status, reason = self._read_status() | |
File "/usr/lib/python2.7/httplib.py", line 365, in _read_status | |
line = self.fp.readline() | |
File "/usr/lib/python2.7/socket.py", line 447, in readline | |
data = self._sock.recv(self._rbufsize) | |
socket.error: [Errno 104] Connection reset by peer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment