Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo query returns error #107

Open
brady-aiello opened this issue Jan 21, 2023 · 1 comment
Open

Demo query returns error #107

brady-aiello opened this issue Jan 21, 2023 · 1 comment

Comments

@brady-aiello
Copy link

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
    }
  }
}
@exogen
Copy link
Owner

exogen commented Jan 22, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants