One of my recent submissions had this following error
Traceback (most recent call last):
File "/worker/worker.py", line 750, in run
put_blob(detailed_results_url, file_to_upload)
File "/worker/worker.py", line 214, in put_blob
'x-ms-version': '2018-03-28',
File "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 99, in put
return request('put', url, data=data, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 44, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 335, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 438, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 324, in send
raise ConnectionError(sockerr)
ConnectionError: [Errno 110] Connection timed out
I hava a same problem with dongkunk(below question)
Posted by: hyunsu @ July 16, 2023, 5 p.m.Do you have a screenshot of this error or can you tell me where exactly you saw it? Please send to cxr.lt.competitions.2023@gmail.com.
Greg Holste | CXR-LT Organizer
Posted by: gholste @ July 16, 2023, 5:02 p.m.We sent you an e-mail. Thank you for replying.
Posted by: hyunsu @ July 16, 2023, 5:08 p.m.Sorry, I made a typo. Please send to cxr.lt.competition.2023@gmail.com.
Greg Holste | CXR-LT Organizer
Posted by: gholste @ July 16, 2023, 5:09 p.m.Okay we sent you an e-mail again.
Posted by: hyunsu @ July 16, 2023, 5:12 p.m.Should be fixed. I re-ran your submission (which was successful) and deleted the failed submission.
Greg Holste | CXR-LT Organizer
Posted by: gholste @ July 16, 2023, 5:18 p.m.