-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
If the beacon node is syncing (or maybe an EL isn't running), after key in password, the webpage will show error:
I don't recall this is the behaviour in the past. If the beacon node is syncing / EL isn't running, Siren was still able to start in the past IIRC. It seems to be due to the validator_inclusion endpoint. The error is rather long:
[Nest] 98 - 11/05/2025, 12:39:13 PM ERROR [ExceptionsHandler] Unable to fetch inclusion data
Error: Unable to fetch inclusion data
at BeaconService.fetchInclusionRate (/app/backend/dist/backend/src/beacon/beacon.service.js:140:19)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async /app/backend/node_modules/@nestjs/core/router/router-execution-context.js:46:28
at async /app/backend/node_modules/@nestjs/core/router/router-proxy.js:9:17
AxiosError: Request failed with status code 404
at settle (/app/backend/node_modules/axios/dist/node/axios.cjs:2049:12)
at IncomingMessage.handleStreamEnd (/app/backend/node_modules/axios/dist/node/axios.cjs:3166:11)
at IncomingMessage.emit (node:events:520:35)
at endReadableNT (node:internal/streams/readable:1701:12)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
at Axios.request (/app/backend/node_modules/axios/dist/node/axios.cjs:4276:41)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5) {
code: 'ERR_BAD_REQUEST',
config: {
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
adapter: [ 'xhr', 'http', 'fetch' ],
transformRequest: [ [Function: transformRequest] ],
transformResponse: [ [Function: transformResponse] ],
timeout: 10000,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
env: { FormData: [Function [FormData]], Blob: [class Blob] },
validateStatus: [Function: validateStatus],
headers: Object [AxiosHeaders] {
Accept: 'application/json, text/plain, */*',
'Content-Type': undefined,
'User-Agent': 'axios/1.9.0',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
httpAgent: Agent {
_events: [Object: null prototype],
_eventsCount: 2,
_maxListeners: undefined,
options: [Object: null prototype],
defaultPort: 80,
protocol: 'http:',
requests: [Object: null prototype] {},
sockets: [Object: null prototype],
freeSockets: [Object: null prototype] {},
keepAliveMsecs: 1000,
keepAlive: false,
maxSockets: Infinity,
maxFreeSockets: 256,
scheduling: 'lifo',
maxTotalSockets: Infinity,
totalSocketCount: 1,
agentKeepAliveTimeoutBuffer: 1000,
Symbol(shapeMode): false,
Symbol(kCapture): false
},
httpsAgent: Agent {
_events: [Object: null prototype],
_eventsCount: 2,
_maxListeners: undefined,
options: [Object: null prototype],
defaultPort: 443,
protocol: 'https:',
requests: [Object: null prototype] {},
sockets: [Object: null prototype] {},
freeSockets: [Object: null prototype] {},
keepAliveMsecs: 1000,
keepAlive: false,
maxSockets: Infinity,
maxFreeSockets: 256,
scheduling: 'lifo',
maxTotalSockets: Infinity,
totalSocketCount: 0,
agentKeepAliveTimeoutBuffer: 1000,
maxCachedSessions: 100,
_sessionCache: [Object],
Symbol(shapeMode): false,
Symbol(kCapture): false
},
url: 'http://127.0.0.1:5052/lighthouse/validator_inclusion/52425/global',
method: 'get',
cancelToken: CancelToken {
promise: [Promise],
_listeners: null,
reason: [CanceledError]
},
allowAbsoluteUrls: true,
data: undefined
},
request: <ref *1> ClientRequest {
_events: [Object: null prototype] {
abort: [Function (anonymous)],
aborted: [Function (anonymous)],
connect: [Function (anonymous)],
error: [Function (anonymous)],
socket: [Function (anonymous)],
timeout: [Function (anonymous)],
finish: [Function: requestOnFinish]
},
_eventsCount: 7,
_maxListeners: undefined,
outputData: [],
outputSize: 0,
writable: true,
destroyed: false,
_last: true,
chunkedEncoding: false,
shouldKeepAlive: false,
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 /lighthouse/validator_inclusion/52425/global HTTP/1.1\r\n' +
'Accept: application/json, text/plain, */*\r\n' +
'User-Agent: axios/1.9.0\r\n' +
'Accept-Encoding: gzip, compress, deflate, br\r\n' +
'Host: 127.0.0.1:5052\r\n' +
'Connection: close\r\n' +
'\r\n',
_keepAliveTimeout: 0,
_onPendingData: [Function: nop],
agent: Agent {
_events: [Object: null prototype],
_eventsCount: 2,
_maxListeners: undefined,
options: [Object: null prototype],
defaultPort: 80,
protocol: 'http:',
requests: [Object: null prototype] {},
sockets: [Object: null prototype],
freeSockets: [Object: null prototype] {},
keepAliveMsecs: 1000,
keepAlive: false,
maxSockets: Infinity,
maxFreeSockets: 256,
scheduling: 'lifo',
maxTotalSockets: Infinity,
totalSocketCount: 1,
agentKeepAliveTimeoutBuffer: 1000,
Symbol(shapeMode): false,
Symbol(kCapture): false
},
socketPath: undefined,
method: 'GET',
maxHeaderSize: undefined,
insecureHTTPParser: undefined,
joinDuplicateHeaders: undefined,
path: '/lighthouse/validator_inclusion/52425/global',
_ended: true,
res: IncomingMessage {
_events: [Object],
_readableState: [ReadableState],
_maxListeners: undefined,
socket: [Socket],
httpVersionMajor: 1,
httpVersionMinor: 1,
httpVersion: '1.1',
complete: true,
rawHeaders: [Array],
rawTrailers: [],
joinDuplicateHeaders: undefined,
aborted: false,
upgrade: false,
url: '',
method: null,
statusCode: 404,
statusMessage: 'Not Found',
client: [Socket],
_consuming: false,
_dumped: false,
req: [Circular *1],
_eventsCount: 4,
responseUrl: 'http://127.0.0.1:5052/lighthouse/validator_inclusion/52425/global',
redirects: [],
Symbol(shapeMode): true,
Symbol(kCapture): false,
Symbol(kHeaders): [Object],
Symbol(kHeadersCount): 8,
Symbol(kTrailers): null,
Symbol(kTrailersCount): 0
},
aborted: false,
timeoutCb: [Function: emitRequestTimeout],
upgradeOrConnect: false,
parser: null,
maxHeadersCount: null,
reusedSocket: false,
host: '127.0.0.1',
protocol: 'http:',
_redirectable: Writable {
_events: [Object],
_writableState: [WritableState],
_maxListeners: undefined,
_options: [Object],
_ended: true,
_ending: true,
_redirectCount: 0,
_redirects: [],
_requestBodyLength: 0,
_requestBodyBuffers: [],
_eventsCount: 3,
_onNativeResponse: [Function (anonymous)],
_currentRequest: [Circular *1],
_currentUrl: 'http://127.0.0.1:5052/lighthouse/validator_inclusion/52425/global',
_timeout: null,
Symbol(shapeMode): true,
Symbol(kCapture): false
},
Symbol(shapeMode): false,
Symbol(kCapture): false,
Symbol(kBytesWritten): 0,
Symbol(kNeedDrain): false,
Symbol(corked): 0,
Symbol(kChunkedBuffer): [],
Symbol(kChunkedLength): 0,
Symbol(kSocket): Socket {
connecting: false,
_hadError: false,
_parent: null,
_host: null,
_closeAfterHandlingError: false,
_events: [Object],
_readableState: [ReadableState],
_writableState: [WritableState],
allowHalfOpen: false,
_maxListeners: undefined,
_eventsCount: 7,
_sockname: null,
_pendingData: null,
_pendingEncoding: '',
server: null,
_server: null,
timeout: 10000,
parser: null,
_httpMessage: [Circular *1],
Symbol(async_id_symbol): 2126,
Symbol(kHandle): [TCP],
Symbol(lastWriteQueueSize): 0,
Symbol(timeout): Timeout {
_idleTimeout: 10000,
_idlePrev: [TimersList],
_idleNext: [TimersList],
_idleStart: 137780,
_onTimeout: [Function: bound ],
_timerArgs: undefined,
_repeat: null,
_destroyed: false,
Symbol(refed): false,
Symbol(kHasPrimitive): false,
Symbol(asyncId): 2134,
Symbol(triggerId): 2128,
Symbol(kAsyncContextFrame): undefined
},
Symbol(kBuffer): null,
Symbol(kBufferCb): null,
Symbol(kBufferGen): null,
Symbol(shapeMode): true,
Symbol(kCapture): false,
Symbol(kSetNoDelay): true,
Symbol(kSetKeepAlive): true,
Symbol(kSetKeepAliveInitialDelay): 60,
Symbol(kBytesRead): 0,
Symbol(kBytesWritten): 0
},
Symbol(kOutHeaders): [Object: null prototype] {
accept: [Array],
'user-agent': [Array],
'accept-encoding': [Array],
host: [Array]
},
Symbol(errored): null,
Symbol(kHighWaterMark): 65536,
Symbol(kRejectNonStandardBodyWrites): false,
Symbol(kUniqueHeaders): null
},
response: {
status: 404,
statusText: 'Not Found',
headers: Object [AxiosHeaders] {
'content-type': 'application/json',
server: 'Lighthouse/v8.0.0-e3ee7fe/x86_64-linux',
'content-length': '81',
date: 'Wed, 05 Nov 2025 12:41:17 GMT'
},
config: {
transitional: [Object],
adapter: [Array],
transformRequest: [Array],
transformResponse: [Array],
timeout: 10000,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
env: [Object],
validateStatus: [Function: validateStatus],
headers: [Object [AxiosHeaders]],
httpAgent: [Agent],
httpsAgent: [Agent],
url: 'http://127.0.0.1:5052/lighthouse/validator_inclusion/52425/global',
method: 'get',
cancelToken: [CancelToken],
allowAbsoluteUrls: true,
data: undefined
},
request: <ref *1> ClientRequest {
_events: [Object: null prototype],
_eventsCount: 7,
_maxListeners: undefined,
outputData: [],
outputSize: 0,
writable: true,
destroyed: false,
_last: true,
chunkedEncoding: false,
shouldKeepAlive: false,
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 /lighthouse/validator_inclusion/52425/global HTTP/1.1\r\n' +
'Accept: application/json, text/plain, */*\r\n' +
'User-Agent: axios/1.9.0\r\n' +
'Accept-Encoding: gzip, compress, deflate, br\r\n' +
'Host: 127.0.0.1:5052\r\n' +
'Connection: close\r\n' +
'\r\n',
_keepAliveTimeout: 0,
_onPendingData: [Function: nop],
agent: [Agent],
socketPath: undefined,
method: 'GET',
maxHeaderSize: undefined,
insecureHTTPParser: undefined,
joinDuplicateHeaders: undefined,
path: '/lighthouse/validator_inclusion/52425/global',
_ended: true,
res: [IncomingMessage],
aborted: false,
timeoutCb: [Function: emitRequestTimeout],
upgradeOrConnect: false,
parser: null,
maxHeadersCount: null,
reusedSocket: false,
host: '127.0.0.1',
protocol: 'http:',
_redirectable: [Writable],
Symbol(shapeMode): false,
Symbol(kCapture): false,
Symbol(kBytesWritten): 0,
Symbol(kNeedDrain): false,
Symbol(corked): 0,
Symbol(kChunkedBuffer): [],
Symbol(kChunkedLength): 0,
Symbol(kSocket): [Socket],
Symbol(kOutHeaders): [Object: null prototype],
Symbol(errored): null,
Symbol(kHighWaterMark): 65536,
Symbol(kRejectNonStandardBodyWrites): false,
Symbol(kUniqueHeaders): null
},
data: {
code: 404,
message: 'NOT_FOUND: beacon state at slot 1677631',
stacktraces: []
}
},
status: 404
}
Metadata
Metadata
Assignees
Labels
No labels