kodadot / rubick

Implementation SubSquid indexer for Kusama NFTs
https://github.com/kodadot/rubick
9 stars 15 forks source link

Marck is unable to return any data #256

Closed vikiival closed 1 year ago

vikiival commented 1 year ago
{
  collections: collectionEntities(where: {createdAt_gte: "2023-04-21T14:28:57.721Z"}, limit: 10) {
    id
    createdAt
    name
    metadata
    currentOwner
    issuer
    meta {
      id
      name
      description
      image
      animationUrl
      type
    }
  }
}
{
  "message": "The string did not match the expected pattern.",
  "stack": ""
}
{
  "line": 1,
  "column": 607650,
  "sourceURL": "https://squid.subsquid.io/marck/console/static/js/1.8ce06186.chunk.js",
  "message": "The string did not match the expected pattern.",
  "stack": "json@[native code]\n@https://squid.subsquid.io/marck/console/static/js/1.8ce06186.chunk.js:1:607650\nk@https://squid.subsquid.io/marck/console/static/js/1.8ce06186.chunk.js:1:751311\n@https://squid.subsquid.io/marck/console/static/js/1.8ce06186.chunk.js:1:751096\ns@https://squid.subsquid.io/marck/console/static/js/1.8ce06186.chunk.js:1:605913\nu@https://squid.subsquid.io/marck/console/static/js/1.8ce06186.chunk.js:1:606030\npromiseReactionJob@[native code]"
}
vikiival commented 1 year ago

Fixed by redeploying the service!