Using forever to keep ebot running
Hello,
I am aware there is a similar thread for this but after trying all the solutions provided in it and still having the same problem I thought I would create a new one.
I have installed forever and am trying to use it to keep ebot running permanently. I use the following command:
forever start websocket_server.js 185.38.xxx.xxx 12360
and get the following dialogue:
forever start websocket_server.js 185.38.xxx.xxx 1236` warn: --minUptime not set. Defaulting to: 1000ms warn: --spinSleepTime not set. Your script will exit if it does not stay up for at least 1000ms info: Forever processing file: websocket_server.js
I am certain this is the correct ip and I have tried it using localhost and 127.0.0.1. ebot port is correct.
https://gyazo.com/08284094042a1ba0601d997e9252ae9d <--- WebSocket online but ebot is just stuck on loading. Checked and it doesn't execute any commands or anything to the game.
I have tired commenting the code you said to in the other thread and then without it.
Any help would be appreciated :)
Thanks
I should add that ebot works fine when it is started manually and kept open on my ssh client