This has been reported a long time ago in Github, but something similar is still a problem with the latest version (OK, about a week old) of mapillary_tools.
Some connection failures result in an unhandled exception, and upload does not proceed. Especially noticeable when a large number of images is left for an upload overnight (or “overday”) and the exception occurred on the first directory.
Example error:
Exception in thread Thread-1:====================------------] 80.4% … 98 images left…
Traceback (most recent call last):
File “/usr/lib64/python2.7/threading.py”, line 801, in __bootstrap_inner
self.run()
File “/usr/lib/python2.7/site-packages/mapillary_tools/uploader.py”, line 71, in run
upload_file(filepath, max_attempts, **params)
File “/usr/lib/python2.7/site-packages/mapillary_tools/uploader.py”, line 608, in upload_file
response = urllib2.urlopen(request)
File “/usr/lib64/python2.7/urllib2.py”, line 154, in urlopen
return opener.open(url, data, timeout)
File “/usr/lib64/python2.7/urllib2.py”, line 429, in open
response = self._open(req, data)
File “/usr/lib64/python2.7/urllib2.py”, line 447, in _open
‘_open’, req)
File “/usr/lib64/python2.7/urllib2.py”, line 407, in _call_chain
result = func(*args)
File “/usr/lib64/python2.7/urllib2.py”, line 1241, in https_open
context=self._context)
File “/usr/lib64/python2.7/urllib2.py”, line 1201, in do_open
r = h.getresponse(buffering=True)
File “/usr/lib64/python2.7/httplib.py”, line 1121, in getresponse
response.begin()
File “/usr/lib64/python2.7/httplib.py”, line 438, in begin
version, status, reason = self._read_status()
File “/usr/lib64/python2.7/httplib.py”, line 394, in _read_status
line = self.fp.readline(_MAXLINE + 1)
File “/usr/lib64/python2.7/socket.py”, line 480, in readline
data = self._sock.recv(self._rbufsize)
File “/usr/lib64/python2.7/ssl.py”, line 780, in recv
return self.read(buflen)
File “/usr/lib64/python2.7/ssl.py”, line 667, in read
v = self._sslobj.read(len)
error: [Errno 104] Connection reset by peer