create-10k-nft-collection icon indicating copy to clipboard operation
create-10k-nft-collection copied to clipboard

ISSUE WITH uploadMetas.js FILE

Open amxnbijoy opened this issue 3 years ago • 5 comments

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

amxnbijoy avatar Feb 12 '22 05:02 amxnbijoy

Do you fixed it??

pamodyajay avatar Feb 13 '22 10:02 pamodyajay

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

littledaze7373 avatar Feb 13 '22 19:02 littledaze7373

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.

bbugs280 avatar Feb 14 '22 15:02 bbugs280

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

RengokuH avatar Feb 17 '22 15:02 RengokuH

I have found the root cause, my Meta JSON was missing description which is mandatory. Now it is ok

bbugs280 avatar Feb 18 '22 02:02 bbugs280