create-10k-nft-collection
create-10k-nft-collection copied to clipboard
ISSUE WITH uploadMetas.js FILE
Version
- [X] Yes
General Question
- [X] No
What happened?
When I run uploadMetas.js, it gives me this error. Please tell me how I can solve the problem.
What have you tried?
I've tried restarting the computer, and running the program multiple times.
Relevant log output
CATCH ERROR: TypeError: Cannot read properties of undefined (reading 'response')
Retrying
NOK: Failed to upload metadata to IPFS
Retrying
ERROR STATUS: 502
Retrying
CATCH ERROR: TypeError: Cannot read properties of undefined (reading 'response')
Retrying
ERROR STATUS: 502
Retrying
CATCH ERROR: TypeError: Cannot read properties of undefined (reading 'response')
Retrying
NOK: Failed to upload metadata to IPFS
Retrying
NOK: Failed to upload metadata to IPFS
Retrying
ERROR STATUS: 502
Retrying
CATCH ERROR: TypeError: Cannot read properties of undefined (reading 'response')
Retrying
ERROR STATUS: 502
Retrying
ERROR STATUS: 502
Retrying
NOK: Failed to upload metadata to IPFS
Retrying
CATCH ERROR: TypeError: Cannot read properties of undefined (reading 'response')
Retrying
CATCH ERROR: TypeError: Cannot read properties of undefined (reading 'response')
Retrying
ERROR STATUS: 429
Retrying
CATCH ERROR: TypeError: Cannot read properties of undefined (reading 'response')
Retrying
ERROR STATUS: 429
Retrying
CATCH ERROR: TypeError: Cannot read properties of undefined (reading 'response')
Retrying
NOK: Failed to upload metadata to IPFS
Retrying
NOK: Failed to upload metadata to IPFS
Retrying
NOK: Failed to upload metadata to IPFS
Retrying
NOK: Failed to upload metadata to IPFS
Retrying
NOK: Failed to upload metadata to IPFS
Retrying
NOK: Failed to upload metadata to IPFS
Retrying
ERROR STATUS: 502
Retrying
CATCH ERROR: TypeError: Cannot read properties of undefined (reading 'response')
Retrying
ERROR STATUS: 502
Retrying
CATCH ERROR: TypeError: Cannot read properties of undefined (reading 'response')
Retrying
NOK: Failed to upload metadata to IPFS
Retrying
ERROR STATUS: 502
Retrying
CATCH ERROR: TypeError: Cannot read properties of undefined (reading 'response')
Retrying
Protect your information
- [X] I Agree
Do you fixed it??
I had the exact same problem for a couple days I found out my internet provider xfinity had a security that was blocking it so I went on my xfinity modem app amd turned of the security and it worked perfect, you probably just need to get your internet provider and look up how to turn off it's security
I have a similar issue, but before this. I encountered a TypeError and check in the meta data json, it is missing the "custom_field.edition" tag. So i added it, and run the script again and got this same error as you guys.
I have a similar issue, but before this. I encountered a TypeError and check in the meta data json, it is missing the "custom_field.edition" tag. So i added it, and run the script again and got this same error as you guys.
can you tell me where'd you add the tag
I have found the root cause, my Meta JSON was missing description which is mandatory. Now it is ok