We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Submitted an issue: 1EdTech/openbadges-validator-core#205
{ "input": { "input_type": "url", "value": "https://gist.github.com/badgebotio/4614803b39f580806454a0735214b221" }, "graph": [], "report": { "valid": false, "errorCount": 1, "warningCount": 0, "messages": [ { "result": "Unknown Content-Type (Not image/png or image/svg+xml). Response could not be interpreted from url https://gist.github.com/badgebotio/4614803b39f580806454a0735214b221", "name": "FETCH_HTTP_NODE", "success": false, "messageLevel": "ERROR" } ], "validationSubject": "https://gist.github.com/badgebotio/4614803b39f580806454a0735214b221" } }
The text was updated successfully, but these errors were encountered:
Changed assertion to use the raw url: https://gist.githubusercontent.com/badgebotio/4614803b39f580806454a0735214b221/raw
Sorry, something went wrong.
No branches or pull requests
Submitted an issue: 1EdTech/openbadges-validator-core#205
{
"input": {
"input_type": "url",
"value": "https://gist.github.com/badgebotio/4614803b39f580806454a0735214b221"
},
"graph": [],
"report": {
"valid": false,
"errorCount": 1,
"warningCount": 0,
"messages": [
{
"result": "Unknown Content-Type (Not image/png or image/svg+xml). Response could not be interpreted from url https://gist.github.com/badgebotio/4614803b39f580806454a0735214b221",
"name": "FETCH_HTTP_NODE",
"success": false,
"messageLevel": "ERROR"
}
],
"validationSubject": "https://gist.github.com/badgebotio/4614803b39f580806454a0735214b221"
}
}
The text was updated successfully, but these errors were encountered: