You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I upload a list like this:
and I used a loop to get results:
But the program reported an error as follows:
(<class 'requests.exceptions.ConnectionError'>, ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))), <traceback object at 0x7fe15cdd7a80>)
Do you know how to solve it?
Thank you very much!!
The text was updated successfully, but these errors were encountered:
When I upload a list like this:
and I used a loop to get results:
But the program reported an error as follows:
(<class 'requests.exceptions.ConnectionError'>, ConnectionError(ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))), <traceback object at 0x7fe15cdd7a80>)
Do you know how to solve it?
Thank you very much!!
The text was updated successfully, but these errors were encountered: