10/18/2023 Map Stopped Working?
Visit this post for the fix
The web app on one of my LiveSectionals has quit working. It was working fine in the morning, but it doesn't appear to be presenting the config interface. I stopped all the Python processes and restarted the web app with sudo python /NeoSectional/webapp.py to read the debug long on console, but it doesn't appear to have an effect. I restarted the Pi as well, but weirdly, it didn't seem to have an effect.
What else should I do to gather debugging information? Can I up the debugging level of the web server in a config file?
Yes you can open config.py and change the settings manually. Change the setting 'loglevel = 1' to '0' to set it for debug mode.
If you have a monitor connected, verify that no error is causing webapp.py to stop running. The other possibility is that the IP address changed for the PI. - Mark