etherscan-python icon indicating copy to clipboard operation
etherscan-python copied to clipboard

"AssertionError: None -- Query Timeout occured. Please select a smaller result dataset" when queuing a large number of calls

Open orangedecimation69 opened this issue 3 years ago • 2 comments

I am trying to call "get_erc721_token_transfer_events_by_address" on a rather large set of wallet addresses (roughly 1000) and iterating over a for loop to do so - I thought it might be an issue with the calls per second cap so I set the sleep time to .22 seconds then to 1 second after the calls - without any luck.

Any ideas as to why this is happening? I'm guessing this is on Etherscan's side but I'm hoping someone might have some insight?

orangedecimation69 avatar Feb 03 '22 03:02 orangedecimation69

Thanks for reporting this issue, we are on it :)

github-actions[bot] avatar Feb 03 '22 03:02 github-actions[bot]

Same here, it's an EtherScan problem. Just request the query again to fix it.

KevinLiebergen avatar Mar 17 '22 22:03 KevinLiebergen