atomicals-js icon indicating copy to clipboard operation
atomicals-js copied to clipboard

Why returning error code 500 when operating mint-dft?

Open TTa77 opened this issue 1 year ago • 16 comments

When I was trying to run yarn cli mint-dft quark --satsbyte 80, the script exit with a 500 status code.

Here is the error message: AxiosError: Request failed with status code 500 at settle (D:\atomicals\atomicals-js\node_modules\axios\dist\node\axios.cjs:1913:12) at IncomingMessage.handleStreamEnd (D:\atomicals\atomicals-js\node_modules\axios\dist\node\axios.cjs:2995:11) at IncomingMessage.emit (node:events:526:35) at endReadableNT (node:internal/streams/readable:1589:12) at process.processTicksAndRejections (node:internal/process/task_queues:82:21)

I am not good at JS and webserver, can anyone help me about this issue? Whether this is my own mistake or the server's problem?

TTa77 avatar Dec 27 '23 04:12 TTa77