This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
95% code test coverage #123
Annotations
10 errors and 1 warning
src/Private/Requests.ts#L57
{
message: '',
name: 'AggregateError',
description: undefined,
number: undefined,
fileName: undefined,
lineNumber: undefined,
columnNumber: undefined,
stack: 'AggregateError: \n' +
' at Function.AxiosError.from (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js:92:14)\n' +
' at RedirectableRequest.handleRequestError (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/http.js:620:25)\n' +
' at RedirectableRequest.emit (node:events:519:28)\n' +
' at ClientRequest.eventHandlers.<computed> (/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/follow-redirects/index.js:38:24)\n' +
' at ClientRequest.emit (node:events:519:28)\n' +
' at Socket.socketErrorListener (node:_http_client:500:9)\n' +
' at Socket.emit (node:events:519:28)\n' +
' at emitErrorNT (node:internal/streams/destroy:169:8)\n' +
' at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n' +
' at processTicksAndRejections (node:internal/process/task_queues:82:21)\n' +
' at Axios.request (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/Axios.js:45:41)\n' +
' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
' at Requests.request (/home/runner/work/reborn-ts/reborn-ts/src/Private/Requests.ts:57:17)\n' +
' at RateLimit.sync (/home/runner/work/reborn-ts/reborn-ts/src/Private/RateLimit.ts:18:25)',
config: {
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
adapter: [ 'xhr', 'http', 'fetch' ],
transformRequest: [ 'Function<transformRequest>' ],
transformResponse: [ 'Function<transformResponse>' ],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' },
validateStatus: 'Function<validateStatus>',
headers: {
Accept: 'application/json, text/plain, */*',
'API-Key': '***',
'User-Agent': 'axios/1.7.5',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
httpsAgent: {
_events: [Object],
_eventsCount: 2,
defaultPort: 443,
protocol: 'https:',
options: [Object],
requests: {},
sockets: {},
freeSockets: {},
keepAliveMsecs: 1000,
keepAlive: false,
maxSockets: Infinity,
maxFreeSockets: 256,
scheduling: 'lifo',
maxTotalSockets: Infinity,
totalSocketCount: 0,
maxCachedSessions: 100,
_sessionCache: [Object]
},
method: 'get',
url: 'http://localhost:3000/hypixel/v2/boosters'
},
code: 'ECONNREFUSED',
status: undefined,
VITEST_TEST_NAME: 'RateLimit (Auto)',
VITEST_TEST_PATH: 'src/Private/RateLimit.test.ts',
VITEST_AFTER_ENV_TEARDOWN: undefined,
type: 'Unhandled Rejection',
stacks: [
{
method: 'Function.AxiosError.from',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js',
line: 92,
column: 14
},
{
method: 'RedirectableRequest.handleRequestError',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/http.js',
line: 620,
column: 25
},
{
method: 'RedirectableRequest.emit',
file: '/home/runner/work/reborn-ts/reborn-ts/node:events',
line: 519,
column: 28
},
{
method: 'ClientRequest.eventHandlers.<computed>',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/follow-redirects/index.js',
line: 38,
column: 24
},
{
method: 'ClientRequest.emit',
file: '/home/runner/work/reborn-ts/reborn-ts/node:events',
line: 519,
column: 28
|
src/Private/Requests.ts#L57
{
message: '',
name: 'AggregateError',
description: undefined,
number: undefined,
fileName: undefined,
lineNumber: undefined,
columnNumber: undefined,
stack: 'AggregateError: \n' +
' at Function.AxiosError.from (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js:92:14)\n' +
' at RedirectableRequest.handleRequestError (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/http.js:620:25)\n' +
' at RedirectableRequest.emit (node:events:519:28)\n' +
' at ClientRequest.eventHandlers.<computed> (/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/follow-redirects/index.js:38:24)\n' +
' at ClientRequest.emit (node:events:519:28)\n' +
' at Socket.socketErrorListener (node:_http_client:500:9)\n' +
' at Socket.emit (node:events:519:28)\n' +
' at emitErrorNT (node:internal/streams/destroy:169:8)\n' +
' at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n' +
' at processTicksAndRejections (node:internal/process/task_queues:82:21)\n' +
' at Axios.request (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/Axios.js:45:41)\n' +
' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
' at Requests.request (/home/runner/work/reborn-ts/reborn-ts/src/Private/Requests.ts:57:17)\n' +
' at RateLimit.sync (/home/runner/work/reborn-ts/reborn-ts/src/Private/RateLimit.ts:18:25)\n' +
' at RateLimit.initialize (/home/runner/work/reborn-ts/reborn-ts/src/Private/RateLimit.ts:33:5)',
config: {
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
adapter: [ 'xhr', 'http', 'fetch' ],
transformRequest: [ 'Function<transformRequest>' ],
transformResponse: [ 'Function<transformResponse>' ],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' },
validateStatus: 'Function<validateStatus>',
headers: {
Accept: 'application/json, text/plain, */*',
'API-Key': '***',
'User-Agent': 'axios/1.7.5',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
httpsAgent: {
_events: [Object],
_eventsCount: 2,
defaultPort: 443,
protocol: 'https:',
options: [Object],
requests: {},
sockets: {},
freeSockets: {},
keepAliveMsecs: 1000,
keepAlive: false,
maxSockets: Infinity,
maxFreeSockets: 256,
scheduling: 'lifo',
maxTotalSockets: Infinity,
totalSocketCount: 0,
maxCachedSessions: 100,
_sessionCache: [Object]
},
method: 'get',
url: 'http://localhost:3000/hypixel/v2/boosters'
},
code: 'ECONNREFUSED',
status: undefined,
VITEST_TEST_NAME: 'RateLimit (Auto)',
VITEST_TEST_PATH: 'src/Private/RateLimit.test.ts',
VITEST_AFTER_ENV_TEARDOWN: undefined,
type: 'Unhandled Rejection',
stacks: [
{
method: 'Function.AxiosError.from',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js',
line: 92,
column: 14
},
{
method: 'RedirectableRequest.handleRequestError',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/http.js',
line: 620,
column: 25
},
{
method: 'RedirectableRequest.emit',
file: '/home/runner/work/reborn-ts/reborn-ts/node:events',
line: 519,
column: 28
},
{
method: 'ClientRequest.eventHandlers.<computed>',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/follow-redirects/index.js',
line: 38,
column: 24
},
{
method: 'ClientReques
|
src/Private/Requests.ts#L57
{
message: '',
name: 'AggregateError',
description: undefined,
number: undefined,
fileName: undefined,
lineNumber: undefined,
columnNumber: undefined,
stack: 'AggregateError: \n' +
' at Function.AxiosError.from (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js:92:14)\n' +
' at RedirectableRequest.handleRequestError (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/http.js:620:25)\n' +
' at RedirectableRequest.emit (node:events:519:28)\n' +
' at ClientRequest.eventHandlers.<computed> (/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/follow-redirects/index.js:38:24)\n' +
' at ClientRequest.emit (node:events:519:28)\n' +
' at Socket.socketErrorListener (node:_http_client:500:9)\n' +
' at Socket.emit (node:events:519:28)\n' +
' at emitErrorNT (node:internal/streams/destroy:169:8)\n' +
' at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n' +
' at processTicksAndRejections (node:internal/process/task_queues:82:21)\n' +
' at Axios.request (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/Axios.js:45:41)\n' +
' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
' at Requests.request (/home/runner/work/reborn-ts/reborn-ts/src/Private/Requests.ts:57:17)\n' +
' at RateLimit.sync (/home/runner/work/reborn-ts/reborn-ts/src/Private/RateLimit.ts:18:25)\n' +
' at RateLimit.initialize (/home/runner/work/reborn-ts/reborn-ts/src/Private/RateLimit.ts:33:5)',
config: {
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
adapter: [ 'xhr', 'http', 'fetch' ],
transformRequest: [ 'Function<transformRequest>' ],
transformResponse: [ 'Function<transformResponse>' ],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' },
validateStatus: 'Function<validateStatus>',
headers: {
Accept: 'application/json, text/plain, */*',
'API-Key': '***',
'User-Agent': 'axios/1.7.5',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
httpsAgent: {
_events: [Object],
_eventsCount: 2,
defaultPort: 443,
protocol: 'https:',
options: [Object],
requests: {},
sockets: {},
freeSockets: {},
keepAliveMsecs: 1000,
keepAlive: false,
maxSockets: Infinity,
maxFreeSockets: 256,
scheduling: 'lifo',
maxTotalSockets: Infinity,
totalSocketCount: 0,
maxCachedSessions: 100,
_sessionCache: [Object]
},
method: 'get',
url: 'http://localhost:3000/hypixel/v2/boosters'
},
code: 'ECONNREFUSED',
status: undefined,
VITEST_TEST_NAME: undefined,
VITEST_TEST_PATH: 'src/Private/RateLimit.test.ts',
VITEST_AFTER_ENV_TEARDOWN: undefined,
type: 'Unhandled Rejection',
stacks: [
{
method: 'Function.AxiosError.from',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js',
line: 92,
column: 14
},
{
method: 'RedirectableRequest.handleRequestError',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/http.js',
line: 620,
column: 25
},
{
method: 'RedirectableRequest.emit',
file: '/home/runner/work/reborn-ts/reborn-ts/node:events',
line: 519,
column: 28
},
{
method: 'ClientRequest.eventHandlers.<computed>',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/follow-redirects/index.js',
line: 38,
column: 24
},
{
method: 'ClientRequest.emit',
|
src/Private/Requests.ts#L57
{
message: '',
name: 'AggregateError',
description: undefined,
number: undefined,
fileName: undefined,
lineNumber: undefined,
columnNumber: undefined,
stack: 'AggregateError: \n' +
' at Function.AxiosError.from (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js:92:14)\n' +
' at RedirectableRequest.handleRequestError (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/http.js:620:25)\n' +
' at RedirectableRequest.emit (node:events:519:28)\n' +
' at ClientRequest.eventHandlers.<computed> (/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/follow-redirects/index.js:38:24)\n' +
' at ClientRequest.emit (node:events:519:28)\n' +
' at Socket.socketErrorListener (node:_http_client:500:9)\n' +
' at Socket.emit (node:events:519:28)\n' +
' at emitErrorNT (node:internal/streams/destroy:169:8)\n' +
' at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n' +
' at processTicksAndRejections (node:internal/process/task_queues:82:21)\n' +
' at Axios.request (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/Axios.js:45:41)\n' +
' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
' at Requests.request (/home/runner/work/reborn-ts/reborn-ts/src/Private/Requests.ts:57:17)\n' +
' at RateLimit.sync (/home/runner/work/reborn-ts/reborn-ts/src/Private/RateLimit.ts:18:25)\n' +
' at RateLimit.initialize (/home/runner/work/reborn-ts/reborn-ts/src/Private/RateLimit.ts:33:5)',
config: {
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
adapter: [ 'xhr', 'http', 'fetch' ],
transformRequest: [ 'Function<transformRequest>' ],
transformResponse: [ 'Function<transformResponse>' ],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' },
validateStatus: 'Function<validateStatus>',
headers: {
Accept: 'application/json, text/plain, */*',
'API-Key': '***',
'User-Agent': 'axios/1.7.5',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
httpsAgent: {
_events: [Object],
_eventsCount: 2,
defaultPort: 443,
protocol: 'https:',
options: [Object],
requests: {},
sockets: {},
freeSockets: {},
keepAliveMsecs: 1000,
keepAlive: false,
maxSockets: Infinity,
maxFreeSockets: 256,
scheduling: 'lifo',
maxTotalSockets: Infinity,
totalSocketCount: 0,
maxCachedSessions: 100,
_sessionCache: [Object]
},
method: 'get',
url: 'http://localhost:3000/hypixel/v2/boosters'
},
code: 'ECONNREFUSED',
status: undefined,
VITEST_TEST_NAME: undefined,
VITEST_TEST_PATH: 'src/Private/RateLimit.test.ts',
VITEST_AFTER_ENV_TEARDOWN: undefined,
type: 'Unhandled Rejection',
stacks: [
{
method: 'Function.AxiosError.from',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js',
line: 92,
column: 14
},
{
method: 'RedirectableRequest.handleRequestError',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/http.js',
line: 620,
column: 25
},
{
method: 'RedirectableRequest.emit',
file: '/home/runner/work/reborn-ts/reborn-ts/node:events',
line: 519,
column: 28
},
{
method: 'ClientRequest.eventHandlers.<computed>',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/follow-redirects/index.js',
line: 38,
column: 24
},
{
method: 'ClientRequest.emit',
|
src/Private/Requests.ts#L57
{
message: '',
name: 'AggregateError',
description: undefined,
number: undefined,
fileName: undefined,
lineNumber: undefined,
columnNumber: undefined,
stack: 'AggregateError: \n' +
' at Function.AxiosError.from (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js:92:14)\n' +
' at RedirectableRequest.handleRequestError (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/http.js:620:25)\n' +
' at RedirectableRequest.emit (node:events:519:28)\n' +
' at ClientRequest.eventHandlers.<computed> (/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/follow-redirects/index.js:38:24)\n' +
' at ClientRequest.emit (node:events:519:28)\n' +
' at Socket.socketErrorListener (node:_http_client:500:9)\n' +
' at Socket.emit (node:events:519:28)\n' +
' at emitErrorNT (node:internal/streams/destroy:169:8)\n' +
' at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n' +
' at processTicksAndRejections (node:internal/process/task_queues:82:21)\n' +
' at Axios.request (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/Axios.js:45:41)\n' +
' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
' at Requests.request (/home/runner/work/reborn-ts/reborn-ts/src/Private/Requests.ts:57:17)\n' +
' at RateLimit.sync (/home/runner/work/reborn-ts/reborn-ts/src/Private/RateLimit.ts:18:25)\n' +
' at RateLimit.initialize (/home/runner/work/reborn-ts/reborn-ts/src/Private/RateLimit.ts:33:5)',
config: {
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
adapter: [ 'xhr', 'http', 'fetch' ],
transformRequest: [ 'Function<transformRequest>' ],
transformResponse: [ 'Function<transformResponse>' ],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' },
validateStatus: 'Function<validateStatus>',
headers: {
Accept: 'application/json, text/plain, */*',
'API-Key': '***',
'User-Agent': 'axios/1.7.5',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
httpsAgent: {
_events: [Object],
_eventsCount: 2,
defaultPort: 443,
protocol: 'https:',
options: [Object],
requests: {},
sockets: {},
freeSockets: {},
keepAliveMsecs: 1000,
keepAlive: false,
maxSockets: Infinity,
maxFreeSockets: 256,
scheduling: 'lifo',
maxTotalSockets: Infinity,
totalSocketCount: 0,
maxCachedSessions: 100,
_sessionCache: [Object]
},
method: 'get',
url: 'http://localhost:3000/hypixel/v2/boosters'
},
code: 'ECONNREFUSED',
status: undefined,
VITEST_TEST_NAME: 'Requests',
VITEST_TEST_PATH: 'src/Private/Requests.test.ts',
VITEST_AFTER_ENV_TEARDOWN: undefined,
type: 'Unhandled Rejection',
stacks: [
{
method: 'Function.AxiosError.from',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js',
line: 92,
column: 14
},
{
method: 'RedirectableRequest.handleRequestError',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/http.js',
line: 620,
column: 25
},
{
method: 'RedirectableRequest.emit',
file: '/home/runner/work/reborn-ts/reborn-ts/node:events',
line: 519,
column: 28
},
{
method: 'ClientRequest.eventHandlers.<computed>',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/follow-redirects/index.js',
line: 38,
column: 24
},
{
method: 'ClientRequest.emit',
|
src/Private/Requests.ts#L57
{
message: '',
name: 'AggregateError',
description: undefined,
number: undefined,
fileName: undefined,
lineNumber: undefined,
columnNumber: undefined,
stack: 'AggregateError: \n' +
' at Function.AxiosError.from (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js:92:14)\n' +
' at RedirectableRequest.handleRequestError (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/http.js:620:25)\n' +
' at RedirectableRequest.emit (node:events:519:28)\n' +
' at ClientRequest.eventHandlers.<computed> (/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/follow-redirects/index.js:38:24)\n' +
' at ClientRequest.emit (node:events:519:28)\n' +
' at Socket.socketErrorListener (node:_http_client:500:9)\n' +
' at Socket.emit (node:events:519:28)\n' +
' at emitErrorNT (node:internal/streams/destroy:169:8)\n' +
' at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n' +
' at processTicksAndRejections (node:internal/process/task_queues:82:21)\n' +
' at Axios.request (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/Axios.js:45:41)\n' +
' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
' at Requests.request (/home/runner/work/reborn-ts/reborn-ts/src/Private/Requests.ts:57:17)\n' +
' at RateLimit.sync (/home/runner/work/reborn-ts/reborn-ts/src/Private/RateLimit.ts:18:25)\n' +
' at RateLimit.initialize (/home/runner/work/reborn-ts/reborn-ts/src/Private/RateLimit.ts:33:5)',
config: {
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
adapter: [ 'xhr', 'http', 'fetch' ],
transformRequest: [ 'Function<transformRequest>' ],
transformResponse: [ 'Function<transformResponse>' ],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' },
validateStatus: 'Function<validateStatus>',
headers: {
Accept: 'application/json, text/plain, */*',
'API-Key': '***',
'User-Agent': 'axios/1.7.5',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
httpsAgent: {
_events: [Object],
_eventsCount: 2,
defaultPort: 443,
protocol: 'https:',
options: [Object],
requests: {},
sockets: {},
freeSockets: {},
keepAliveMsecs: 1000,
keepAlive: false,
maxSockets: Infinity,
maxFreeSockets: 256,
scheduling: 'lifo',
maxTotalSockets: Infinity,
totalSocketCount: 0,
maxCachedSessions: 100,
_sessionCache: [Object]
},
method: 'get',
url: 'http://localhost:3000/hypixel/v2/boosters'
},
code: 'ECONNREFUSED',
status: undefined,
VITEST_TEST_NAME: undefined,
VITEST_TEST_PATH: 'src/Private/Requests.test.ts',
VITEST_AFTER_ENV_TEARDOWN: undefined,
type: 'Unhandled Rejection',
stacks: [
{
method: 'Function.AxiosError.from',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js',
line: 92,
column: 14
},
{
method: 'RedirectableRequest.handleRequestError',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/http.js',
line: 620,
column: 25
},
{
method: 'RedirectableRequest.emit',
file: '/home/runner/work/reborn-ts/reborn-ts/node:events',
line: 519,
column: 28
},
{
method: 'ClientRequest.eventHandlers.<computed>',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/follow-redirects/index.js',
line: 38,
column: 24
},
{
method: 'ClientRequest.emit',
|
src/Private/Requests.ts#L57
{
message: '',
name: 'AggregateError',
description: undefined,
number: undefined,
fileName: undefined,
lineNumber: undefined,
columnNumber: undefined,
stack: 'AggregateError: \n' +
' at Function.AxiosError.from (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js:92:14)\n' +
' at RedirectableRequest.handleRequestError (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/http.js:620:25)\n' +
' at RedirectableRequest.emit (node:events:519:28)\n' +
' at ClientRequest.eventHandlers.<computed> (/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/follow-redirects/index.js:38:24)\n' +
' at ClientRequest.emit (node:events:519:28)\n' +
' at Socket.socketErrorListener (node:_http_client:500:9)\n' +
' at Socket.emit (node:events:519:28)\n' +
' at emitErrorNT (node:internal/streams/destroy:169:8)\n' +
' at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n' +
' at processTicksAndRejections (node:internal/process/task_queues:82:21)\n' +
' at Axios.request (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/Axios.js:45:41)\n' +
' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
' at Requests.request (/home/runner/work/reborn-ts/reborn-ts/src/Private/Requests.ts:57:17)\n' +
' at RateLimit.sync (/home/runner/work/reborn-ts/reborn-ts/src/Private/RateLimit.ts:18:25)\n' +
' at RateLimit.initialize (/home/runner/work/reborn-ts/reborn-ts/src/Private/RateLimit.ts:33:5)',
config: {
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
adapter: [ 'xhr', 'http', 'fetch' ],
transformRequest: [ 'Function<transformRequest>' ],
transformResponse: [ 'Function<transformResponse>' ],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' },
validateStatus: 'Function<validateStatus>',
headers: {
Accept: 'application/json, text/plain, */*',
'API-Key': '***',
'User-Agent': 'axios/1.7.5',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
httpsAgent: {
_events: [Object],
_eventsCount: 2,
defaultPort: 443,
protocol: 'https:',
options: [Object],
requests: {},
sockets: {},
freeSockets: {},
keepAliveMsecs: 1000,
keepAlive: false,
maxSockets: Infinity,
maxFreeSockets: 256,
scheduling: 'lifo',
maxTotalSockets: Infinity,
totalSocketCount: 0,
maxCachedSessions: 100,
_sessionCache: [Object]
},
method: 'get',
url: 'http://localhost:3000/hypixel/v2/boosters'
},
code: 'ECONNREFUSED',
status: undefined,
VITEST_TEST_NAME: undefined,
VITEST_TEST_PATH: 'src/Private/Requests.test.ts',
VITEST_AFTER_ENV_TEARDOWN: undefined,
type: 'Unhandled Rejection',
stacks: [
{
method: 'Function.AxiosError.from',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js',
line: 92,
column: 14
},
{
method: 'RedirectableRequest.handleRequestError',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/http.js',
line: 620,
column: 25
},
{
method: 'RedirectableRequest.emit',
file: '/home/runner/work/reborn-ts/reborn-ts/node:events',
line: 519,
column: 28
},
{
method: 'ClientRequest.eventHandlers.<computed>',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/follow-redirects/index.js',
line: 38,
column: 24
},
{
method: 'ClientRequest.emit',
|
src/Private/Requests.ts#L57
{
message: '',
name: 'AggregateError',
description: undefined,
number: undefined,
fileName: undefined,
lineNumber: undefined,
columnNumber: undefined,
stack: 'AggregateError: \n' +
' at Function.AxiosError.from (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js:92:14)\n' +
' at RedirectableRequest.handleRequestError (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/http.js:620:25)\n' +
' at RedirectableRequest.emit (node:events:519:28)\n' +
' at ClientRequest.eventHandlers.<computed> (/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/follow-redirects/index.js:38:24)\n' +
' at ClientRequest.emit (node:events:519:28)\n' +
' at Socket.socketErrorListener (node:_http_client:500:9)\n' +
' at Socket.emit (node:events:519:28)\n' +
' at emitErrorNT (node:internal/streams/destroy:169:8)\n' +
' at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n' +
' at processTicksAndRejections (node:internal/process/task_queues:82:21)\n' +
' at Axios.request (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/Axios.js:45:41)\n' +
' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
' at Requests.request (/home/runner/work/reborn-ts/reborn-ts/src/Private/Requests.ts:57:17)\n' +
' at RateLimit.sync (/home/runner/work/reborn-ts/reborn-ts/src/Private/RateLimit.ts:18:25)\n' +
' at RateLimit.initialize (/home/runner/work/reborn-ts/reborn-ts/src/Private/RateLimit.ts:33:5)',
config: {
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
adapter: [ 'xhr', 'http', 'fetch' ],
transformRequest: [ 'Function<transformRequest>' ],
transformResponse: [ 'Function<transformResponse>' ],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' },
validateStatus: 'Function<validateStatus>',
headers: {
Accept: 'application/json, text/plain, */*',
'API-Key': '***',
'User-Agent': 'axios/1.7.5',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
httpsAgent: {
_events: [Object],
_eventsCount: 2,
defaultPort: 443,
protocol: 'https:',
options: [Object],
requests: {},
sockets: {},
freeSockets: {},
keepAliveMsecs: 1000,
keepAlive: false,
maxSockets: Infinity,
maxFreeSockets: 256,
scheduling: 'lifo',
maxTotalSockets: Infinity,
totalSocketCount: 0,
maxCachedSessions: 100,
_sessionCache: [Object]
},
method: 'get',
url: 'http://localhost:3000/hypixel/v2/boosters'
},
code: 'ECONNREFUSED',
status: undefined,
VITEST_TEST_NAME: undefined,
VITEST_TEST_PATH: 'src/Private/Requests.test.ts',
VITEST_AFTER_ENV_TEARDOWN: undefined,
type: 'Unhandled Rejection',
stacks: [
{
method: 'Function.AxiosError.from',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js',
line: 92,
column: 14
},
{
method: 'RedirectableRequest.handleRequestError',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/http.js',
line: 620,
column: 25
},
{
method: 'RedirectableRequest.emit',
file: '/home/runner/work/reborn-ts/reborn-ts/node:events',
line: 519,
column: 28
},
{
method: 'ClientRequest.eventHandlers.<computed>',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/follow-redirects/index.js',
line: 38,
column: 24
},
{
method: 'ClientRequest.emit',
|
src/Private/Requests.ts#L57
{
message: '',
name: 'AggregateError',
description: undefined,
number: undefined,
fileName: undefined,
lineNumber: undefined,
columnNumber: undefined,
stack: 'AggregateError: \n' +
' at Function.AxiosError.from (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js:92:14)\n' +
' at RedirectableRequest.handleRequestError (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/http.js:620:25)\n' +
' at RedirectableRequest.emit (node:events:519:28)\n' +
' at ClientRequest.eventHandlers.<computed> (/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/follow-redirects/index.js:38:24)\n' +
' at ClientRequest.emit (node:events:519:28)\n' +
' at Socket.socketErrorListener (node:_http_client:500:9)\n' +
' at Socket.emit (node:events:519:28)\n' +
' at emitErrorNT (node:internal/streams/destroy:169:8)\n' +
' at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n' +
' at processTicksAndRejections (node:internal/process/task_queues:82:21)\n' +
' at Axios.request (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/Axios.js:45:41)\n' +
' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
' at Requests.request (/home/runner/work/reborn-ts/reborn-ts/src/Private/Requests.ts:57:17)\n' +
' at RateLimit.sync (/home/runner/work/reborn-ts/reborn-ts/src/Private/RateLimit.ts:18:25)\n' +
' at RateLimit.initialize (/home/runner/work/reborn-ts/reborn-ts/src/Private/RateLimit.ts:33:5)',
config: {
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
adapter: [ 'xhr', 'http', 'fetch' ],
transformRequest: [ 'Function<transformRequest>' ],
transformResponse: [ 'Function<transformResponse>' ],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' },
validateStatus: 'Function<validateStatus>',
headers: {
Accept: 'application/json, text/plain, */*',
'API-Key': '***',
'User-Agent': 'axios/1.7.5',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
httpsAgent: {
_events: [Object],
_eventsCount: 2,
defaultPort: 443,
protocol: 'https:',
options: [Object],
requests: {},
sockets: {},
freeSockets: {},
keepAliveMsecs: 1000,
keepAlive: false,
maxSockets: Infinity,
maxFreeSockets: 256,
scheduling: 'lifo',
maxTotalSockets: Infinity,
totalSocketCount: 0,
maxCachedSessions: 100,
_sessionCache: [Object]
},
method: 'get',
url: 'http://localhost:3000/hypixel/v2/boosters'
},
code: 'ECONNREFUSED',
status: undefined,
VITEST_TEST_NAME: undefined,
VITEST_TEST_PATH: 'src/API/getLeaderboards.test.ts',
VITEST_AFTER_ENV_TEARDOWN: undefined,
type: 'Unhandled Rejection',
stacks: [
{
method: 'Function.AxiosError.from',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js',
line: 92,
column: 14
},
{
method: 'RedirectableRequest.handleRequestError',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/http.js',
line: 620,
column: 25
},
{
method: 'RedirectableRequest.emit',
file: '/home/runner/work/reborn-ts/reborn-ts/node:events',
line: 519,
column: 28
},
{
method: 'ClientRequest.eventHandlers.<computed>',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/follow-redirects/index.js',
line: 38,
column: 24
},
{
method: 'ClientRequest.emit'
|
src/Private/Requests.ts#L57
{
message: '',
name: 'AggregateError',
description: undefined,
number: undefined,
fileName: undefined,
lineNumber: undefined,
columnNumber: undefined,
stack: 'AggregateError: \n' +
' at Function.AxiosError.from (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js:92:14)\n' +
' at RedirectableRequest.handleRequestError (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/http.js:620:25)\n' +
' at RedirectableRequest.emit (node:events:519:28)\n' +
' at ClientRequest.eventHandlers.<computed> (/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/follow-redirects/index.js:38:24)\n' +
' at ClientRequest.emit (node:events:519:28)\n' +
' at Socket.socketErrorListener (node:_http_client:500:9)\n' +
' at Socket.emit (node:events:519:28)\n' +
' at emitErrorNT (node:internal/streams/destroy:169:8)\n' +
' at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n' +
' at processTicksAndRejections (node:internal/process/task_queues:82:21)\n' +
' at Axios.request (file:///home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/Axios.js:45:41)\n' +
' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
' at Requests.request (/home/runner/work/reborn-ts/reborn-ts/src/Private/Requests.ts:57:17)\n' +
' at RateLimit.sync (/home/runner/work/reborn-ts/reborn-ts/src/Private/RateLimit.ts:18:25)\n' +
' at RateLimit.initialize (/home/runner/work/reborn-ts/reborn-ts/src/Private/RateLimit.ts:33:5)',
config: {
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
adapter: [ 'xhr', 'http', 'fetch' ],
transformRequest: [ 'Function<transformRequest>' ],
transformResponse: [ 'Function<transformResponse>' ],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' },
validateStatus: 'Function<validateStatus>',
headers: {
Accept: 'application/json, text/plain, */*',
'API-Key': '***',
'User-Agent': 'axios/1.7.5',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
httpsAgent: {
_events: [Object],
_eventsCount: 2,
defaultPort: 443,
protocol: 'https:',
options: [Object],
requests: {},
sockets: {},
freeSockets: {},
keepAliveMsecs: 1000,
keepAlive: false,
maxSockets: Infinity,
maxFreeSockets: 256,
scheduling: 'lifo',
maxTotalSockets: Infinity,
totalSocketCount: 0,
maxCachedSessions: 100,
_sessionCache: [Object]
},
method: 'get',
url: 'http://localhost:3000/hypixel/v2/boosters'
},
code: 'ECONNREFUSED',
status: undefined,
VITEST_TEST_NAME: undefined,
VITEST_TEST_PATH: 'src/Private/CacheHandler.test.ts',
VITEST_AFTER_ENV_TEARDOWN: undefined,
type: 'Unhandled Rejection',
stacks: [
{
method: 'Function.AxiosError.from',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js',
line: 92,
column: 14
},
{
method: 'RedirectableRequest.handleRequestError',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/http.js',
line: 620,
column: 25
},
{
method: 'RedirectableRequest.emit',
file: '/home/runner/work/reborn-ts/reborn-ts/node:events',
line: 519,
column: 28
},
{
method: 'ClientRequest.eventHandlers.<computed>',
file: '/home/runner/work/reborn-ts/reborn-ts/node_modules/.pnpm/[email protected]/node_modules/follow-redirects/index.js',
line: 38,
column: 24
},
{
method: 'ClientRequest.emit
|
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading