-
Notifications
You must be signed in to change notification settings - Fork 5
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
AttributeError: 'NoneType' object has no attribute 'post' #1
Comments
also getting this error |
me too |
urls changed. |
I changed the url to |
Even after changing the urls, the issue persists: /usr/local/lib/python3.7/dist-packages/dune_analytics/init.py in authenticate(self, username, password) AttributeError: 'NoneType' object has no attribute 'post' |
having the same problem. anyone knows how to fix this? |
Attempting to run and immediately hit with this error.
Seems like:
csrf = transport.session.post("https://duneanalytics.com/api/auth/csrf").json()['csrf']
is returning a NoneType object.The text was updated successfully, but these errors were encountered: