Open xekor opened 3 years ago
also getting this error
me too
urls changed. Try https://dune.xyz, instead of https://duneanalytics.com
I changed the url to https://dune.xyz
still getting the error. Any idea?
I changed the url to
https://dune.xyz
still getting the error. Any idea?
Even after changing the urls, the issue persists:
/usr/local/lib/python3.7/dist-packages/dune_analytics/init.py in authenticate(self, username, password) 17 transport = self.client.transport 18 ---> 19 csrf = transport.session.post("https://dune.xyz/api/auth/csrf").json()['csrf'] 20 r_auth = transport.session.post("https://dune.xyz/api/auth", data={ 21 "csrf": csrf,
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.