
website does not load at all [paper 1.21.1 & 1.3.0 - 1.3.2]
NODeeJay opened this issue ยท 1 comments
I tried initially to load the latest version of the plugin on paper 1.21.1 but it does not seem to be compatible. I checked for introduction of v1.21. and downloaded 1.3.0. The config was created but the webpage with default settings was not reachable. I tried up to 1.3.2 and changed port
and activated debug-mode
, but I cannot find any issue why it should not work, however in all browsers from different clients and on the server where paper is running I cannot access the page. The port is open, checked it with nmap. It's also closed when the server is offline, which let's me assume the webserver starts correctly. The firewall on the machnine running the server is off, no AV or other possibly interfering tool running.
The log seems to me ok:
[21:08:42] [Server thread/INFO]: [squaremap] Enabling squaremap v1.3.2
[21:08:45] [Server thread/INFO]: [io.undertow] starting server: Undertow - 2.3.17.Final
[21:08:45] [Server thread/INFO]: [org.xnio] XNIO version 3.8.16.Final
[21:08:45] [Server thread/INFO]: [org.xnio.nio] XNIO NIO Implementation Version 3.8.16.Final
[21:08:46] [Server thread/INFO]: [org.jboss.threads] JBoss Threads version 3.5.0.Final
[21:08:46] [Server thread/INFO]: [squaremap] Internal webserver running on 0.0.0.0:8080
[21:11:37] [squaremap-render-[minecraft:overworld]-1/INFO]: [squaremap] [DEBUG] Finished background render cycle in 0.01 seconds
[21:11:41] [Server thread/INFO]: NODeeJay issued server command: /map reload
[21:11:41] [Server thread/INFO]: [io.undertow] stopping server: Undertow - 2.3.17.Final
[21:11:41] [Server thread/INFO]: [squaremap] Internal webserver stopped
[21:11:42] [Server thread/INFO]: [io.undertow] starting server: Undertow - 2.3.17.Final
[21:11:42] [Server thread/INFO]: [squaremap] Internal webserver running on 0.0.0.0:8080
[21:11:57] [squaremap-render-[minecraft:overworld]-1/INFO]: [squaremap] [DEBUG] Finished background render cycle in 0.03 seconds
[21:12:05] [Server thread/INFO]: NODeeJay issued server command: /map radiusrender minecraft:overworld 5
[21:12:05] [squaremap-render-[minecraft:overworld]-1/INFO]: [squaremap] Started radius map render for minecraft:overworld
[21:12:05] [squaremap-render-[minecraft:overworld]-1/INFO]: [squaremap] Finished rendering map for minecraft:overworld
Also a forced rerender on the console does not seem to extend the map, similar to #298 - I can only see it in the folder, since the webpage does not load.
I tried setting bind
and port
[21:15:13] [Server thread/INFO]: NODeeJay issued server command: /map reload
[21:15:13] [Server thread/INFO]: [io.undertow] stopping server: Undertow - 2.3.17.Final
[21:15:13] [Server thread/INFO]: [squaremap] Internal webserver stopped
[21:15:13] [Server thread/INFO]: [io.undertow] starting server: Undertow - 2.3.17.Final
[21:15:13] [Server thread/INFO]: [squaremap] Internal webserver running on 192.168.1.60:80
also disabled dynmap and bluemap, but whatever I tried I did not find any way to access the webpage of the map. Any ideas?
Troubleshooting configuration problems is better suited for the Discord, the issue tracker is for final bug reports and feature requests. But you probably want to leave bind to 0.0.0.0 unless you want to restrict access to a certain interface.