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

google maps api not working #5736

Closed
chriscrutt opened this issue Sep 30, 2016 · 1 comment
Closed

google maps api not working #5736

chriscrutt opened this issue Sep 30, 2016 · 1 comment

Comments

@chriscrutt
Copy link

it says "Serving HTTP on 0.0.0.0 port 8000 ..."
but nothing happens, then when i type in "localhost:8000" in chrome it comes back with a 404 error,

and on the bot running my player it says "127.0.0.1 - - [29/Sep/2016 20:46:49] "GET / HTTP/1.1" 404 366 0.001000"

i can only assume the 404 in quotes above means the 404 error im getting back.

then when i exit the bot but keep the python http server running it says stuff like this indefinatly

"127.0.0.1 - - [29/Sep/2016 20:48:31] "GET /socket.io/?EIO=3&transport=polling&t=1475207310561-0 HTTP/1.1" 404 -
127.0.0.1 - - [29/Sep/2016 20:48:32] code 404, message File not found
127.0.0.1 - - [29/Sep/2016 20:48:32] "GET /socket.io/?EIO=3&transport=polling&t=1475207311072-0 HTTP/1.1" 404 -
127.0.0.1 - - [29/Sep/2016 20:48:32] code 404, message File not found
127.0.0.1 - - [29/Sep/2016 20:48:32] "GET /socket.io/?EIO=3&transport=polling&t=1475207311124-0 HTTP/1.1" 404 -
127.0.0.1 - - [29/Sep/2016 20:48:32] code 404, message File not found
127.0.0.1 - - [29/Sep/2016 20:48:32] "GET /socket.io/?EIO=3&transport=polling&t=1475207311201-0 HTTP/1.1" 404 -
127.0.0.1 - - [29/Sep/2016 20:48:32] code 404, message File not found
127.0.0.1 - - [29/Sep/2016 20:48:32] "GET /socket.io/?EIO=3&transport=polling&t=1475207311335-0 HTTP/1.1" 404 -
127.0.0.1 - - [29/Sep/2016 20:48:32] code 404, message File not found
127.0.0.1 - - [29/Sep/2016 20:48:32] "GET /socket.io/?EIO=3&transport=polling&t=1475207311620-0 HTTP/1.1" 404 -
127.0.0.1 - - [29/Sep/2016 20:48:33] code 404, message File not found
127.0.0.1 - - [29/Sep/2016 20:48:33] "GET /socket.io/?EIO=3&transport=polling&t=1475207312045-0 HTTP/1.1" 404 -
127.0.0.1 - - [29/Sep/2016 20:48:33] code 404, message File not found"

again getting the 404 error, but now when i refresh the localhost:8000 page the map finally pops up at

Biologisch-Ökologische Station der Universität Koblenz-Landau
Zum Horngraben 2
54533 Bettenfeld
Germany

. (keep in mind i am still running 2 other bots on different accounts using the same google maps api key, but they arent popping up on the map) and now the python server says:

"127.0.0.1 - - [29/Sep/2016 20:51:45] "GET /socket.io/?EIO=3&transport=polling&t=1475207504598-0 HTTP/1.1" 404 -
127.0.0.1 - - [29/Sep/2016 20:51:45] code 404, message File not found
127.0.0.1 - - [29/Sep/2016 20:51:45] "GET /[email protected],%[email protected],%[email protected]?1475207505497 HTTP/1.1" 404 -
127.0.0.1 - - [29/Sep/2016 20:51:45] code 404, message File not found"

and stuff... idk what to do

@chriscrutt
Copy link
Author

fixed it nevermind

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