MineOS-node released on Turnkey ISO

I installed the node.js version but it seems to have a glitch detecting that the server started. It always shows the server is down but it actually does start up. I can connect to the minecraft server. The server console log shows it’s started. Just the webui does not see it.

WebUI shows version 1.2.2

Doing the debug command:
root@core ~# cd /usr/games/minecraft/
root@core games/minecraft# ./mineos_console.js -d /var/games/minecraft ping_debug
path.js:488
throw new TypeError(‘Arguments to path.join must be strings’);
^
TypeError: Arguments to path.join must be strings
at Object.posix.join (path.js:488:13)
at new mineos.mc (/usr/games/minecraft/mineos.js:127:15)
at Object. (/usr/games/minecraft/mineos_console.js:119:16)
at Module._compile (module.js:460:26)
at Object.Module._extensions…js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:501:10)
at startup (node.js:129:16)
at node.js:814:3
root@core games/minecraft#