hicetnunc-api icon indicating copy to clipboard operation
hicetnunc-api copied to clipboard

Large collections cause `/tz/:wallet` to return 429 error

Open skenaja opened this issue 4 years ago • 4 comments

(From https://github.com/hicetnunc2000/hicetnunc/issues/522)

curl --location --request POST 'localhost:3001/tz' \
--header 'Content-Type: application/json' \
--data-raw '{"tz":"tz1Pu8zRmNghAHzWxsT9Cy2qXHxkCrHcB3vc"}'
Error: Request failed with status code 429
   at createError (/home/alex/hicetnunc-api/node_modules/axios/lib/core/createError.js:16:15)
   at settle (/home/alex/hicetnunc-api/node_modules/axios/lib/core/settle.js:17:12)
   at IncomingMessage.handleStreamEnd (/home/alex/hicetnunc-api/node_modules/axios/lib/adapters/http.js:260:11)
   at IncomingMessage.emit (events.js:326:22)
   at endReadableNT (_stream_readable.js:1241:12)
   at processTicksAndRejections (internal/process/task_queues.js:84:21)

skenaja avatar Apr 17 '21 11:04 skenaja

This error is caused by cloudflare-ipfs rate limiting large numbers of requests when the /tz call requests IPFS metadata https://github.com/hicetnunc2000/hicetnunc-api/blob/master/lib/utils.js#L21

This needs to be replaced with a call for metadata from mongodb.

skenaja avatar May 07 '21 12:05 skenaja

Another example of a failing wallet ID is tz1gsrd3CfZv4BfPnYKq5pKpHGFVdtGCgd71

skenaja avatar May 07 '21 12:05 skenaja

Hi. I haven´t bee able to see my page all day. It worked fine until yesterday night. It has 200 images up. Help. https://www.hicetnunc.xyz/tz/tz1XtMdVnBuLiQQN1vSQN7b5tWtu3NqC4Wna

alexcartagenamex avatar May 08 '21 03:05 alexcartagenamex

Hi. I haven´t bee able to see my page all day. It worked fine until yesterday night. It has 200 images up. Help. https://www.hicetnunc.xyz/tz/tz1XtMdVnBuLiQQN1vSQN7b5tWtu3NqC4Wna

I am dealing with this exact issue. None of my purchased objkts are loading in my Collection page https://www.hicetnunc.xyz/TRIGO/collection

My wallet address has the objkts I purchased so I'm not sure what is going wrong https://tzkt.io/tz1aqb6BSzXxVJsgkSc2F5v79NMgezNzCjbP/operations/

TRIGOMUSIC avatar Aug 26 '21 04:08 TRIGOMUSIC