Skip to content

Instantly share code, notes, and snippets.

@chrisaldrich
Created April 30, 2019 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisaldrich/562ae0eb985e08271476c23ec55d856a to your computer and use it in GitHub Desktop.
Save chrisaldrich/562ae0eb985e08271476c23ec55d856a to your computer and use it in GitHub Desktop.
Monocle fail with 47a9
Error
There was a problem trying to load the channels from your Microsub endpoint.
Microsub endpoint: https://aperture.p3k.io/microsub/16
Your website: https://boffosocko.com/
The endpoint returned the following response.
{
"code": 403,
"header": "HTTP/1.1 403 Forbidden\r\nServer: nginx/1.14.0\r\nContent-Type: application/json\r\nTransfer-Encoding: chunked\r\nConnection: keep-alive\r\nX-Powered-By: PHP/7.2.7-1+ubuntu16.04.1+deb.sury.org+1\r\nCache-Control: no-cache, private\r\nDate: Tue, 30 Apr 2019 02:15:57 GMT",
"body": {
"error": "forbidden",
"error_description": "The token endpoint could not verify this access token",
"token_endpoint": {
"url": "https://boffosocko.com/wp-json/indieauth/1.0/token",
"code": 400,
"response": {
"error": "parameter_absent",
"error_description": "Bearer Token Not Supplied"
}
}
},
"error": "",
"error_description": "",
"url": "https://aperture.p3k.io/microsub/16?action=channels",
"debug": "HTTP/1.1 403 Forbidden\r\nServer: nginx/1.14.0\r\nContent-Type: application/json\r\nTransfer-Encoding: chunked\r\nConnection: keep-alive\r\nX-Powered-By: PHP/7.2.7-1+ubuntu16.04.1+deb.sury.org+1\r\nCache-Control: no-cache, private\r\nDate: Tue, 30 Apr 2019 02:15:57 GMT\r\n\r\n{\"error\":\"forbidden\",\"error_description\":\"The token endpoint could not verify this access token\",\"token_endpoint\":{\"url\":\"https:\\/\\/boffosocko.com\\/wp-json\\/indieauth\\/1.0\\/token\",\"code\":400,\"response\":{\"error\":\"parameter_absent\",\"error_description\":\"Bearer Token Not Supplied\"}}}",
"headers": {
"Server": "nginx/1.14.0",
"Content-Type": "application/json",
"Transfer-Encoding": "chunked",
"Connection": "keep-alive",
"X-Powered-By": "PHP/7.2.7-1+ubuntu16.04.1+deb.sury.org+1",
"Cache-Control": "no-cache, private",
"Date": "Tue, 30 Apr 2019 02:15:57 GMT"
},
"rels": []
}
Start Over
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment