Office365-REST-Python-Client
Office365-REST-Python-Client copied to clipboard
Connection broken: ConnectionResetError(10054)
Hi All ,
I am reading the files from SharePoint using python , my code was running fine but now i am getting below error not getting how to fix this issue . Kindly some one can help me as soon as possible .
("Connection broken: ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None)", ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))
Regards,
Ranga Naik
I also had a similar problem。 error is (Connection aborted.', ConnectionResetError(104, 'Connection reset by peer') ask for help
@wangqiang159 How did you fix ? I am not able to fix this issue
@wangqiang159你是怎么解决的?我无法解决此问题
I added random wait time but it didn't solve the problem completely。
Same issue. Tried Python2.7 and 3.11 in about of middle of file upload:
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))
I encountered this error today. Was anyone able to fix it?
Started to encounter this today as well. Any updates?
Have anyone been able to find a solution for this issue? Any help will be greatly appreciated
Did anyone solve this issue yet? I am also encountering a similar issue ConnectionResetError: [Errno 104] Connection reset by peer
Still having this issue in 2023, any news about this?
Also seeing this issue
I'm experiencing this error, exactly as reported by the original poster