Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"GET /static/flightmap.html HTTP/1.1" 404 #1

Open
GreatEmerald opened this issue Feb 12, 2017 · 0 comments
Open

"GET /static/flightmap.html HTTP/1.1" 404 #1

GreatEmerald opened this issue Feb 12, 2017 · 0 comments

Comments

@GreatEmerald
Copy link

For some reason when I try to start the Flask server, I get this error:

ubuntu@packer-ubuntu-16:~/userdata/upair/map$ python app.py 
 * Running on http://localhost:5000/ (Press CTRL+C to quit)
127.0.0.1 - - [12/Feb/2017 17:12:28] "GET / HTTP/1.1" 302 -
127.0.0.1 - - [12/Feb/2017 17:12:28] "GET /static/flightmap.html HTTP/1.1" 404 -
127.0.0.1 - - [12/Feb/2017 17:12:28] "GET /favicon.ico HTTP/1.1" 404 -

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant