tehp / OpenPoGoWeb

Web View for OpenPoGoBot
77 stars 58 forks source link

[Not Working] Getting 404 Errors from Socket.IO? #96

Closed Dekryptid closed 8 years ago

Dekryptid commented 8 years ago

Starting up using: $ python -m SimpleHTTPServer

I'm getting 404 errors from socket.io I assume this is preventing the map to load any bot information

screen shot 2016-07-27 at 2 31 32 pm screen shot 2016-07-27 at 2 35 01 pm
widnyana commented 8 years ago

try open localhost:8000

Dekryptid commented 8 years ago

I have. The map loads. I don't see any bots on the menu to the right below settings. It is also not locating the bot's location / path /etc. - This used to work yesterday, prior to the socket.io implementation. Are there instructions on how to use this with the new socket.io feature? For example, do I have to have node installed for socket.io to work? Does the server have to be run using node instead of python's SimpleHTTPServer?

widnyana commented 8 years ago

that's it, I see the same as what you see.

unfortunately, I didnt find anything yet about this new feature. seems they are quite busy developing something new, let's wait for it. :)

meyer9 commented 8 years ago

We are working on socket.io support @ OpenPoGoBot. PokemonGoF doesn't want to support events and socket.io. If you are running the PokemonGoF bot, I'd suggest sticking to a commit before socket.io was implemented.

Dekryptid commented 8 years ago

Why does master have the socket.io implementation? Which branch should I use with PokemonGoF bot?

fwoelffel commented 8 years ago

Try using this commit https://github.com/OpenPoGo/OpenPoGoWeb/commit/b5bb1f1dbe38aa29349eaae6b85bc4a8a139a590

Dekryptid commented 8 years ago

Thanks! I pulled master again and git reset -hard my local repo to that commit. Now it's working again.