tebexio / Tebex-Minecraft

The new Tebex plugin for Minecraft, supporting Bukkit, Bungeecord, Velocity, Spigot, and PaperSpigot
https://tebex.io
GNU General Public License v3.0
14 stars 35 forks source link

Bug: Update chain breakes when http request failes on Velocity #44

Closed nicolube closed 6 months ago

nicolube commented 6 months ago

Please include the following information with your report

Error

[15:58:57] [OkHttp https://plugin.tebex.io/.../WARN] [io.tebex.plugin.TebexPlugin]: Failed to perform check: java.net.SocketTimeoutException: timeout
[15:58:57] [OkHttp https://plugin.tebex.io/.../ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: java.util.concurrent.CompletionException: java.net.SocketTimeoutException: timeout
[15:58:57] [OkHttp https://plugin.tebex.io/.../ERROR] [com.velocitypowered.proxy.console.VelocityConsole]:  at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
[15:58:57] [OkHttp https://plugin.tebex.io/.../ERROR] [com.velocitypowered.proxy.console.VelocityConsole]:  at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
[15:58:57] [OkHttp https://plugin.tebex.io/.../ERROR] [com.velocitypowered.proxy.console.VelocityConsole]:  at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636)
[15:58:57] [OkHttp https://plugin.tebex.io/.../ERROR] [com.velocitypowered.proxy.console.VelocityConsole]:  at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
[15:58:57] [OkHttp https://plugin.tebex.io/.../ERROR] [com.velocitypowered.proxy.console.VelocityConsole]:  at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)