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 429 & 422 on minting process [Bug]: #195

Open
3 tasks done
BobDawgwood opened this issue Aug 4, 2022 · 3 comments
Open
3 tasks done

Catch error 429 & 422 on minting process [Bug]: #195

BobDawgwood opened this issue Aug 4, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@BobDawgwood
Copy link

Version

  • Yes

General Question

  • No

What happened?

When I run command to mint,
it asks me if I want to mint. I say (y).
It goes into the minting process, but all i get are "Catch errors" 422 and 429..Mostly 429

What have you tried?

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

I checked NFT port and it says (in my logs) the errors are due to incorrect contract address. The address i have in config file is the same as the address on NFT port.

The 422 error according to NFT port is due to too many requests (using free version, and this is my first time trying to do this), so I went to config file and changed it (API rate) from 2 to 1, and from 1 to 3, and still get the errors.

Relevant log output

etrying
CATCH ERROR: ERROR STATUS: 429
Retrying
CATCH ERROR: ERROR STATUS: 429
Retrying
CATCH ERROR: ERROR STATUS: 429
Retrying
CATCH ERROR: ERROR STATUS: 422
Retrying

Protect your information

  • I Agree
@BobDawgwood BobDawgwood added the bug Something isn't working label Aug 4, 2022
@GMSchulz
Copy link

Any news on this one yet? I was also getting these same errors.

@Tdawg007
Copy link

i get the same thing

@informed-citizen
Copy link

(the following worked for me in v2.0.1)

config.js

Make sure your rate is not set above 1

  1.  const LIMIT = 1; // Your API key rate limit
    

Find your contract address on blockchain once deployed and manually PASTE in where specified (line 52 for my build)

  1.     // ** OPTIONAL **
    
  2.    let CONTRACT_ADDRESS = "**YOUR CONTRACT ADDRESS**"; // If you want to manually include it
    

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

4 participants