create-10k-nft-collection
create-10k-nft-collection copied to clipboard
[Bug]: ERROR: ERROR STATUS: 422 by "npm run get_contract"
Version
- [X] Yes
General Question
- [X] No
What happened?
"npm run deploy_contract" worked before I ran "npm run get_contract". I deployed files and made a contract successfully. In fact, there is a contract deployed on NFTPort contract page. When I ran "npm run get_contract", I saw these error below. How can I fix this issue ?
npm run get_contract
[email protected] get_contract node utils/nftport/retrieveContract
CATCH ERROR: ERROR STATUS: 422 Retrying CATCH ERROR: ERROR STATUS: 422
when I dumped response, I saw this below.
status: 422, statusText: 'Unprocessable Entity', headers: Headers { [Symbol(map)]: [Object: null prototype] }, counter: 0
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
- [X] I Agree
i am also getting this. I did enter in "ethereum" for the chain but other than that the test server was good. Just now when I want to utilize the ethereum blockchain I am getting the error 422.
https://nftport.stoplight.io/docs/nftport/ZG9jOjU5MTMzOTk3-error-codes
Hope this helps. I'm working through it as well.
I have the same issue during uploading metadata, nothing helps yet. Did You guys solve the problem ?
I get the same issue when i ran npm run deploy_contract
Any help please?