OpenPoGoWeb icon indicating copy to clipboard operation
OpenPoGoWeb copied to clipboard

Map "works" and shows logs, but no location/trainer

Open SaipanDamashii opened this issue 8 years ago • 9 comments

So my web map works in that it shows the logs, but it just loads into some location in Europe and never moves from there, and I never see my trainer or the path that he's walking. How do I fix this?

SaipanDamashii avatar Jul 31 '16 23:07 SaipanDamashii

Try your e-mail address as your username .

daemonsyn avatar Aug 01 '16 04:08 daemonsyn

But what if I'm using a ptc account?

Sent from my iPhone

On Jul 31, 2016, at 10:20 PM, daemonsyn [email protected] wrote:

Try your e-mail address as your username .

― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

SaipanDamashii avatar Aug 01 '16 06:08 SaipanDamashii

Then write your ptc username. Are you sure that you've edited the userdata.js file?

BobbyWibowo avatar Aug 01 '16 06:08 BobbyWibowo

Exactly it's not help.

192.168.1.54 - - [01/Aug/2016 13:41:55] "GET /location-PTCusername.json?1470048115944 HTTP/1.1" 404 -
192.168.1.54 - - [01/Aug/2016 13:41:55] code 404, message File not found
192.168.1.54 - - [01/Aug/2016 13:41:55] "GET /catchable-PTCusername.json.json?1470048115945 HTTP/1.1" 404 -
192.168.1.54 - - [01/Aug/2016 13:41:56] code 404, message File not found
192.168.1.54 - - [01/Aug/2016 13:41:56] "GET /socket.io/?EIO=3&transport=polling&t=LP5iY2W HTTP/1.1" 404 -
192.168.1.54 - - [01/Aug/2016 13:41:56] code 404, message File not found
192.168.1.54 - - [01/Aug/2016 13:41:56] "GET /location-PTCusername.json?1470048116948 HTTP/1.1" 404 -
192.168.1.54 - - [01/Aug/2016 13:41:56] code 404, message File not found
192.168.1.54 - - [01/Aug/2016 13:41:56] "GET /catchable-PTCusername.json?1470048116950 HTTP/1.1" 404 -
192.168.1.54 - - [01/Aug/2016 13:41:57] code 404, message File not found

kestel avatar Aug 01 '16 10:08 kestel

Manually confirm whether the data is there or not?

BobbyWibowo avatar Aug 01 '16 13:08 BobbyWibowo

I've investigate the problem deeply. Problem with OpenPoGoBot - it doesn't put data to location-PTCusername.json and catchable-PTCusername.json files.

kestel avatar Aug 01 '16 13:08 kestel

It looks like those file don't exist (hence, file not found). Try manually creating an empty file in the web root for those files.

theVDude avatar Aug 01 '16 20:08 theVDude

This is already a known issue. PR #159 was filed to bring this repo up to date with new socket implementation.

wchill avatar Aug 01 '16 23:08 wchill

Make sure you have your file created "location-user.json", if not cretea a empty one. and be sure your SimpleHTTPServer is running (python -m SimpleHTTPServer 8001)

Popky avatar Aug 03 '16 10:08 Popky