dapphub / dapptools

Dapp, Seth, Hevm, and more

Home Page:https://dapp.tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Curl failure when fetching from Etherscan

hjorthjort opened this issue · comments

I have a working Etherscan API key, but over the last few days I've seen the following error when performing any seth action which fetches contract sources:

seth-call: info: fetching contract source from etherscan...
curl: (22) The requested URL returned error: 404
+ :
seth-call: warning: no source available

This occurs for seth run --debug, seth bundle-sources.

For example:

$ echo $ETHERSCAN_API_KEY && seth bundle-source 0x6b175474e89094c44da98b954eedeac495271d0f
P********************************H
curl: (22) The requested URL returned error: 404
+ :

Seems it was an intermittent failure, closing