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

response too large (over 1,000,000 bytes

Open onchainguy-btc opened this issue 2 years ago • 1 comments

➜  atomicals-js git:(master) yarn cli mint-dft atom
yarn run v1.22.19
$ node dist/cli.js mint-dft atom
Args { mint_ticker: 'atom' }
Meta undefined
Ctx undefined
====================================================================
Mint Interactive FT (Decentralized)
====================================================================
Atomical type: FUNGIBLE (decentralized) [
  {
    name: 'args',
    contentType: 'object',
    data: { mint_ticker: 'atom' }
  }
] atom
Mint for ticker:  atom
error  { code: -32600, message: 'response too large (over 1,000,000 bytes' }
Operation failed.
{
  "success": false,
  "message": "[object Object]",
  "error": {
    "code": -32600,
    "message": "response too large (over 1,000,000 bytes"
  }
}
✨  Done in 1.79s.

Getting this after ~20 mints or so. I assume some pagination or so is needed?

onchainguy-btc avatar Sep 20 '23 14:09 onchainguy-btc

How come all commits get squashed?

AndyJiangPro avatar May 05 '24 02:05 AndyJiangPro

I'm wondering the same thing...

chidafy avatar May 11 '24 03:05 chidafy

+1

Halimao avatar May 19 '24 09:05 Halimao

How come all commits get squashed?

Can you provide more details ? This is not an active repo it seems

chagelstein avatar Dec 07 '24 13:12 chagelstein