-
Notifications
You must be signed in to change notification settings - Fork 58
Description
I'm managing to keep up with some of the coding here but I am very new to all this. I'm using PokemonGoBot Dev branch. I get this error when trying to run the server
127.0.0.1 - - [03/Aug/2016 11:24:02] code 404, message File not found
127.0.0.1 - - [03/Aug/2016 11:24:02] "GET /location-wrongname.json?v=1470219842724 H TTP/1.1" 404 -
The .json files it is looking for are my screen name despite the userdata.js file having my correct login. I have changed this to the correct username (google) but it still reverts to that.
Also where it says in the instructions to navigate:
$ cd OpenPoGoBot\web
$ python -m SimpleHTTPServer
I don't have a \web folder here. Am I meant to run this from the web folder in PokemonGoBot? (I have tried this and still get same error message) Gaaaaaaa
What am I missing?