tehp / OpenPoGoWeb

Web View for OpenPoGoBot
77 stars 58 forks source link

User not changing location #183

Closed pperle closed 7 years ago

pperle commented 7 years ago

The user is not chaning location, he is stuck to his original position.

The Error code from the debug console: socket.io-1.4.5.js:1 GET http://192.168.104.130:8000/socket.io/?EIO=3&transport=polling&t=LPu-2SA 404 (File not found)

youberser commented 7 years ago

Same for me

meganoob1337 commented 7 years ago

+1

abel-n commented 7 years ago

Same for me, I found some comment on the map not working with PokemonGo-Bot, though. Not 100% sure.

EDIT Explained more: As @meganoob1337 said after me, most of the features work fine, but the trainer location isn't updating. (thus the is no path drawn neither)

meganoob1337 commented 7 years ago

Hmm the bot is working fine , and it displays the stats and all , even the pokemon appear , just the trainer icon doesn't move :(

silva96 commented 7 years ago

same here

BobbyWibowo commented 7 years ago

@theLastLivingGhost This repo will most likely transit to support OpenPoGoBot only. If you're using PokemonGo-Bot, you can try my fork. Although I'll most likely stop using it in the future, so I can't guarantee that it'll remain developed, but it should work great with PokemonGo-Bot for the time being.

@everyone_else Try OpenPoGoBot if you're getting similar error message as the OP.

pperle commented 7 years ago

I'm gettign the same error messengaes but I fixed the not following issue.

Uncomment

 # while True:
 #     self.web_update_queue.get()
 #     self.update_web_location()

in pokemongo_bot/ _init__.py

https://github.com/PokemonGoF/PokemonGo-Bot/commit/41de6f7250f408e51e49ff0380b029f0a3e9632e#diff-a8e82d1c2066f1b62d2f396a4e0e585bL994

silva96 commented 7 years ago

@chuparCh0pper it works with your fix, thanks

youberser commented 7 years ago

@chuparCh0pper Mine gives me an error...

"Unexpected Intent" 
line 1007
    while True:
youberser commented 7 years ago

@BobbyWibowo Im testing your web plugin but the problem still there.... I dont see the bot moving around, it just stay at the same site

pperle commented 7 years ago

Since this is not a web error please leave any error messages here https://github.com/PokemonGoF/PokemonGo-Bot/issues/3546

@silva96 let it run for a bit 10 minutes and there should be a distance

BobbyWibowo commented 7 years ago

@youberser wchill/refactor branch, right?

youberser commented 7 years ago

@BobbyWibowo I made a mistake, forgot to comment "pass" on init.py Now works perfect!