Skip to content
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

urllib3 version needs to be 1.xx.xx #87

Open
SeanLyn opened this issue Sep 9, 2023 · 3 comments
Open

urllib3 version needs to be 1.xx.xx #87

SeanLyn opened this issue Sep 9, 2023 · 3 comments
Labels

Comments

@SeanLyn
Copy link

SeanLyn commented Sep 9, 2023

urllib3 version cannot be 2.xx.xx (2.0.4 is the latest)
To avoid this error message, urllib3 needs to be 1.xx.xx
('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))

This is a universal problem at the oauth step for all eTrade related python codes on github.

I use version 1.26.06, and the eTrade official example Python code works fine with this version.
https://cdn2.etrade.net/1/22102718310.0/aempros/content/dam/etrade/developer-site/en_US/document/downloads/EtradePythonClient.zip)

My suggestion is to add urllib3 version to requirements.txt

@1rocketdude
Copy link
Collaborator

1rocketdude commented Sep 9, 2023 via email

@cnMuggle
Copy link

I have urllib3==2.0.7 today, it doesn't work. Switch to urllib3==1.26.06 works.

Copy link

github-actions bot commented Nov 8, 2024

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants