-
-
Notifications
You must be signed in to change notification settings - Fork 353
Keep getting connection error 10054: ('Connection broken: OSError("(10054, \'WSAECONNRESET\')")', OSError("(10054, 'WSAECONNRESET')")) #251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is the chain of errors shown:
From what I understand, the code enters in a loop until it tries to reconnect using client_runtime_context.py Any clue on how to solve this? |
I see the same issue on my side. It is not consistent as well. Any suggestion? One comment made by my network team is figure out a way to pass proxy to the library instead of OS and have it use it every time. Seems like sometimes requests are going through proxy and in some cases it going through firewall and getting blocked. I am doing this way.
Below is my output:
|
Hi,
I am trying to download text from a Sharepoint list using the following code:
But I keep getting the error
('Connection broken: OSError("(10054, \'WSAECONNRESET\')")', OSError("(10054, 'WSAECONNRESET')"))
I thought on adding a 1 sec delay but due to the size of the Sharepoint List I cannot afford to waist 3+ days to download the information.
Any clues on how to solve this issue?
The text was updated successfully, but these errors were encountered: