-
Notifications
You must be signed in to change notification settings - Fork 3
Description
response: {
status: 429,
statusText: 'Too Many Requests',
headers: AxiosHeaders {
date: 'Tue, 28 Oct 2025 12:11:49 GMT',
'content-type': 'application/json; charset=utf-8',
'content-length': '189',
connection: 'close',
server: 'uvicorn',
'x-frame-options': 'DENY',
vary: 'origin, Cookie',
'x-content-type-options': 'nosniff',
'referrer-policy': 'same-origin',
'cross-origin-opener-policy': 'same-origin'
},
config: {
transitional: [Object],
adapter: [Array],
transformRequest: [Array],
transformResponse: [Array],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
env: [Object],
validateStatus: [Function: validateStatus],
headers: [AxiosHeaders],
method: 'get',
url: 'https://api.scorer.gitcoin.co/registry/signing-message',
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,
_contentLength: 0,
_hasBody: true,
_trailer: '',
finished: true,
_headerSent: true,
_closed: false,
socket: [TLSSocket],
_header: 'GET /registry/signing-message HTTP/1.1\r\n' +
'Accept: application/json\r\n' +
'X-API-KEY: JmBoVZCt.5EeI848d6RauSbC4nhw32ceMr0S4n3kw\r\n' +
'User-Agent: axios/1.4.0\r\n' +
'Accept-Encoding: gzip, compress, deflate, br\r\n' +
'Host: api.scorer.gitcoin.co\r\n' +
'Connection: close\r\n' +
'\r\n',
_keepAliveTimeout: 0,
_onPendingData: [Function: nop],
agent: [Agent],
socketPath: undefined,
method: 'GET',
maxHeaderSize: undefined,
insecureHTTPParser: undefined,
path: '/registry/signing-message',
_ended: true,
res: [IncomingMessage],
aborted: false,
timeoutCb: null,
upgradeOrConnect: false,
parser: null,
maxHeadersCount: null,
reusedSocket: false,
host: 'api.scorer.gitcoin.co',
protocol: 'https:',
_redirectable: [Writable],
[Symbol(kCapture)]: false,
[Symbol(kNeedDrain)]: false,
[Symbol(corked)]: 0,
[Symbol(kOutHeaders)]: [Object: null prototype]
},
data: {
error: 'You have been rate limited! Use this form to request a rate limit elevation: https://docs.google.com/forms/d/e/1FAIpQLSeUATg0nTE9ws3qESGBktFcOX0brF19iv2L0BLoiub9pbSMeg/viewform'
}
}
}
fetchSafeMessageByTimestamp() error TypeError: safeMessage.message.includes is not a function
at isValidSafeLoginMessage (/usr/src/app/src/utils/utils.ts:20:30)
at /usr/src/app/src/utils/utils.ts:31:5
at Array.filter ()
at findObjectByClosestTimestamp (/usr/src/app/src/utils/utils.ts:30:41)
at fetchSafeMessageByTimestamp (/usr/src/app/src/services/safeServices.ts:38:47)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at MultisigAuthenticationController.authenticate (/usr/src/app/src/controllers/v1/multisigAuthenticationController.ts:54:23)
at /usr/src/app/src/routes/v1/multisigAuthenticationRouter.ts:23:22
fetchSafeMessageByTimestamp() error TypeError: safeMessage.message.includes is not a function
at isValidSafeLoginMessage (/usr/src/app/src/utils/utils.ts:20:30)
at /usr/src/app/src/utils/utils.ts:31:5
at Array.filter ()
at findObjectByClosestTimestamp (/usr/src/app/src/utils/utils.ts:30:41)
at fetchSafeMessageByTimestamp (/usr/src/app/src/services/safeServices.ts:38:47)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at MultisigAuthenticationController.authenticate (/usr/src/app/src/controllers/v1/multisigAuthenticationController.ts:54:23)
at /usr/src/app/src/routes/v1/multisigAuthenticationRouter.ts:23:22
fetchSafeMessageByTimestamp() error TypeError: safeMessage.message.includes is not a function
at isValidSafeLoginMessage (/usr/src/app/src/utils/utils.ts:20:30)
at /usr/src/app/src/utils/utils.ts:31:5
at Array.filter ()
at findObjectByClosestTimestamp (/usr/src/app/src/utils/utils.ts:30:41)
at fetchSafeMessageByTimestamp (/usr/src/app/src/services/safeServices.ts:38:47)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at MultisigAuthenticationController.authenticate (/usr/src/app/src/controllers/v1/multisigAuthenticationController.ts:54:23)
at /usr/src/app/src/routes/v1/multisigAuthenticationRouter.ts:23:22
2025-11-26T12:29:23: PM2 log: [PM2] This PM2 is not UP TO DATE