py-etherscan-api icon indicating copy to clipboard operation
py-etherscan-api copied to clipboard

etherscan.client.EmptyResponse

Open EnriqueGautoSand opened this issue 5 years ago • 1 comments

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>

EnriqueGautoSand avatar Dec 11 '20 02:12 EnriqueGautoSand

U robbd me

antliv avatar Nov 04 '21 09:11 antliv