graphbrainz icon indicating copy to clipboard operation
graphbrainz copied to clipboard

Demo query returns error

Open brady-aiello opened this issue 2 years ago • 1 comments

The sample query in the demo:

{
  lookup {
    artist(mbid: "5ca3f318-d028-4151-ac73-78e2b2d6cdcc") {
      name
      mediaWikiImages {
        url
        objectName
        descriptionHTML
        licenseShortName
      }
    }
  }
}

returns

{
  "errors": [
    {
      "message": "certificate has expired",
      "locations": [
        {
          "line": 5,
          "column": 7
        }
      ],
      "path": [
        "lookup",
        "artist",
        "mediaWikiImages"
      ]
    }
  ],
  "data": {
    "lookup": {
      "artist": null
    }
  }
}

brady-aiello avatar Jan 21 '23 00:01 brady-aiello

It looks like MusicBrainz-only queries work fine (most of them from the README of this project are returning normally), but it's having trouble with MediaWiki specifically? Is that what you're seeing too?

exogen avatar Jan 22 '23 00:01 exogen