Skip to content

io.api.etherscan.error.ConnectionException: Server error: Bad Gateway #10

@deniben

Description

@deniben
Exception in thread "main" io.api.etherscan.error.ConnectionException: Server error: Bad Gateway
	at io.api.etherscan.executor.impl.HttpExecutor.get(HttpExecutor.java:102)
	at io.api.etherscan.core.impl.BasicProvider.getRequest(BasicProvider.java:73)
	at io.api.etherscan.core.impl.BasicProvider.getRequest(BasicProvider.java:87)
	at io.api.etherscan.core.impl.AccountApiProvider.balance(AccountApiProvider.java:63)
	at info.www.Main3.main(Main3.java:40)
Caused by: io.api.etherscan.error.ConnectionException: Server error: Bad Gateway
	at io.api.etherscan.executor.impl.HttpExecutor.get(HttpExecutor.java:93)
Caused by: io.api.etherscan.error.ConnectionException: Server error: Bad Gateway
Main 40
  for(int i = 0; i < 10000; i++){
...
                Balance balance = api.account().balance(address);
...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions