Prunoideae / ProbeJS

Supercharging your modpack experience.
GNU General Public License v3.0
47 stars 15 forks source link

Error when dumping #15

Closed ozokuz closed 1 year ago

ozokuz commented 1 year ago

Minecraft Version: 1.18.2 KubeJS Version: 1802.5.5-build.567 ProbeJS Version: 4.0.0-fix3

[15:58:00] [Server thread/INFO] [probejs/]: Checking docs timestamps...
[15:58:01] [Server thread/ERROR] [probejs/]: java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1993)
[15:58:01] [Server thread/ERROR] [probejs/]: java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)
[15:58:01] [Server thread/ERROR] [probejs/]: java.base/java.net.URL.openStream(URL.java:1161)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/probejs@4.0.0-fix3/com.probejs.jdoc.Manager.downloadDocs(Manager.java:46)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/probejs@4.0.0-fix3/com.probejs.compiler.DocCompiler.compile(DocCompiler.java:368)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/probejs@4.0.0-fix3/com.probejs.ProbeCommands.lambda$register$1(ProbeCommands.java:68)
[15:58:01] [Server thread/ERROR] [probejs/]: MC-BOOTSTRAP/brigadier@1.0.18/com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:263)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/minecraft@1.18.2/net.minecraft.commands.Commands.m_82117_(Commands.java:234)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/minecraft@1.18.2/net.minecraft.server.network.ServerGamePacketListenerImpl.m_9957_(ServerGamePacketListenerImpl.java:1150)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/minecraft@1.18.2/net.minecraft.server.network.ServerGamePacketListenerImpl.m_143628_(ServerGamePacketListenerImpl.java:1129)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/minecraft@1.18.2/net.minecraft.server.network.ServerGamePacketListenerImpl.m_7388_(ServerGamePacketListenerImpl.java:1115)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/minecraft@1.18.2/net.minecraft.network.protocol.game.ServerboundChatPacket.m_5797_(ServerboundChatPacket.java:30)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/minecraft@1.18.2/net.minecraft.network.protocol.game.ServerboundChatPacket.m_5797_(ServerboundChatPacket.java:7)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/minecraft@1.18.2/net.minecraft.network.protocol.PacketUtils.m_131356_(PacketUtils.java:22)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/minecraft@1.18.2/net.minecraft.server.TickTask.run(TickTask.java:18)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/minecraft@1.18.2/net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:157)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/minecraft@1.18.2/net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/minecraft@1.18.2/net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:799)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/minecraft@1.18.2/net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:164)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/minecraft@1.18.2/net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:131)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/minecraft@1.18.2/net.minecraft.server.MinecraftServer.m_129961_(MinecraftServer.java:782)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/minecraft@1.18.2/net.minecraft.server.MinecraftServer.m_7245_(MinecraftServer.java:776)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/minecraft@1.18.2/net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:140)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/minecraft@1.18.2/net.minecraft.server.MinecraftServer.m_130012_(MinecraftServer.java:762)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/minecraft@1.18.2/net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:689)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/minecraft@1.18.2/net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:261)
[15:58:01] [Server thread/ERROR] [probejs/]: java.base/java.lang.Thread.run(Thread.java:833)
[15:58:01] [Render thread/INFO] [minecraft/ChatComponent]: [CHAT] Uncaught exception happened in wrapper, please report to the Github issue with complete latest.log.
[15:58:01] [Render thread/INFO] [minecraft/ChatComponent]: [CHAT] ProbeJS typing generation finished in 1.953s.
ozokuz commented 1 year ago

it seems that whatever it is trying to get from the internet can't be found

blockgoblin31 commented 1 year ago

I have the same error

Prunoideae commented 1 year ago

Due to my lab server is under maintenance, doc hosting was down for a while, the server is back online now.

Prunoideae commented 1 year ago

A future version might add handler for situations when the server is not available, but I'm still busy on something else, so might not be so fast.

ozokuz commented 1 year ago

Could you add a better error message for this? So if your server is down again one wouldn't start checking if there is a mod conflict when they just need to wait for the server to come back.

I could make a pr for this if you are too busy.

ozokuz commented 1 year ago

I just tried to dump and it seems your server is still down

Prunoideae commented 1 year ago

Should be up now, got some weird problem in file service... It's my first time to write a file server myself rip

ozokuz commented 1 year ago

Great, works now :)