This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
95% code test coverage #157
ci-cd.yml
on: pull_request
install dependencies (pnpm)
15s
check linting (prettier)
18s
Check Coverage
0s
Annotations
10 errors and 12 warnings
Unhandled error:
src/Private/RequestHandler.ts#L54
{
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 emitErrorEvent (node:_http_client:108:11)\n' +
' at Socket.socketErrorListener (node:_http_client:511:5)\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 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/RequestHandler.ts:54: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.7',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
method: 'get',
url: 'http://localhost:3000/hypixel/boosters'
},
code: 'ECONNREFUSED',
status: undefined,
VITEST_TEST_NAME: undefined,
VITEST_TEST_PATH: 'src/Client.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
},
{
method: 'emitErrorEvent',
file: '/home/runner/work/reborn-ts/reborn-ts/node:_http_client',
line: 108,
column: 11
},
{
method: 'Socket.socketErrorListener',
file: '/home/runner/work/reborn-ts/reborn-ts/node:_http_client',
line: 511,
column: 5
},
{
method: 'Socket.emit',
file: '/home/runner/work/reborn-ts/rebo
|
Unhandled error:
src/Private/RequestHandler.ts#L54
{
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 emitErrorEvent (node:_http_client:108:11)\n' +
' at Socket.socketErrorListener (node:_http_client:511:5)\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 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/RequestHandler.ts:54: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.7',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
method: 'get',
url: 'http://localhost:3000/hypixel/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
},
{
method: 'emitErrorEvent',
file: '/home/runner/work/reborn-ts/reborn-ts/node:_http_client',
line: 108,
column: 11
},
{
method: 'Socket.socketErrorListener',
file: '/home/runner/work/reborn-ts/reborn-ts/node:_http_client',
line: 511,
column: 5
},
{
method: 'Socket.emit',
file: '/home/runner/work/reborn-ts/reborn-ts/node:events',
line: 519,
column: 28
},
{
method: 'emitEr
|
Unhandled error:
src/Private/RequestHandler.ts#L54
{
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 emitErrorEvent (node:_http_client:108:11)\n' +
' at Socket.socketErrorListener (node:_http_client:511:5)\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 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/RequestHandler.ts:54: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.7',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
method: 'get',
url: 'http://localhost:3000/hypixel/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
},
{
method: 'emitErrorEvent',
file: '/home/runner/work/reborn-ts/reborn-ts/node:_http_client',
line: 108,
column: 11
},
{
method: 'Socket.socketErrorListener',
file: '/home/runner/work/reborn-ts/reborn-ts/node:_http_client',
line: 511,
column: 5
},
{
method: 'Socket.emit',
file: '/home/runner
|
Unhandled error:
src/Private/RequestHandler.ts#L54
{
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 emitErrorEvent (node:_http_client:108:11)\n' +
' at Socket.socketErrorListener (node:_http_client:511:5)\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 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/RequestHandler.ts:54: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.7',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
method: 'get',
url: 'http://localhost:3000/hypixel/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',
file: '/home/runner/work/reborn-ts/reborn-ts/node:events',
line: 519,
column: 28
},
{
method: 'emitErrorEvent',
file: '/home/runner/work/reborn-ts/reborn-ts/node:_http_client',
line: 108,
column: 11
},
{
method: 'Socket.socketErrorListener',
file: '/home/runner/work/reborn-ts/reborn-ts/node:_http_client',
line: 511,
column: 5
},
{
method: 'Socket.emit',
file: '/home/runner/work/reb
|
Unhandled error:
src/Private/RequestHandler.ts#L54
{
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 emitErrorEvent (node:_http_client:108:11)\n' +
' at Socket.socketErrorListener (node:_http_client:511:5)\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 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/RequestHandler.ts:54: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.7',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
method: 'get',
url: 'http://localhost:3000/hypixel/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',
file: '/home/runner/work/reborn-ts/reborn-ts/node:events',
line: 519,
column: 28
},
{
method: 'emitErrorEvent',
file: '/home/runner/work/reborn-ts/reborn-ts/node:_http_client',
line: 108,
column: 11
},
{
method: 'Socket.socketErrorListener',
file: '/home/runner/work/reborn-ts/reborn-ts/node:_http_client',
line: 511,
column: 5
},
{
method: 'Socket.emit',
file: '/home/runner/work/reb
|
Unhandled error:
src/Private/RequestHandler.ts#L54
{
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 emitErrorEvent (node:_http_client:108:11)\n' +
' at Socket.socketErrorListener (node:_http_client:511:5)\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 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/RequestHandler.ts:54: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.7',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
method: 'get',
url: 'http://localhost:3000/hypixel/boosters'
},
code: 'ECONNREFUSED',
status: undefined,
VITEST_TEST_NAME: undefined,
VITEST_TEST_PATH: 'src/Private/Updater.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
},
{
method: 'emitErrorEvent',
file: '/home/runner/work/reborn-ts/reborn-ts/node:_http_client',
line: 108,
column: 11
},
{
method: 'Socket.socketErrorListener',
file: '/home/runner/work/reborn-ts/reborn-ts/node:_http_client',
line: 511,
column: 5
},
{
method: 'Socket.emit',
file: '/home/runner/work/rebor
|
Unhandled error:
src/Private/Updater.ts#L29
{
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 emitErrorEvent (node:_http_client:108:11)\n' +
' at Socket.socketErrorListener (node:_http_client:511:5)\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 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 Updater.getLatestVersion (/home/runner/work/reborn-ts/reborn-ts/src/Private/Updater.ts:29:21)\n' +
' at Updater.checkForUpdates (/home/runner/work/reborn-ts/reborn-ts/src/Private/Updater.ts:17:26)',
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, */*',
'User-Agent': 'axios/1.7.7',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
method: 'get',
url: 'http://localhost:3000/npm/hypixel-api-reborn'
},
code: 'ECONNREFUSED',
status: undefined,
VITEST_TEST_NAME: undefined,
VITEST_TEST_PATH: 'src/Private/Updater.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
},
{
method: 'emitErrorEvent',
file: '/home/runner/work/reborn-ts/reborn-ts/node:_http_client',
line: 108,
column: 11
},
{
method: 'Socket.socketErrorListener',
file: '/home/runner/work/reborn-ts/reborn-ts/node:_http_client',
line: 511,
column: 5
},
{
method: 'Socket.emit',
file: '/home/runner/work/reborn-ts/reborn-ts/node:events',
line: 519,
column: 28
},
{
method: 'emitErrorNT',
file: '
|
Unhandled error:
src/Private/Updater.ts#L29
{
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 emitErrorEvent (node:_http_client:108:11)\n' +
' at Socket.socketErrorListener (node:_http_client:511:5)\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 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 Updater.getLatestVersion (/home/runner/work/reborn-ts/reborn-ts/src/Private/Updater.ts:29:21)',
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, */*',
'User-Agent': 'axios/1.7.7',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
method: 'get',
url: 'http://localhost:3000/npm/hypixel-api-reborn'
},
code: 'ECONNREFUSED',
status: undefined,
VITEST_TEST_NAME: undefined,
VITEST_TEST_PATH: 'src/Private/Updater.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
},
{
method: 'emitErrorEvent',
file: '/home/runner/work/reborn-ts/reborn-ts/node:_http_client',
line: 108,
column: 11
},
{
method: 'Socket.socketErrorListener',
file: '/home/runner/work/reborn-ts/reborn-ts/node:_http_client',
line: 511,
column: 5
},
{
method: 'Socket.emit',
file: '/home/runner/work/reborn-ts/reborn-ts/node:events',
line: 519,
column: 28
},
{
method: 'emitErrorNT',
file: '/home/runner/work/reborn-ts/reborn-ts/node:internal/streams/destroy',
line: 169,
column: 8
},
|
Unhandled error:
src/Private/RequestHandler.ts#L54
{
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 emitErrorEvent (node:_http_client:108:11)\n' +
' at Socket.socketErrorListener (node:_http_client:511:5)\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 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/RequestHandler.ts:54: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.7',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
method: 'get',
url: 'http://localhost:3000/hypixel/boosters'
},
code: 'ECONNREFUSED',
status: undefined,
VITEST_TEST_NAME: undefined,
VITEST_TEST_PATH: 'src/Private/Updater.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
},
{
method: 'emitErrorEvent',
file: '/home/runner/work/reborn-ts/reborn-ts/node:_http_client',
line: 108,
column: 11
},
{
method: 'Socket.socketErrorListener',
file: '/home/runner/work/reborn-ts/reborn-ts/node:_http_client',
line: 511,
column: 5
},
{
method: 'Socket.emit',
file: '/home/runner/work/rebor
|
Unhandled error:
src/Private/RequestHandler.ts#L54
{
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 emitErrorEvent (node:_http_client:108:11)\n' +
' at Socket.socketErrorListener (node:_http_client:511:5)\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 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/RequestHandler.ts:54: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.7',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
method: 'get',
url: 'http://localhost:3000/hypixel/boosters'
},
code: 'ECONNREFUSED',
status: undefined,
VITEST_TEST_NAME: undefined,
VITEST_TEST_PATH: 'src/Private/Updater.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
},
{
method: 'emitErrorEvent',
file: '/home/runner/work/reborn-ts/reborn-ts/node:_http_client',
line: 108,
column: 11
},
{
method: 'Socket.socketErrorListener',
file: '/home/runner/work/reborn-ts/reborn-ts/node:_http_client',
line: 511,
column: 5
},
{
method: 'Socket.emit',
file: '/home/runner/work/rebor
|
install dependencies (pnpm)
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/
|
check linting (eslint)
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/
|
check linting (eslint):
src/API/getSkyblockFireSales.test.ts#L23
Identifier 'item_id' is not in camel case
|
check linting (eslint):
src/API/getSkyblockFireSales.test.ts#L24
Identifier 'item_id' is not in camel case
|
check linting (eslint):
src/Client.ts#L19
'Client' was used before it was defined
|
check linting (eslint):
src/structures/SkyBlock/Bazaar/Product.test.ts#L6
Identifier 'product_id' is not in camel case
|
check linting (eslint):
src/structures/SkyBlock/Bazaar/Product.test.ts#L7
Identifier 'sell_summary' is not in camel case
|
check linting (eslint):
src/structures/SkyBlock/Bazaar/Product.test.ts#L12
Identifier 'buy_summary' is not in camel case
|
check linting (eslint):
src/structures/SkyBlock/Bazaar/Product.test.ts#L32
Identifier 'quick_status' is not in camel case
|
check linting (prettier)
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/
|
build
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/
|
tests
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/
|