5 months ago
corked: 0,
auth: undefined,
_requestBodyLength: 0,
family: undefined,
_requestBodyBuffers: [],
beforeRedirect: [Function: dispatchBeforeRedirect],
_eventsCount: 3,
beforeRedirects: [Object],
_onNativeResponse: [Function (anonymous)],
http2Options: undefined,
_currentRequest: ClientRequest {
hostname: '7tv.io',
_events: [Object: null prototype],
port: '',
_eventsCount: 2,
agent: undefined,
_maxListeners: undefined,
nativeProtocols: [Object],
outputData: [],
pathname: '/v3/users/kick/17288984'
outputSize: 0,
},
writable: true,
_ended: true,
destroyed: true,
_ending: true,
_redirectCount: 0,
_last: true,
chunkedEncoding: false,
_redirects: [],
shouldKeepAlive: true,
maxRequestsOnConnectionReached: false,
_defaultKeepAlive: true,
useChunkedEncodingByDefault: false,
sendDate: false,
_removedConnection: false,
_removedContLen: false,
_removedTE: false,
strictContentLength: false,
_contentLength: 0,
_hasBody: true,
_trailer: '',
finished: true,
_headerSent: true,
_closed: false,
_header: 'GET /v3/users/kick/17288984 HTTP/1.1\r\n' +
'Accept: application/json, text/plain, */*\r\n' +
'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\r\n' +
'Accept-Encoding: gzip, compress, deflate, br\r\n' +
'Host: 7tv.io\r\n' +
'Connection: keep-alive\r\n' +
'\r\n',
_keepAliveTimeout: 0,
_onPendingData: [Function: nop],
agent: [Agent],
socketPath: undefined,
timeoutCb: [Function: emitRequestTimeout],
[Symbol(kSocket)]: [TLSSocket],
upgradeOrConnect: false,
[Symbol(kOutHeaders)]: [Object: null prototype],
parser: null,
maxHeadersCount: null,
[Symbol(errored)]: null,
reusedSocket: false,
[Symbol(kHighWaterMark)]: 65536,
method: 'GET',
host: '7tv.io',
protocol: 'https:',
maxHeaderSize: undefined,
_redirectable: [Circular *2],
insecureHTTPParser: undefined,
[Symbol(shapeMode)]: false,
joinDuplicateHeaders: undefined,
[Symbol(kCapture)]: false,
[Symbol(kBytesWritten)]: 0,
path: '/v3/users/kick/17288984',
[Symbol(kNeedDrain)]: false,
[Symbol(corked)]: 0,
_ended: false,
[Symbol(kChunkedBuffer)]: [],
res: null,
[Symbol(kChunkedLength)]: 0,
aborted: false,
[Symbol(kRejectNonStandardBodyWrites)]: false,
at Axios.request (/app/node_modules/axios/dist/node/axios.cjs:4731:41)
[Symbol(kUniqueHeaders)]: null,
at processTicksAndRejections (node:internal/process/task_queues:105:5)
[Symbol(kError)]: [Circular *1]
at runNextTicks (node:internal/process/task_queues:69:3)
at listOnTimeout (node:internal/timers:549:9)
},
_currentUrl: 'https://7tv.io/v3/users/kick/17288984',
_timeout: null,
[Symbol(shapeMode)]: true,
[Symbol(kCapture)]: false
}
}``` connections29 Replies
5 months ago
I don't think the error you sent is related to the outgoing incident
5 months ago
Could u give a bit more info on what's happening? What are you trying to do?
I have a chat overlay for Kick streaming and I’m using Axios for fetching. I didn’t have any issues until your recent problem with custom domains appeared.
5 months ago
nice!
5 months ago
I will keep this thread open for some time in case the issue reappears
actually was solved for 2-5 minutes '[7TV] cosmetics for name failed (try 3/3): ECONNRESET: read ECONNRESET' again
[7TV] cosmetics for name failed (try 1/3): 503: Request failed with status code 503
5 months ago
I must say that this looks code related
5 months ago
What are you trying to do here? a req to an external service?
5 months ago
I see some kick endpoint in the error here
I'm trying to fetch the API and I got those errors, could it be from my code? Or… (now is ok)
5 months ago
I'm trying to understand your infra, this 'API' is hosted on Railway or is an external service
5 months ago
and that's the one giving you a 503?
5 months ago
This issue has nothing to do with Let's Encrypt's outage.
5 months ago
^
Hi I have a frontend service connected to a custom domain like OP but the deploy logs aren't showing any errors. But I keep getting 502 errors when trying to access the domain? Let's Encrypt looks like it's back up now too so not sure what could be the problem?
5 months ago
Very much unrelated. Please open your own thread.
