Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
3 tasks done
vaibhavsharma3070 opened this issue Sep 13, 2022 · 1 comment
Open
3 tasks done
Labels
bug Something isn't working

Comments

@vaibhavsharma3070
Copy link

Version

  • Yes

General Question

  • No

What happened?

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

[email protected] 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

  • I Agree
@vaibhavsharma3070 vaibhavsharma3070 added the bug Something isn't working label Sep 13, 2022
@vcrcreative
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants