File "/home/gb/Desktop/tech/proj/fall16/oxly/oxly-gh1/oxly/oxly/main.py", line 1034, in push
self._push_one_path(filepath)
File "/home/gb/Desktop/tech/proj/fall16/oxly/oxly-gh1/oxly/oxly/main.py", line 119, in dbxauth
return fn(*args, **kwargs)
File "/home/gb/Desktop/tech/proj/fall16/oxly/oxly-gh1/oxly/oxly/main.py", line 950, in _push_one_path
self.dbx.files_upload(f.read(), rem_path, mode=WriteMode('overwrite'))
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='content.dropboxapi.com', port=443): Max retries exceeded with url: /2/files/upload (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f32dbf1b9d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
File "/home/gb/Desktop/tech/proj/fall16/oxly/oxly-gh1/oxly/oxly/main.py", line 1034, in push self._push_one_path(filepath) File "/home/gb/Desktop/tech/proj/fall16/oxly/oxly-gh1/oxly/oxly/main.py", line 119, in dbxauth return fn(*args, **kwargs) File "/home/gb/Desktop/tech/proj/fall16/oxly/oxly-gh1/oxly/oxly/main.py", line 950, in _push_one_path self.dbx.files_upload(f.read(), rem_path, mode=WriteMode('overwrite'))
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='content.dropboxapi.com', port=443): Max retries exceeded with url: /2/files/upload (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f32dbf1b9d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))