codeSTACKr / create-10k-nft-collection

MIT License
2.21k stars 717 forks source link

CATCH ERROR: ERROR STATUS: 404 Retrying CATCH ERROR: ERROR STATUS: 429 Retrying #201

Open vaibhavsharma3070 opened 2 years ago

vaibhavsharma3070 commented 2 years ago

Version

General Question

What happened?

D:\NewtestNFT\create-10k-nft-collection-2.0.1>npm run mint

10k-collection-video@2.0.1 mint D:\NewtestNFT\create-10k-nft-collection-2.0.1 node utils/nftport/mint %npm_config_start% %npm_config_end%

OK to mint ALL? (y/n): y CATCH ERROR: ERROR STATUS: 404 Retrying CATCH ERROR: ERROR STATUS: 429 Retrying CATCH ERROR: ERROR STATUS: 404 Retrying CATCH ERROR: ERROR STATUS: 429 Retrying CATCH ERROR: ERROR STATUS: 404 Retrying CATCH ERROR: ERROR STATUS: 429 Retrying CATCH ERROR: ERROR STATUS: 429 Retrying CATCH ERROR: ERROR STATUS: 404 Retrying CATCH ERROR: ERROR STATUS: 429 Retrying CATCH ERROR: ERROR STATUS: 404 R

What have you tried?

I Googled and asked the community in the discord server but could not find a solution.

Relevant log output

No response

Protect your information

vcrcreative commented 2 years ago

I was able to resolve this by entering my Contract_Address into the config.

Oddly enough, it was there when I started minting. So I removed it, replaced it with the default line:

let CONTRACT_ADDRESS = "YOUR CONTRACT ADDRESS";

saved, reopened, then replaced it again with the updated contract address found in _contract -- re-ran it. the end result was a bunch of successful mints, then a bunch of failures, then again a bunch of successful mints. Bizarre.