ProbeJS

ProbeJS

972k Downloads

Error when dumping

ozokuz opened this issue ยท 8 comments

commented

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/[email protected]/com.probejs.jdoc.Manager.downloadDocs(Manager.java:46)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/[email protected]/com.probejs.compiler.DocCompiler.compile(DocCompiler.java:368)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/[email protected]/com.probejs.ProbeCommands.lambda$register$1(ProbeCommands.java:68)
[15:58:01] [Server thread/ERROR] [probejs/]: MC-BOOTSTRAP/[email protected]/com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:263)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/[email protected]/net.minecraft.commands.Commands.m_82117_(Commands.java:234)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/[email protected]/net.minecraft.server.network.ServerGamePacketListenerImpl.m_9957_(ServerGamePacketListenerImpl.java:1150)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/[email protected]/net.minecraft.server.network.ServerGamePacketListenerImpl.m_143628_(ServerGamePacketListenerImpl.java:1129)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/[email protected]/net.minecraft.server.network.ServerGamePacketListenerImpl.m_7388_(ServerGamePacketListenerImpl.java:1115)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ServerboundChatPacket.m_5797_(ServerboundChatPacket.java:30)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ServerboundChatPacket.m_5797_(ServerboundChatPacket.java:7)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/[email protected]/net.minecraft.network.protocol.PacketUtils.m_131356_(PacketUtils.java:22)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/[email protected]/net.minecraft.server.TickTask.run(TickTask.java:18)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:157)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:799)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:164)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:131)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_129961_(MinecraftServer.java:782)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_7245_(MinecraftServer.java:776)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:140)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_130012_(MinecraftServer.java:762)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:689)
[15:58:01] [Server thread/ERROR] [probejs/]: TRANSFORMER/[email protected]/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.
commented

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

commented

I have the same error

commented

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.

commented

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

commented

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.

commented

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

commented

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

commented

Great, works now :)