Demo query returns error
Open
- Dominant language
- JavaScript
- Stars
- 166
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
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
}
}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.