You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run it from the root (upair directory) and from map, and it still gives 404 errors, despite the file existing.
I could also get the file to display by running python -m SimpleHTTPServer 5000, but of course calls to /now don't work because of that, so no planes are displayed.
The text was updated successfully, but these errors were encountered:
For some reason when I try to start the Flask server, I get this error:
I tried to run it from the root (
upair
directory) and frommap
, and it still gives 404 errors, despite the file existing.I could also get the file to display by running
python -m SimpleHTTPServer 5000
, but of course calls to/now
don't work because of that, so no planes are displayed.The text was updated successfully, but these errors were encountered: