-
Notifications
You must be signed in to change notification settings - Fork 112
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
Add proxies
arg to TM1Service
#911
Conversation
7166438
to
7db7c8c
Compare
@Cubewise-gtejeda please try again. Now we pass the proxies to the requests |
Package containing module 'urllib3' is not listed in the project requirements |
Proxies are configured in the config.ini file as such: Still getting this error: Last entry in the trace: |
Line 191: Line 228:
This also gets populated correctly. |
In sessions.py from the requests package line 575: proxies is empty. |
When setting environment variables it works:
Even through the proxies in sessions.py in the requests package remains empty. |
7db7c8c
to
6a1dc83
Compare
6a1dc83
to
ea9e616
Compare
Correction from #911 (comment): |
Accept
proxies
argument inTM1Service
constructor@Cubewise-gtejeda
please upgrade to this branch and test it.