Created
September 30, 2025 03:09
-
-
Save kohasummons/2b60b4878bb234a1d76543f51a805e4b to your computer and use it in GitHub Desktop.
x402 facilitator verification endpoint (x402.org) is unreachable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "x402Version": 1, | |
| "error": { | |
| "message": "connect ETIMEDOUT 76.76.21.21:443", | |
| "name": "Error", | |
| "stack": "Error: connect ETIMEDOUT 76.76.21.21:443\n at AxiosError.from (file:///Users/[...]/Developer/x402-yt/node_modules/axios/lib/core/AxiosError.js:92:14)\n at RedirectableRequest.handleRequestError (file:///Users/koha/Developer/x402-yt/node_modules/axios/lib/adapters/http.js:620:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (/Users/koha/Developer/x402-yt/node_modules/follow-redirects/index.js:49:24)\n at ClientRequest.emit (node:events:518:28)\n at emitErrorEvent (node:_http_client:104:11)\n at TLSSocket.socketErrorListener (node:_http_client:518:5)\n at TLSSocket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:170:8)\n at emitErrorCloseNT (node:internal/streams/destroy:129:3)\n at Axios.request (file:///Users/koha/Developer/x402-yt/node_modules/axios/lib/core/Axios.js:45:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async verify2 (file:///Users/koha/Developer/x402-yt/node_modules/x402/dist/esm/verify/index.mjs:12:17)\n at async paymentMiddleware2 (file:///Users/koha/Developer/x402-yt/node_modules/x402-express/dist/esm/index.mjs:109:24)", | |
| "config": { | |
| "transitional": { | |
| "silentJSONParsing": true, | |
| "forcedJSONParsing": true, | |
| "clarifyTimeoutError": false | |
| }, | |
| "adapter": [ | |
| "xhr", | |
| "http", | |
| "fetch" | |
| ], | |
| "transformRequest": [ | |
| null | |
| ], | |
| "transformResponse": [ | |
| null | |
| ], | |
| "timeout": 0, | |
| "xsrfCookieName": "XSRF-TOKEN", | |
| "xsrfHeaderName": "X-XSRF-TOKEN", | |
| "maxContentLength": -1, | |
| "maxBodyLength": -1, | |
| "env": {}, | |
| "headers": { | |
| "Accept": "application/json, text/plain, /", | |
| "Content-Type": "application/json", | |
| "User-Agent": "axios/1.9.0", | |
| "Content-Length": "861", | |
| "Accept-Encoding": "gzip, compress, deflate, br" | |
| }, | |
| "method": "post", | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment