'Why do openSea fetching data from IPFS all of a sudden?
This the validation json I got for my nft toke 34
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept
{
"valid": true,
"token_uri": "https://opensea.mypinata.cloud/ipfs/QmSEPUYN23YHfcsxgHHFodDTTdGuu8yhShuXpyJLe7RE6t/34.json",
"errors": []
}
This is for token 35
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept
{
"valid": false,
"token_uri": null,
"errors": [
"TypeError: unsupported operand type(s) for +: 'dict' and 'list'"
]
}
What possibly could go wrong that it stopped working all of a sudden.
My IPFS -
Solution 1:[1]
This seems to be a problem, that started today. On the discord channel, multiple people have the same problem. My guess, it is an error from the side of opensea
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | fridolinvii |