Alright, bit late to the party but I’ve got (what seems to be) the same issue.
Server Logs:
{"level":"info","message":"[LowPixel] 192.168.1.44 issued command : \"start\"","timestamp":"2021-06-25T18:43:22.322Z"}
{"level":"info","message":"[LowPixel] received request \"start\"","timestamp":"2021-06-25T18:43:22.326Z"}
{"level":"info","message":"[LowPixel] 192.168.1.44 issued command : \"start\"","timestamp":"2021-06-25T18:43:23.072Z"}
{"level":"info","message":"[LowPixel] received request \"start\"","timestamp":"2021-06-25T18:43:23.076Z"}
Logs inside the supervisor/mineos-stdout---supervisor-wF4vLi.log
, Though I can’t seem to verify the timings of this because I have attempted Issue 674:
info: [LowPixel] 192.168.1.44 issued command : "start"
info: [LowPixel] received request "start"
error: { Error: connect ECONNREFUSED 127.0.0.1:25565
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1107:14)
errno: 'ECONNREFUSED',
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 25565 }
Trying to run the commands you’ve given results in:
[LowPixel] Error executing "get_start_args" because server condition not met: Cannot start server without a designated jar/phar.
I’ve tried starting with both 1.17 and 1.16.5 (correct files), Paper and Minecraft versions.
I’m using openjdk 16.0.1 for the Raspbery Pi.
Stumped on how to proceed.