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!!
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!!