Open FantasyGameFoundation opened 2 years ago
I changed to alchemy url, and the error I got is the following.
FetchError: request to https://testnets-api.opensea.io/api/v1/asset/0x09d4df02227352D723160a31Ea8Bd6003eDFEA27/0/? failed, reason: connect ETIMEDOUT 162.220.12.226:443
at ClientRequest.<anonymous> (/Users/diode/Desktop/FantasyGameFoundation/FGF_SmartContract/node_modules/node-fetch/lib/index.js:1491:11)
at ClientRequest.emit (node:events:520:28)
at TLSSocket.socketErrorListener (node:_http_client:442:9)
at TLSSocket.emit (node:events:520:28)
at emitErrorNT (node:internal/streams/destroy:157:8)
at emitErrorCloseNT (node:internal/streams/destroy:122:3)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
type: 'system',
errno: 'ETIMEDOUT',
code: 'ETIMEDOUT'
}
I can not even ping the IP address 162.220.12.226 in the error message.
Did you solved this ? I get the same error and tried many different providers like Alchemy, Infura, Moralis, none solved the error
Did you solved this ? I get the same error and tried many different providers like Alchemy, Infura, Moralis, none solved the error I was caused by network reasons, and it was normal to switch to my cloud server. You can try to ping testnets-api.opensea.io.
Hi, I'm imitating creation-accessories to write an erc1155's factory contract, both my erc1155 contract and the factory contract have been deployed successfully, but my initial_sale script is not working (with node ./script/initial_sale.js). Below is my initial_sale script and error message.
initial_sale.js
error message