We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

mclwill's avatar
mclwill
New member | Level 2
9 months ago

Sporadic SSL error when using Dropbox Python API package

I am getting this error sporadically.

Any help would be appreciated.

 

Traceback (most recent call last):
 File "/layers/google.python.pip/pip/lib/python3.10/site-packages/flask/app.py", line 2529, in wsgi_app
   response = self.full_dispatch_request()
 File "/layers/google.python.pip/pip/lib/python3.10/site-packages/flask/app.py", line 1825, in full_dispatch_request
   rv = self.handle_user_exception(e)
 File "/layers/google.python.pip/pip/lib/python3.10/site-packages/flask/app.py", line 1823, in full_dispatch_request
   rv = self.dispatch_request()
 File "/layers/google.python.pip/pip/lib/python3.10/site-packages/flask/app.py", line 1799, in dispatch_request
   return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
 File "/layers/google.python.pip/pip/lib/python3.10/site-packages/functions_framework/__init__.py", line 99, in view_func
   return function(request._get_current_object())
 File "/layers/google.python.pip/pip/lib/python3.10/site-packages/functions_framework/__init__.py", line 80, in wrapper
   return func(*args, **kwargs)
 File "/workspace/main.py", line 392, in cross_docks_poll_request
   cross_docks_poll_FTP()
 File "/workspace/main.py", line 365, in cross_docks_poll_FTP
   download_file_DBX(result,f)
 File "/workspace/main.py", line 153, in download_file_DBX
   dbx.files_upload(stream.read(), dbx_file, mode=dropbox.files.WriteMode.overwrite)
 File "/layers/google.python.pip/pip/lib/python3.10/site-packages/dropbox/base.py", line 3210, in files_upload
   r = self.request(
 File "/layers/google.python.pip/pip/lib/python3.10/site-packages/dropbox/dropbox_client.py", line 326, in request
   res = self.request_json_string_with_retry(host,
 File "/layers/google.python.pip/pip/lib/python3.10/site-packages/dropbox/dropbox_client.py", line 476, in request_json_string_with_retry
   return self.request_json_string(host,
 File "/layers/google.python.pip/pip/lib/python3.10/site-packages/dropbox/dropbox_client.py", line 589, in request_json_string
   r = self._session.post(url,
 File "/layers/google.python.pip/pip/lib/python3.10/site-packages/requests/sessions.py", line 637, in post
   return self.request("POST", url, data=data, json=json, **kwargs)
 File "/layers/google.python.pip/pip/lib/python3.10/site-packages/requests/sessions.py", line 589, in request
   resp = self.send(prep, **send_kwargs)
 File "/layers/google.python.pip/pip/lib/python3.10/site-packages/requests/sessions.py", line 703, in send
   r = adapter.send(request, **kwargs)
 File "/layers/google.python.pip/pip/lib/python3.10/site-packages/requests/adapters.py", line 517, in send
   raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='content.dropboxapi.com', port=443): Max retries exceeded with url: /2/files/upload (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Please reply with:

    • the name and version number of the platform and SDK you are using,
    • the steps to reproduce the issue, including relevant code snippet(s), but don't include any access or refresh token(s)
    • the size of the file you're trying to upload

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,877 PostsLatest Activity: 6 hours ago
325 Following

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!