yorkhackspace / SpacehackServer

Server side of the Spacehack game
3 stars 1 forks source link

Added Gamestart module, fixed MQTT callback problems #9

Closed lexbailey closed 8 years ago

choffee commented 8 years ago

Pulling submodules from a pi with no internet is tiresome. Anyway. Managed to get it all installed. First error was that it could not find the class Gamestart.gamestart or some such. ( Does the module need an init.py in it? ) Fixed that by moving gamestart.py up a dir. Then it complained about the wrong number of arguments for mqtt. I might come back to this at a later date.

lexbailey commented 8 years ago

Hmm, How does this idea sound to you:

  1. Connect the pi to the internet. No wait...
  2. Change the password on the pi and then connect it to the internet.
  3. Give me its IP address and new password and let me SSH in to poke around and fix it from here.

Feasible?

On Thu, Oct 15, 2015 at 4:57 PM, John Cooper notifications@github.com wrote:

Pulling submodules from a pi with no internet is tiresome. Anyway. Managed to get it all installed. First error was that it could not find the class Gamestart.gamestart or some such. ( Does the module need an init.py in it? ) Fixed that by moving gamestart.py up a dir. Then it complained about the wrong number of arguments for mqtt. I might come back to this at a later date.

— Reply to this email directly or view it on GitHub https://github.com/yorkhackspace/SpacehackServer/pull/9#issuecomment-148432594 .