Skip to content

Instantly share code, notes, and snippets.

@jgmac1106
Created March 14, 2020 17:25
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 jgmac1106/3d4df34f99f9a2bd34d47262f26bf508 to your computer and use it in GitHub Desktop.
Save jgmac1106/3d4df34f99f9a2bd34d47262f26bf508 to your computer and use it in GitHub Desktop.
monocle error
"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: Sat, 14 Mar 2020 17:25:00 GMT",
"body": {
"error": "forbidden",
"error_description": "The token endpoint could not verify this access token",
"token_endpoint": {
"url": "https://quickthoughts.jgregorymcverry.com/indieauth/token",
"code": 404,
"response": "Client mismatch."
}
},
"error": "",
"error_description": "",
"url": "https://aperture.p3k.io/microsub/59?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: Sat, 14 Mar 2020 17:25:00 GMT\r\n\r\n{\"error\":\"forbidden\",\"error_description\":\"The token endpoint could not verify this access token\",\"token_endpoint\":{\"url\":\"https:\\/\\/quickthoughts.jgregorymcverry.com\\/indieauth\\/token\",\"code\":404,\"response\":\"Client mismatch.\"}}",
"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": "Sat, 14 Mar 2020 17:25:00 GMT"
},
"rels": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment