Closed E-Coombs closed 5 years ago
Hey there are two syntax errors in the app.js script.
Line 28: consol.log("Rcon Connected to" + serverHostname + ":" + serverPort + "/" + serverPassword) Line 54: consol.log("Message not sent")
Changing these to console.log() fix unraid -> rcon commands
What told you that there are syntax errors?
When i tried to send an rcon command, the error stated that consol does not exist. Its just a typing mistake.
Hey there are two syntax errors in the app.js script.
Line 28: consol.log("Rcon Connected to" + serverHostname + ":" + serverPort + "/" + serverPassword) Line 54: consol.log("Message not sent")
Changing these to console.log() fix unraid -> rcon commands