This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
11.3.5 #169
ci-cd.yml
on: pull_request
install dependencies (pnpm)
10s
check linting (prettier)
15s
tests
37s
Annotations
10 errors and 6 warnings
src/API/getPlayer.test.ts > getPLayer (raw):
src/Private/RequestHandler.ts#L75
Error: [Hypixel-API-Reborn] You have requested that player recently. Try turning on cache. For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:75:13
❯ getPlayer.execute src/API/getPlayer.ts:16:17
❯ src/API/getPlayer.test.ts:46:16
|
src/API/getPlayer.test.ts > getPlayer (guild):
src/Private/RequestHandler.ts#L75
Error: [Hypixel-API-Reborn] You have requested that player recently. Try turning on cache. For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:75:13
❯ getPlayer.execute src/API/getPlayer.ts:16:17
❯ src/API/getPlayer.test.ts:56:16
|
src/API/getPlayer.test.ts > getPlayer (houses):
src/Private/RequestHandler.ts#L75
Error: [Hypixel-API-Reborn] You have requested that player recently. Try turning on cache. For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:75:13
❯ getPlayer.execute src/API/getPlayer.ts:16:17
❯ src/API/getPlayer.test.ts:69:16
|
src/API/getPlayer.test.ts > getPlayer (recent games):
src/Private/RequestHandler.ts#L75
Error: [Hypixel-API-Reborn] You have requested that player recently. Try turning on cache. For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:75:13
❯ getPlayer.execute src/API/getPlayer.ts:16:17
❯ src/API/getPlayer.test.ts:86:16
|
src/API/getPlayer.test.ts > getPlayer:
src/Private/RequestHandler.ts#L75
Error: [Hypixel-API-Reborn] You have requested that player recently. Try turning on cache. For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:75:13
❯ getPlayer.execute src/API/getPlayer.ts:16:17
❯ src/API/getPlayer.test.ts:103:16
|
src/API/getRecentGames.test.ts > getRecentGames (raw):
src/Private/RequestHandler.ts#L75
Error: [Hypixel-API-Reborn] You have requested that player recently. Try turning on cache. For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:75:13
❯ getRecentGames.execute src/API/getRecentGames.ts:16:17
❯ src/API/getRecentGames.test.ts:17:16
|
src/API/getRecentGames.test.ts > getRecentGames:
src/Private/RequestHandler.ts#L75
Error: [Hypixel-API-Reborn] You have requested that player recently. Try turning on cache. For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:75:13
❯ getRecentGames.execute src/API/getRecentGames.ts:16:17
❯ src/API/getRecentGames.test.ts:27:16
|
src/API/getSkyblockMember.test.ts > getSkyblockMember:
src/utils/SkyblockUtils.ts#L740
TypeError: Cannot convert undefined or null to object
❯ Module.getCrimsonIsle src/utils/SkyblockUtils.ts:740:18
❯ new SkyblockMember src/structures/SkyBlock/SkyblockMember.ts:163:24
❯ getSkyblockMember.execute src/API/getSkyblockMember.ts:23:9
❯ src/API/getSkyblockMember.test.ts:53:16
|
src/API/getSkyblockMuseum.test.ts > getSkyblockMuseum (raw):
src/utils/SkyblockUtils.ts#L740
TypeError: Cannot convert undefined or null to object
❯ Module.getCrimsonIsle src/utils/SkyblockUtils.ts:740:18
❯ new SkyblockMember src/structures/SkyBlock/SkyblockMember.ts:163:24
❯ src/structures/SkyBlock/SkyblockProfile.ts:24:9
❯ new SkyblockProfile src/structures/SkyBlock/SkyblockProfile.ts:22:46
❯ src/API/getSkyblockProfiles.ts:39:32
❯ getSkyblockProfiles.execute src/API/getSkyblockProfiles.ts:39:21
|
src/API/getSkyblockMuseum.test.ts > getSkyblockMuseum:
src/utils/SkyblockUtils.ts#L740
TypeError: Cannot convert undefined or null to object
❯ Module.getCrimsonIsle src/utils/SkyblockUtils.ts:740:18
❯ new SkyblockMember src/structures/SkyBlock/SkyblockMember.ts:163:24
❯ src/structures/SkyBlock/SkyblockProfile.ts:24:9
❯ new SkyblockProfile src/structures/SkyBlock/SkyblockProfile.ts:22:46
❯ src/API/getSkyblockProfiles.ts:39:32
❯ getSkyblockProfiles.execute src/API/getSkyblockProfiles.ts:39:21
|
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 (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/
|
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/Client.ts#L19
'Client' was used before it was defined
|
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/
|