Team-Resourceful / Resourceful-Config

MIT License
4 stars 1 forks source link

[Bug]: Web interface not opening #20

Open filloax opened 1 week ago

filloax commented 1 week ago

Bug Description

Hi, I'm trying to add support to Resourceful Config Web for my mod that already uses Resourceful Cfonig, but I tried running a server to test it from Intellij and even after enabling it, setting password, etc it doesn't work; the page immediately doesn't load, and this is printed in the log every time I try to open the page

[14:28:36] [RCON Listener #1/INFO] (Minecraft) Thread RCON Client /127.0.0.1 started
[14:28:36] [RCON Client /127.0.0.1 #64/INFO] (Minecraft) Thread RCON Client /127.0.0.1 shutting down

Any idea what the issue might be?

How to Reproduce?

Enable rcon in server properties and try opening the page

Expected Behavior

The web interface opening

Version

2.5.1

Mod Loader Version

0.15.11

Mod Loader

Fabric

Logs or additional context

[14:28:36] [RCON Listener #1/INFO] (Minecraft) Thread RCON Client /127.0.0.1 started
[14:28:36] [RCON Client /127.0.0.1 #64/INFO] (Minecraft) Thread RCON Client /127.0.0.1 shutting down
ThatGravyBoat commented 1 week ago

the port was likely not specified when you are logging in cause it to hit the RCON server of Minecraft

filloax commented 1 week ago

I tried logging in by using localhost:25575, so the port should be correct