Matthew-Hsu / PiPass

Nintendo 3DS Homepass for the Raspberry Pi
149 stars 20 forks source link

No config page when connecting via web browser #68

Open Blunderbuss opened 8 years ago

Blunderbuss commented 8 years ago

Only the apache test page shows up

JosiahDub commented 8 years ago

I also get this. I installed via install_pipass.sh. I tried to run piPass.py but received this error:

Traceback (most recent call last): File "./piPass.py", line 32, in handler = logging.handlers.RotatingFileHandler(LOG_FILENAME, maxBytes=1048576, backupCount=0) File "/usr/lib/python2.7/logging/handlers.py", line 117, in init BaseRotatingHandler.init(self, filename, mode, encoding, delay) File "/usr/lib/python2.7/logging/handlers.py", line 64, in init logging.FileHandler.init(self, filename, mode, encoding, delay) File "/usr/lib/python2.7/logging/init.py", line 911, in init StreamHandler.init(self, self._open()) File "/usr/lib/python2.7/logging/init.py", line 936, in _open stream = open(self.baseFilename, self.mode) IOError: [Errno 13] Permission denied: '/opt/PiPass/logs/piPass.log'

nagledb commented 8 years ago

The "apache test page" issue is discussed with a possible solution in #69 for anyone else who comes along.

@JosiahDub you shouldn't need to run piPass.py directly from the command line, hopefully the fix I reference above will let you use the web dashboard. If not, then I suspect the issue is you were running piPass.py as a normal user. Try running it this way instead:

sudo python /opt/PiPass/piPass.py