Hello guys, so im having an issue where plugin i used is automatically checking if there is new update but my server cannot check because it says Failed to check for an update: Connection reset then they will automatically disabled or like this one: Code (YAML): 29.09 05:06:58 [Server] INFO com.google.gson.JsonIOException: java.net.SocketException: Connection reset 29.09 05:06:58 [Server] INFO at com.google.gson.internal.Streams.parse(Streams.java:62) ~[custom.jar:git-Spigot-2cf50f0-8166d17] 29.09 05:06:58 [Server] INFO at com.google.gson.JsonParser.parse(JsonParser.java:84) ~[custom.jar:git-Spigot-2cf50f0-8166d17] 29.09 05:06:58 [Server] INFO at com.google.gson.JsonParser.parse(JsonParser.java:59) ~[custom.jar:git-Spigot-2cf50f0-8166d17] 29.09 05:06:58 [Server] INFO at org.inventivetalent.update.spiget.SpigetUpdateAbstract$1.run(SpigetUpdateAbstract.java:92) [WildTp.jar:?] 29.09 05:06:58 [Server] INFO at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76) [custom.jar:git-Spigot-2cf50f0-8166d17] 29.09 05:06:58 [Server] INFO at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [custom.jar:git-Spigot-2cf50f0-8166d17] 29.09 05:06:58 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_181] 29.09 05:06:58 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_181] 29.09 05:06:58 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181] 29.09 05:06:58 [Server] INFO Caused by: java.net.SocketException: Connection reset 29.09 05:06:58 [Server] INFO at java.net.SocketInputStream.read(SocketInputStream.java:210) ~[?:1.8.0_181] 29.09 05:06:58 [Server] INFO at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_181] 29.09 05:06:58 [Server] INFO at java.io.BufferedInputStream.fill(BufferedInputStream.java:246) ~[?:1.8.0_181] 29.09 05:06:58 [Server] INFO at java.io.BufferedInputStream.read1(BufferedInputStream.java:286) ~[?:1.8.0_181] 29.09 05:06:58 [Server] INFO at java.io.BufferedInputStream.read(BufferedInputStream.java:345) ~[?:1.8.0_181] 29.09 05:06:58 [Server] INFO at sun.net.www.http.ChunkedInputStream.readAheadBlocking(ChunkedInputStream.java:552) ~[?:1.8.0_181] 29.09 05:06:58 [Server] INFO at sun.net.www.http.ChunkedInputStream.readAhead(ChunkedInputStream.java:609) ~[?:1.8.0_181] 29.09 05:06:58 [Server] INFO at sun.net.www.http.ChunkedInputStream.read(ChunkedInputStream.java:696) ~[?:1.8.0_181] 29.09 05:06:58 [Server] INFO at java.io.FilterInputStream.read(FilterInputStream.java:133) ~[?:1.8.0_181] 29.09 05:06:58 [Server] INFO at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(HttpURLConnection.java:3393) ~[?:1.8.0_181] 29.09 05:06:58 [Server] INFO at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284) ~[?:1.8.0_181] 29.09 05:06:58 [Server] INFO at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326) ~[?:1.8.0_181] 29.09 05:06:58 [Server] INFO at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178) ~[?:1.8.0_181] 29.09 05:06:58 [Server] INFO at java.io.InputStreamReader.read(InputStreamReader.java:184) ~[?:1.8.0_181] 29.09 05:06:58 [Server] INFO at com.google.gson.stream.JsonReader.fillBuffer(JsonReader.java:1287) ~[custom.jar:git-Spigot-2cf50f0-8166d17] 29.09 05:06:58 [Server] INFO at com.google.gson.stream.JsonReader.nextQuotedValue(JsonReader.java:1016) ~[custom.jar:git-Spigot-2cf50f0-8166d17] 29.09 05:06:58 [Server] INFO at com.google.gson.stream.JsonReader.nextString(JsonReader.java:815) ~[custom.jar:git-Spigot-2cf50f0-8166d17] 29.09 05:06:58 [Server] INFO at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:718) ~[custom.jar:git-Spigot-2cf50f0-8166d17] 29.09 05:06:58 [Server] INFO at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[custom.jar:git-Spigot-2cf50f0-8166d17] 29.09 05:06:58 [Server] INFO at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[custom.jar:git-Spigot-2cf50f0-8166d17] 29.09 05:06:58 [Server] INFO at com.google.gson.internal.Streams.parse(Streams.java:48) ~[custom.jar:git-Spigot-2cf50f0-8166d17] please help me i host on multicraft server
If the plugin is disabling itself because it can't check for updates contact the dev because that's a pretty bad thing to add.
Pretty shitty if you ask me. Just null the update site in your hosts file and allow update check to go through. Even better, get a worthy alternative where the developer isn't anal about their updates and statistics but cares about people using their plugin like a normal person.
Agreed, bad practice to disable the plugin because it can't update. I would find another plugin or if you absolutely can't live without that ask the dev to fix it or have someone else hack that part out of the code. If it's just a WildTP plugin there should be plenty of those to choose from!