trevor-laher / OnDemandMinecraft

An AWS hosted Minecraft server that will only run when players are active. Players can start the server through a simple UI accessed through free Heroku server hosting.
MIT License
516 stars 69 forks source link

/static/js/serverStart.js missing #15

Closed robschn closed 5 years ago

robschn commented 5 years ago

Hello,

Just got everything setup and it works well! One thing I notice is the server didn't start up once the instance was up. I found that serverStart.js is missing from your repo.

Is that correct or am I missing something?

trevor-laher commented 5 years ago

Whoops, I’ll remove serverStart.js references. That was just an API call to the python server to actually boot the instance and Minecraft server commands. It works without that script, as it is instead called through an embedded function in the HTML template. I believe the server not starting will have something to do with the SSH process, your screen configuration, or you might just need to wait a few minutes before the instance can be SSH’d into. If it’s not working, just manually perform the commands in initServerCommands.py by SSHing into the instance, then see which command is breaking it.

On Fri, Sep 6, 2019 at 4:41 PM Robert Schneider notifications@github.com wrote:

Hello,

Just got everything setup and it works well! One thing I notice is the server didn't start up once the instance was up. I found that serverStart.js is missing from your repo.

Is that correct or am I missing something?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/trevor-laher/OnDemandMinecraft/issues/15?email_source=notifications&email_token=AFNUAI37SJIZIEGN5WQLNYTQIK57VA5CNFSM4IUM5IY2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HJ4U4GA, or mute the thread https://github.com/notifications/unsubscribe-auth/AFNUAI7IOK7H2ZHTD37HOGTQIK57VANCNFSM4IUM5IYQ .

robschn commented 5 years ago

Alright thanks! I'll try that out. I appreciate you getting back to me