[zksolc]<Error in plugin @matterlabs/hardhat-zksync-solc: Could not download zksolc compiler version info file> #149
-
Which compiler are you using?
Which version of Solidity or Vyper?0.8.8 zksolc/zkvyper version?^0.4.1 Explain the issueI have Forked This Repo : https://github.com/billyjitsu/zk-paymaster-dapi-vip
And Then Try to Run in my Local Computer.
I have install Dependencies by "yarn install" , but when compiling contracts by "yarn compile".
I am getting this error :
yarn compile
yarn run v1.22.19
$ hardhat compile
Error in plugin @matterlabs/hardhat-zksync-solc: Could not download zksolc compiler version info file. Please check your internet connection and try again.
For more info run Hardhat with --show-stack-traces
error Command failed with exit code 1. Link to your repo? |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 3 replies
-
Hmm might be the version, can you please update to latest. Can you try uninstalling:
Installing:
|
Beta Was this translation helpful? Give feedback.
-
Windows 10 ser |
Beta Was this translation helpful? Give feedback.
-
I got this on my MacOS too. |
Beta Was this translation helpful? Give feedback.
-
@Madhav-Gupta-28 can you confirm you are still receiving this error? The plugin was throwing this error for all of its invocations previously because it was fetching this info file from a GitHub repository which had rate limits in place, the most recent release of this plugin ( |
Beta Was this translation helpful? Give feedback.
@Madhav-Gupta-28 can you confirm you are still receiving this error?
The plugin was throwing this error for all of its invocations previously because it was fetching this info file from a GitHub repository which had rate limits in place, the most recent release of this plugin (
1.0.2
) addresses this issue.