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

etherscan.client.EmptyResponse #91

Open
EnriqueGautoSand opened this issue Dec 11, 2020 · 1 comment
Open

etherscan.client.EmptyResponse #91

EnriqueGautoSand opened this issue Dec 11, 2020 · 1 comment

Comments

@EnriqueGautoSand
Copy link

EnriqueGautoSand commented Dec 11, 2020

hello when execute api.get_balance_multiple() it raises this error
when i call
api = Account(address=[list of adress], api_key=one_key_in_string)
balances = api.get_balance_multiple()

this works about one year ago now i dont know why it fail

    balances = api.get_balance_multiple()
  File "/usr/local/lib/python3.6/dist-packages/etherscan/accounts.py", line 24,             in get_balance_multiple
    req = self.connect()
  File "/usr/local/lib/python3.6/dist-packages/etherscan/client.py", line 123, i            n connect
    raise EmptyResponse(data.get('message', 'no message'))
etherscan.client.EmptyResponse: <Err: NOTOK>
@antliv
Copy link

antliv commented Nov 4, 2021

U robbd me

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

No branches or pull requests

2 participants