atomicals-js
atomicals-js copied to clipboard
Why returning error code 500 when operating mint-dft?
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?