node-modern-rcon
node-modern-rcon copied to clipboard
A modern RCON client implementation written in ES2015
hasAuthed is not begin set to false when connection is lost.
I am trying to RCON into my bedrock Minecraft server, and when I use this line: `const rcon = new Rcon('play.codebloxmc.tk', RCON_PASS, port = 19132, timeout = 5000);` the output...
`/home/bamajoe411/Documents/discord-bot/node_modules/modern-rcon/rcon.js:100 throw new RconError('Responded id did not match sent id'); ^ RconError: Responded id did not match sent id at Rcon._handleResponse (/home/bamajoe411/Documents/discord-bot/node_modules/modern-rcon/rcon.js:100:13) at emitOne (events.js:116:13) at Socket.emit (events.js:211:7) at addChunk...
I have plugged in the example code to an existing Discord bot shell I use for my other projects. When executing the bot i get this error, weirdest part is,...
Basic external type declaration that currently reflects `rcon.js`. @levrik: thank you, and you're welcome. 😁
I was running into serious problems when trying to run this inside of a docker container where environmental variables are all passed in as strings. This would set the password...
I am trying to use this here to connect to a minecraft server so i am able to run commands to the server from a twitch chat and i am...
I'm using the package on Vue (Webpack). Just with a Simple example cant get pass through this error. I installed the net and buffer dependencies, and a piece of my...