create-10k-nft-collection
create-10k-nft-collection copied to clipboard
[Bug]: Error 429
Version
- [X] Yes
General Question
- [X] No
What happened?
I am trying to upload 1000 NFT's metadata to ipfs, as shown in your Youtube video, but I am receiving error #422 and #429, as shown below.
What have you tried?
I Googled and read other bug reports on GitHub, and I see that this is some type of server error, possibly because I have uploaded too many files at once. Is there anything that I can do besides just keep trying or wait a few days?
Relevant log output
ERROR STATUS: 422
Retrying
CATCH ERROR: TypeError: Cannot read properties of undefined (reading 'response')
Retrying
ERROR STATUS: 422
Retrying
ERROR STATUS: 429
Retrying
Protect your information
- [X] I Agree
I don't really code much, so help would be much appreciated.
I have the same issue, did you ever figure it out?
@jheyerly
I believe I downloaded someone else's code that had rate limits built in
Okay I'll see if I can find something like that, thank you!