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

Number of wallets giving error 500 on /dev/tz

Open tgreiser opened this issue 4 years ago • 1 comments

Some wallets work. Others give this error.

{ "tz": "tz1ceVPzbPAWja66PQk7QCL5kd212jnrhLDM" }

    at createError (/var/task/node_modules/axios/lib/core/createError.js:16:15)
    at settle (/var/task/node_modules/axios/lib/core/settle.js:17:12)
    at IncomingMessage.handleStreamEnd (/var/task/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)```

tgreiser avatar May 07 '21 19:05 tgreiser

More examples: https://github.com/hicetnunc2000/hicetnunc/issues/681 https://github.com/hicetnunc2000/hicetnunc/issues/683

Main issue seems to be scanning object owners for burned items, especially when there are more than 200 objkts - this seems to be the point where rate limiting kicks in by BCD here: getObjktOwners

skenaja avatar May 13 '21 17:05 skenaja