-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Error using snipping feature #3494
Comments
i dont know how to use sniping feature. why always give me errors when to try. here is no guide how to use it. installation step or anything. btw, i'm already success to install pokemon go map. and how to implement to the bot. no one can help me step by step. lol :/ |
I'm working through it in my spare time, patience is a virtue |
I'm assuming you're using the most recent versions of both repos? also: please post your config.json |
this is my config `{
} |
@Ph4i1ur3 yes i'm using the latest version of both repos. please help me :) |
Your "walk": is set to 0. This is a no-no. I'd recommend 4.16 |
@Ph4i1ur3 when i try to change the location on pokemon go map, it didn't load. it just stuck on the first place. its like hard to move different location :| |
it doesnt move because ur walk speed is set to 0 (i.e 0 km/h), make this any number above 0.00 and your problem should disappear because the crash is due to: |
what this is?
[00:35:36] Updated PokemonGo-Map to 37.791534, -122.389811
[00:35:38] Moving towards pokestop Party Octopus of Ursidae Animal Family against Skateboarding. - 0.05km (attraction of lure 0.05km)2016-08-11 00:35:39,567 [ cli] [INFO]
2016-08-11 00:35:39,568 [ cli] [INFO] Ran for 0:00:28
2016-08-11 00:35:39,568 [ cli] [INFO] Total XP Earned: 25 Average: 3244.92/h
2016-08-11 00:35:39,568 [ cli] [INFO] Travelled 0.00km
2016-08-11 00:35:39,568 [ cli] [INFO] Visited 0 stops
2016-08-11 00:35:39,568 [ cli] [INFO] Encountered 1 pokemon, 0 caught, 0 released, 0 evolved, 0 never seen before
2016-08-11 00:35:39,569 [ cli] [INFO] Threw 1 pokeball
2016-08-11 00:35:39,569 [ cli] [INFO] Earned 0 Stardust
2016-08-11 00:35:39,569 [ cli] [INFO]
2016-08-11 00:35:39,569 [ cli] [INFO] Highest CP Pokemon:
2016-08-11 00:35:39,569 [ cli] [INFO] Most Perfect Pokemon:
Traceback (most recent call last):
File "pokecli.py", line 530, in
main()
File "pokecli.py", line 96, in main
bot.tick()
File "/root/PokemonGo-Bot/pokemongo_bot/init.py", line 472, in tick
if worker.work() == WorkerResult.RUNNING:
File "/root/PokemonGo-Bot/pokemongo_bot/cell_workers/move_to_fort.py", line 80, in work
lng
File "/root/PokemonGo-Bot/pokemongo_bot/step_walker.py", line 28, in init
self.steps = (self.dist + 0.0) / (speed + 0.0)
ZeroDivisionError: float division by zero
2016-08-11 00:35:39,612 [sentry.errors] [ERROR] Sentry responded with an error: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128) (url: https://app.getsentry.com/api/90254/store/)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/raven/transport/threaded.py", line 174, in send_sync
super(ThreadedHTTPTransport, self).send(data, headers)
File "/usr/local/lib/python2.7/dist-packages/raven/transport/http.py", line 47, in send
ca_certs=self.ca_certs,
File "/usr/local/lib/python2.7/dist-packages/raven/utils/http.py", line 66, in urlopen
return opener.open(url, data, timeout)
File "/usr/local/lib/python2.7/dist-packages/future/backports/urllib/request.py", line 494, in open
response = self._open(req, data)
File "/usr/local/lib/python2.7/dist-packages/future/backports/urllib/request.py", line 512, in _open
'_open', req)
File "/usr/local/lib/python2.7/dist-packages/future/backports/urllib/request.py", line 466, in _call_chain
result = func(*args)
File "/usr/local/lib/python2.7/dist-packages/raven/utils/http.py", line 46, in https_open
return self.do_open(ValidHTTPSConnection, req)
File "/usr/local/lib/python2.7/dist-packages/future/backports/urllib/request.py", line 1284, in do_open
h.request(req.get_method(), req.selector, req.data, headers)
File "/usr/lib/python2.7/httplib.py", line 1057, in request
self._send_request(method, url, body, headers)
File "/usr/lib/python2.7/httplib.py", line 1097, in _send_request
self.endheaders(body)
File "/usr/lib/python2.7/httplib.py", line 1053, in endheaders
self._send_output(message_body)
File "/usr/lib/python2.7/httplib.py", line 895, in _send_output
msg += message_body
UnicodeDecodeError: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128)
2016-08-11 00:35:39,614 [sentry.errors.uncaught] [ERROR] [u'ZeroDivisionError: float division by zero', u' File "pokecli.py", line 530, in ', u' File "pokecli.py", line 96, in main', u' File "pokemongo_bot/init.py", line 472, in tick', u' File "pokemongo_bot/cell_workers/move_to_fort.py", line 80, in work', u' File "pokemongo_bot/step_walker.py", line 28, in init']
run.sh: 18: read: Illegal option -s
Thu Aug 11 00:35:39 WIB 2016 Pokebot Stopped
The text was updated successfully, but these errors were encountered: