Created
September 29, 2014 02:10
-
-
Save mvexel/5d27579a151f8ac664d9 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
Exception in thread Thread-3: | |
Traceback (most recent call last): | |
File "/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner | |
self.run() | |
File "/Users/martijnv/src/mapillary_tools/python/upload.py", line 182, in run | |
upload_file(filepath, **self.params) | |
File "/Users/martijnv/src/mapillary_tools/python/upload.py", line 120, in upload_file | |
response = urllib2.urlopen(request) | |
File "/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 127, in urlopen | |
return _opener.open(url, data, timeout) | |
File "/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 404, in open | |
response = self._open(req, data) | |
File "/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 422, in _open | |
'_open', req) | |
File "/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 382, in _call_chain | |
result = func(*args) | |
File "/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1214, in http_open | |
return self.do_open(httplib.HTTPConnection, req) | |
File "/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1187, in do_open | |
r = h.getresponse(buffering=True) | |
File "/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1067, in getresponse | |
response.begin() | |
File "/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 409, in begin | |
version, status, reason = self._read_status() | |
File "/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 365, in _read_status | |
line = self.fp.readline(_MAXLINE + 1) | |
File "/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 476, in readline | |
data = self._sock.recv(self._rbufsize) | |
error: [Errno 54] Connection reset by peer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment