Office365-REST-Python-Client icon indicating copy to clipboard operation
Office365-REST-Python-Client copied to clipboard

Connection broken: ConnectionResetError(10054)

Open rangannanaik opened this issue 2 years ago • 11 comments

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

rangannanaik avatar Mar 15 '22 03:03 rangannanaik

I also had a similar problem。 error is (Connection aborted.', ConnectionResetError(104, 'Connection reset by peer') ask for help

wangqiang159 avatar Mar 15 '22 07:03 wangqiang159

@wangqiang159 How did you fix ? I am not able to fix this issue

rangannanaik avatar Mar 17 '22 06:03 rangannanaik

@wangqiang159你是怎么解决的?我无法解决此问题

I added random wait time but it didn't solve the problem completely。

wangqiang159 avatar Mar 28 '22 02:03 wangqiang159

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

suprimex avatar Nov 28 '22 11:11 suprimex

I encountered this error today. Was anyone able to fix it?

Ezzaldeen97 avatar Jan 23 '23 17:01 Ezzaldeen97

Started to encounter this today as well. Any updates?

rchua-at-synagie avatar Mar 06 '23 08:03 rchua-at-synagie

Have anyone been able to find a solution for this issue? Any help will be greatly appreciated

jcastle78 avatar Mar 17 '23 14:03 jcastle78

Did anyone solve this issue yet? I am also encountering a similar issue ConnectionResetError: [Errno 104] Connection reset by peer

kenquix avatar Mar 27 '23 15:03 kenquix

Still having this issue in 2023, any news about this?

andresgd7 avatar Jun 07 '23 15:06 andresgd7

Also seeing this issue

bbetic avatar Oct 12 '23 15:10 bbetic

I'm experiencing this error, exactly as reported by the original poster

tomwagstaff-opml avatar Dec 08 '23 18:12 tomwagstaff-opml