Xyaafol
Xyaafol
AAdmincraft
Created by Xyaafol on 8/15/2023 in #questions
Issue with a large number of plugins, yggdrasil ProfileSearchResultsResponse.getProfiles() is null
Apologies for my newness to the Mojang API side, how would I query from the server?
12 replies
AAdmincraft
Created by Xyaafol on 8/15/2023 in #questions
Issue with a large number of plugins, yggdrasil ProfileSearchResultsResponse.getProfiles() is null
Just checking again now and found a source saying 200 per min for UUID to profile checks
12 replies
AAdmincraft
Created by Xyaafol on 8/15/2023 in #questions
Issue with a large number of plugins, yggdrasil ProfileSearchResultsResponse.getProfiles() is null
That was something that I considered, but everything I can find on the ratelimit seems to say 600 per 10mins - we can get the issue, then disable one or two of the issue plugins and restart within the 10 mins and it all work with no issues
12 replies
AAdmincraft
Created by Xyaafol on 8/15/2023 in #questions
Issue with a large number of plugins, yggdrasil ProfileSearchResultsResponse.getProfiles() is null
[09:18:54] [Profile Lookup Executor #0/ERROR]: Uncaught exception in thread Profile Lookup Executor #0 java.lang.NullPointerException: Cannot invoke "java.util.Optional.isPresent()" because "optional" is null at net.minecraft.Util.ifElse(Util.java:449) ~[?:?] at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$5(SkullBlockEntity.java:141) ~[?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?]
12 replies
AAdmincraft
Created by Xyaafol on 8/15/2023 in #questions
Issue with a large number of plugins, yggdrasil ProfileSearchResultsResponse.getProfiles() is null
09:16:35] [Craft Scheduler Thread - 17 - Citizens/WARN]: [Citizens] Plugin Citizens v2.0.32-SNAPSHOT (build 3156) generated an exception while executing task 322 java.lang.NullPointerException: Cannot read the array length because the return value of "com.mojang.authlib.yggdrasil.response.ProfileSearchResultsResponse.getProfiles()" is null at com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfilesByNames(YggdrasilGameProfileRepository.java:59) ~[paper-1.20.1.jar:?] at com.destroystokyo.paper.profile.PaperGameProfileRepository.findProfilesByNames(PaperGameProfileRepository.java:44) ~[paper-1.20.1.jar:git-Paper-118] at net.citizensnpcs.npc.profile.ProfileFetchThread.fetchRequests(ProfileFetchThread.java:134) ~[Citizens.2.0.32.4.jar:?] at net.citizensnpcs.npc.profile.ProfileFetchThread.run(ProfileFetchThread.java:195) ~[Citizens.2.0.32.4.jar:?] at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.20.1.jar:git-Paper-118] at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.20.1.jar:git-Paper-118] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.20.1.jar:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
12 replies
AAdmincraft
Created by Xyaafol on 8/15/2023 in #questions
Issue with a large number of plugins, yggdrasil ProfileSearchResultsResponse.getProfiles() is null
[06:01:45] [Server thread/ERROR]: Error occurred while enabling ChestShop v3.12.3-SNAPSHOT (build 389) (Is it up to date?) java.lang.NullPointerException: Cannot read the array length because the return value of "com.mojang.authlib.yggdrasil.response.ProfileSearchResultsResponse.getProfiles()" is null at com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfilesByNames(YggdrasilGameProfileRepository.java:59) ~[paper-1.20.1.jar:?] at com.destroystokyo.paper.profile.PaperGameProfileRepository.findProfilesByNames(PaperGameProfileRepository.java:44) ~[paper-1.20.1.jar:git-Paper-116] at net.minecraft.server.players.GameProfileCache.lookupGameProfile(GameProfileCache.java:110) ~[?:?] at net.minecraft.server.players.GameProfileCache.get(GameProfileCache.java:181) ~[?:?] at org.bukkit.craftbukkit.v1_20_R1.CraftServer.getOfflinePlayer(CraftServer.java:1961) ~[paper-1.20.1.jar:git-Paper-116] at org.bukkit.Bukkit.getOfflinePlayer(Bukkit.java:1335) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?] at com.Acrobot.ChestShop.UUIDs.NameManager.load(NameManager.java:347) ~[ChestShop.389.jar:?] at com.Acrobot.ChestShop.ChestShop.loadConfig(ChestShop.java:190) ~[ChestShop.389.jar:?] at com.Acrobot.ChestShop.ChestShop.onEnable(ChestShop.java:158) ~[ChestShop.389.jar:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
12 replies