You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to use the getEthereumgraph() function however on line 3 of getAPIData.py, I noticed that you are using, ETHER_URL = "http://localhost:6000/ethereum/transactions", and thus I am unable to get the data. Could you please update this so that you're retrieving this information through a remote server that the foundation team setup?
The text was updated successfully, but these errors were encountered:
Unable to retrieve graph.
I need to use the
getEthereumgraph()
function however on line 3 of getAPIData.py, I noticed that you are using,ETHER_URL = "http://localhost:6000/ethereum/transactions"
, and thus I am unable to get the data. Could you please update this so that you're retrieving this information through a remote server that the foundation team setup?The text was updated successfully, but these errors were encountered: