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

MONITOR MY POKEMONBOT VIA WEB? #3219

Closed
ponytails opened this issue Aug 9, 2016 · 13 comments
Closed

MONITOR MY POKEMONBOT VIA WEB? #3219

ponytails opened this issue Aug 9, 2016 · 13 comments

Comments

@ponytails
Copy link

Please check configuration at http://jsonlint.com/ before posting an issue.

Expected Behavior

see it walks web based?

Actual Behavior

see it walks web based?

Steps to Reproduce

normal

Other Information

OS: ubuntu
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here)
Python Version: (run 'python -V' and paste it here)

@Dauth
Copy link

Dauth commented Aug 9, 2016

read the wiki. don't expect to be spoonfed even if you type in CAPS

@ponytails
Copy link
Author

@Dauth sorry for the caps... but i get this 404 not found

404 Not Found
nginx/1.6.2 (Ubuntu)

@ponytails
Copy link
Author

@Didlid that phyton command is just for windows

i use ubuntu.. i get

/PokemonGo-Bot/web/index.html" is not found (2: No such file or directory)

@nburn42
Copy link

nburn42 commented Aug 9, 2016

You need to dig a little deeper.
It maybe should be documented better but hundreds of people here got it working with the existing documentation.

  • Run this in the main directory.
git submodule init
git submodule update
  • Then get a google maps key
  • Then setup your config file in web/config
  • Then start a webserver in the web directory

The web server works really well

@ponytails
Copy link
Author

Run this in the mian directory
git submodule init
git submodule update
inside pokemong-bot folder = done..

nothing happens

root@oldtimes:# cd PokemonGo-Bot
root@oldtimes:
/PokemonGo-Bot# git submodule init
root@oldtimes:/PokemonGo-Bot# git submodule update
root@oldtimes:
/PokemonGo-Bot#

@nburn42
Copy link

nburn42 commented Aug 9, 2016

The web folder is a separate git pointing to a separate github page.
the submodule stuff makes sure that the web folder git stuff has been downloaded.

@ponytails
Copy link
Author

like this ?

root@oldtimes:/PokemonGo-Bot# cd web
root@oldtimes:
/PokemonGo-Bot/web# git submodule init
root@oldtimes:/PokemonGo-Bot/web# git submodule update
root@oldtimes:
/PokemonGo-Bot/web# git submodule init
root@oldtimes:/PokemonGo-Bot/web# git submodule update
root@oldtimes:
/PokemonGo-Bot/web#

@nburn42
Copy link

nburn42 commented Aug 9, 2016

do you have stuff in the web folder now?
if so then it worked or you had already run it as some part of the install in the past.

You can run it in the main folder and it will work.

@ponytails
Copy link
Author

ponytails commented Aug 9, 2016

hi,

i have files on web folder its inside PokemonGO-bot /web
. I cant make it work.. its always error 404 when i view on nginx

@nburn42
Copy link

nburn42 commented Aug 9, 2016

Have you done the rest of the stuff?

Read the README file?
Setup your config in web/config?
Started the webserver in the web directory?

Try to make sure you do a bit more reading before posting an issue on a github page.

@ponytails
Copy link
Author

hello.

yes i did.. when i access the web... via http/nginx
i get this error
"/PokemonGo-Bot/web/index.html" is not found (2: No such file or directory),

@nburn42
Copy link

nburn42 commented Aug 9, 2016

Is the file there?
Are you stating your webserver while in the web directory,
using the command in web/README?

@RedViper9
Copy link
Contributor

Please redirect this discussion to the slack discussion boards.

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

4 participants