[15:14:07 WARN]: [SuperbVote] Plugin SuperbVote v0.3.4 generated an exception while executing task 4599
java.util.concurrent.CompletionException: java.io.IOException: Server returned HTTP response code: 429 for URL:
https://api.mojang.com/profiles/minecraft
at io.minimum.minecraft.superbvote.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache.lambda$new$0(BoundedLocalCache.java:2921) ~[?:?]
at io.minimum.minecraft.superbvote.caffeine.cache.BoundedLocalCache.lambda$doComputeIfAbsent$15(BoundedLocalCache.java:1800) ~[?:?]
at java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1853) ~[?:1.8.0_112]
at io.minimum.minecraft.superbvote.caffeine.cache.BoundedLocalCache.doComputeIfAbsent(BoundedLocalCache.java:1798) ~[?:?]
at io.minimum.minecraft.superbvote.caffeine.cache.BoundedLocalCache.computeIfAbsent(BoundedLocalCache.java:1781) ~[?:?]
at io.minimum.minecraft.superbvote.caffeine.cache.LocalCache.computeIfAbsent(LocalCache.java:97) ~[?:?]
at io.minimum.minecraft.superbvote.caffeine.cache.LocalLoadingCache.get(LocalLoadingCache.java:66) ~[?:?]
at io.minimum.minecraft.superbvote.uuid.OnlineModeUuidCache.getUuidFromName(OnlineModeUuidCache.java:75) ~[?:?]
at io.minimum.minecraft.superbvote.votes.SuperbVoteListener.lambda$onVote$0(SuperbVoteListener.java:33) ~[?:?]
at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.11.2.jar:git-Spigot-3fb9445-6e3cec8]
at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot-1.11.2.jar:git-Spigot-3fb9445-6e3cec8]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_112]
Caused by: java.io.IOException: Server returned HTTP response code: 429 for URL:
https://api.mojang.com/profiles/minecraft
at sun.net.
www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1876) ~[?:1.8.0_112]
at sun.net.
www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474) ~[?:1.8.0_112]
at sun.net.
www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) ~[?:1.8.0_112]
at io.minimum.minecraft.superbvote.uuid.UUIDFetcher.call(UUIDFetcher.java:62) ~[?:?]
at io.minimum.minecraft.superbvote.uuid.OnlineModeUuidCache.lambda$new$0(OnlineModeUuidCache.java:25) ~[?:?]
at io.minimum.minecraft.superbvote.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache.lambda$new$0(BoundedLocalCache.java:2914) ~[?:?]
... 13 more
ERROR CODE PLEASE FIX THIS!
If a player vote when the player is offline, I get this message.
How can I fix this?
Regards