-
Notifications
You must be signed in to change notification settings - Fork 42
Closed
Description
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
Labels
No labels