-->September 6th, 2025<--
Thank you to GolfCharlie and Claude Code for fixing the code to work with the newly changed FAA API! They have saved a lot of time. A new image has been created and will be uploaded today and available later tonight. If you don't want or need the image, you can visit https://github.com/markyharris/livesectional and incorporate the changes into your board now.
--->September 5th, 2025<--
There has been another change to the FAA API which has again broke the map. We are currently working on this. Check back for fix. If you have the fix please post it. - Mark
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