-
Notifications
You must be signed in to change notification settings - Fork 110
Not working anymore #56
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
I second this. 😞 I get 403 status code for |
@freddie-freeloader If you want a temporary
8000
fix, you can check out my branch, where I fixed it in a minimal way. If you want the full fix check out my pr: #57 |
@Evert-Arends Thank you for pointing that out! I forked your repository already but used the master branch. Dank u zeer! |
I was getting 401 authentication error with this but queries with the Postman/curl were working. Ended up simply using the Requests library with it's basic auth.
This is basically what this wrapper library tries to help you do anyways while complicating things at the same time.. Hope the fix is on PIP soon, thank's. |
Fixed in merged pr #57 |
Hello,
As of a few months this module does not seem to work anymore, I found the culprit, as it seems to work when I include this header:
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0'. This explains why CURL works, but python requests not anymore.
Best regards,
Evert
The text was updated successfully, but these errors were encountered: