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

Fix 403 Bad Authentication with newer urllib3. #25

Merged
merged 2 commits into from
Feb 8, 2021
Merged

Fix 403 Bad Authentication with newer urllib3. #25

merged 2 commits into from
Feb 8, 2021

Conversation

jkuebart
Copy link
Contributor

@jkuebart jkuebart commented Feb 6, 2021

Closes #24.

With the analysis in urllib3/urllib3#2101 I was able to find a workaround. It works for me now up to the current version urllib3-1.26.3.

gpsoauth/__init__.py Outdated Show resolved Hide resolved
@simon-weber
Copy link
Owner

thanks! planning to give this a quick test on my end later today, and if it looks good I'll cut a new release.

@simon-weber simon-weber merged commit 6a52a38 into simon-weber:master Feb 8, 2021
@jkuebart jkuebart deleted the bugfix/bad-authentication branch February 9, 2021 06:22
@DurgNomis-drol
Copy link

I can also confirm that it fixes the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

{'Error': 'BadAuthentication'}
3 participants