This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
chore(deps): Update dependency prettier to ^3.4.2 - autoclosed #366
ci-cd.yml
on: pull_request
install dependencies (pnpm)
20s
check linting (prettier)
13s
tests
1m 12s
Annotations
10 errors and 1 warning
src/API/getActiveHouses.test.ts > getActiveHouses (raw):
src/Private/RequestHandler.ts#L47
Error: [Hypixel-API-Reborn] The rate limitations on your API Key has been exceeded. There might be an outage (Check Hypixel's status page), or you simply did too many requests in a short time. Hint: Enable rate limit options! They can help you avoid this error! For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:47:35
❯ getActiveHouses.execute src/API/getActiveHouses.ts:15:17
❯ src/API/getActiveHouses.test.ts:8:16
|
src/API/getActiveHouses.test.ts > getActiveHouses:
src/Private/RequestHandler.ts#L47
Error: [Hypixel-API-Reborn] The rate limitations on your API Key has been exceeded. There might be an outage (Check Hypixel's status page), or you simply did too many requests in a short time. Hint: Enable rate limit options! They can help you avoid this error! For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:47:35
❯ getActiveHouses.execute src/API/getActiveHouses.ts:15:17
❯ src/API/getActiveHouses.test.ts:17:14
|
src/API/getGameCounts.test.ts > getGameCounts (raw):
src/Private/RequestHandler.ts#L47
Error: [Hypixel-API-Reborn] The rate limitations on your API Key has been exceeded. There might be an outage (Check Hypixel's status page), or you simply did too many requests in a short time. Hint: Enable rate limit options! They can help you avoid this error! For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:47:35
❯ getGameCounts.execute src/API/getGameCounts.ts:15:17
❯ src/API/getGameCounts.test.ts:8:16
|
src/API/getGameCounts.test.ts > getGameCounts:
src/Private/RequestHandler.ts#L47
Error: [Hypixel-API-Reborn] The rate limitations on your API Key has been exceeded. There might be an outage (Check Hypixel's status page), or you simply did too many requests in a short time. Hint: Enable rate limit options! They can help you avoid this error! For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:47:35
❯ getGameCounts.execute src/API/getGameCounts.ts:15:17
❯ src/API/getGameCounts.test.ts:17:14
|
src/API/getHouse.test.ts > getHouse (raw):
src/Private/RequestHandler.ts#L47
Error: [Hypixel-API-Reborn] The rate limitations on your API Key has been exceeded. There might be an outage (Check Hypixel's status page), or you simply did too many requests in a short time. Hint: Enable rate limit options! They can help you avoid this error! For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:47:35
❯ getActiveHouses.execute src/API/getActiveHouses.ts:15:17
❯ src/API/getHouse.test.ts:8:19
|
src/API/getHouse.test.ts > getHouse:
src/Private/RequestHandler.ts#L47
Error: [Hypixel-API-Reborn] The rate limitations on your API Key has been exceeded. There might be an outage (Check Hypixel's status page), or you simply did too many requests in a short time. Hint: Enable rate limit options! They can help you avoid this error! For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:47:35
❯ getActiveHouses.execute src/API/getActiveHouses.ts:15:17
❯ src/API/getHouse.test.ts:26:19
|
src/API/getLeaderboards.test.ts > getLeaderboards (raw):
src/Private/RequestHandler.ts#L47
Error: [Hypixel-API-Reborn] The rate limitations on your API Key has been exceeded. There might be an outage (Check Hypixel's status page), or you simply did too many requests in a short time. Hint: Enable rate limit options! They can help you avoid this error! For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:47:35
❯ getLeaderboards.execute src/API/getLeaderboards.ts:15:17
❯ src/API/getLeaderboards.test.ts:9:16
|
src/API/getLeaderboards.test.ts > getLeaderboards:
src/Private/RequestHandler.ts#L47
Error: [Hypixel-API-Reborn] The rate limitations on your API Key has been exceeded. There might be an outage (Check Hypixel's status page), or you simply did too many requests in a short time. Hint: Enable rate limit options! They can help you avoid this error! For help join our Discord Server https://discord.gg/NSEBNMM
❯ RequestHandler.request src/Private/RequestHandler.ts:47:35
❯ getLeaderboards.execute src/API/getLeaderboards.ts:15:17
❯ src/API/getLeaderboards.test.ts:18:14
|
src/API/getPlayer.test.ts > getPLayer (raw):
src/Private/RequestHandler.ts#L45
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:45:13
❯ getPlayer.execute src/API/getPlayer.ts:20:17
❯ src/API/getPlayer.test.ts:68:16
|
src/API/getPlayer.test.ts > getPlayer (guild):
src/Private/RequestHandler.ts#L45
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:45:13
❯ getPlayer.execute src/API/getPlayer.ts:20:17
❯ src/API/getPlayer.test.ts:77:14
|
check linting (eslint):
src/Client.ts#L43
'Client' was used before it was defined
|