Invalid API Key
See original GitHub issueEvery time I try to verify I get “Invalid API Key” it worked 1 time, 2nd time it fails every time.
cd-bank truffle run verify CDRW --network goerli
> Warning: possible unsupported (undocumented in help) command line option: --network
Verifying CDRW
Invalid API Key
Failed to verify 1 contract(s): CDRW
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Why am I getting The API key is invalid error? - Zoho Cares
If you have closed your Zoho Account, the API key associated with it automatically becomes inactive and you will get invalid API key...
Read more >Invalid API key provided: stripe - WordPress.org
@addel101 The error you are receiving is pretty straightforward, and it is usually indicative of one of two issues: 1. The keys you...
Read more >Why am I getting an invalid API key error in my shopping cart?
Go to Wordpress > Printful > Settings; Delete the Printful Store API Key and click Save changes; Go to your Dashboard and click...
Read more >Why do I have an error: "Invalid API key: You must be granted ...
According to the API documentation. The URL should look something like this: https://api.themoviedb.org/3/movie/76341?api_key=<<api_key>>.
Read more >Error: Invalid API Key when trying to add a Google Drive File
Answer: · Google as the Admin Account · Select API Manager > Credentials using the menu on the left · Choose the Credentials...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

It seems like I just happened to be using endpoints that were under maintenance at that time, so things are fine now on all endpoints. Still unable to verify my development branch. What is interesting to me though, is I can verify my
Migrationscontract, just not theKarmacontract -Just to test things, I cloned my repository main branch, which is not an upgradeable token, redeployed my contract and was able to setup this plugin and verify the contracts I deployed without any issue -
So, if you have any advice I would appreciate it, but I have pretty much summed this up to user error on my part, Sorry for resurrecting the old issue. This seems to be on my end.
Since this is my first attempt at working on any blockchain a lot is new to me. This issue is only seen when I try to deploy the upgradeable ERC20 contract on my development branch. I think I’m getting my wires crossed in the deploy process, or I have changed something else on my
upgradeable-karmabranch that causes verification to fail.On Heco chain, I am getting same issue