-
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
Bot Won't Start #5798
Comments
Same here. Already downloaded/installed encrypt libraries but nothing changes. |
+1 |
Same here, worked fine yesterday! |
Same here. |
same here on Mac |
@jaderalves00 may u post the last commit number of working version pls ? |
@MZorzy I am not home right now but I clone yesterday about 20:00 local time (gmt-3) |
The api have moved. The encypts are at: https://github.com/pokecrypt/pokecrypt-pgoapi |
@MerlionRock so how it should be downloaded/installed? |
if copyed to src/pgoapi/pgoapi/lib still no work, same 0x9c error |
Traceback (most recent call last): still same issue. tried to update new files. i'm not a new user to this bot either. |
my bot is now working on ubuntu 16.04 what I have done are:
credit to @houkup |
Yep, this works. |
did not work for me . |
Traceback (most recent call last): |
@yelnatscoding |
Worked like a charm! |
how can i fix it not finding libniantichash |
I have the same error @yelnatscoding is having...i'm trying to understand why Instead of having |
@jury89 same here |
a quickfix is to rename libniantichash-macos-64.dylib to libniantichash-osx-64.so |
it is working, thank you @krummrey |
// ♥ ./run.sh
2016-11-09 05:02:11,052 [ cli] [INFO] PokemonGO Bot v1.0
2016-11-09 05:02:11,062 [ cli] [INFO] commit: 5439a71
2016-11-09 05:02:11,066 [ cli] [INFO] Configuration initialized
2016-11-09 05:02:11,067 [pokemongo_bot.health_record.bot_event] [INFO] Health check is enabled. For more information:
2016-11-09 05:02:11,067 [pokemongo_bot.health_record.bot_event] [INFO] https://github.com/PokemonGoF/PokemonGo-Bot/tree/dev#analytics
2016-11-09 05:02:11,083 [requests.packages.urllib3.connectionpool] [INFO] Starting new HTTP connection (1): www.google-analytics.com
(16640) wsgi starting up on http://127.0.0.1:4000
[2016-11-09 05:02:11] [SleepSchedule] [INFO] Next sleep at 12:17:27, for a duration of 05:15:13
[2016-11-09 05:02:11] [PokemonGoBot] [INFO] Setting start location.
[2016-11-09 05:02:11] [PokemonGoBot] [INFO] [x] Coordinates found in passed in location, not geocoding.
[2016-11-09 05:02:11] [PokemonGoBot] [INFO] Location found: 40.772250, -73.971413 (40.77225, -73.971413, 8.0)
[2016-11-09 05:02:11] [PokemonGoBot] [INFO] Now at (40.77225, -73.971413, 8.0)
[2016-11-09 05:02:11] [PokemonGoBot] [INFO] Login procedure started.
_inventory was not initialized
_inventory was not initialized
[2016-11-09 05:02:11] [ cli] [INFO]
[2016-11-09 05:02:11] [ cli] [INFO] Ran for 0:00:00
[2016-11-09 05:02:11] [ cli] [INFO] Total XP Earned: 0 Average: 0.00/h
[2016-11-09 05:02:11] [ cli] [INFO] Travelled 0.00km
[2016-11-09 05:02:11] [ cli] [INFO] Visited 0 stops
[2016-11-09 05:02:11] [ cli] [INFO] Encountered 0 pokemon, 0 caught, 0 released, 0 evolved, 0 never seen before ()
[2016-11-09 05:02:11] [ cli] [INFO] Threw 0 pokeballs
[2016-11-09 05:02:11] [ cli] [INFO] Earned 0 Stardust
[2016-11-09 05:02:11] [ cli] [INFO] Hatched eggs 0
[2016-11-09 05:02:11] [ cli] [INFO]
[2016-11-09 05:02:11] [ cli] [INFO] Highest CP Pokemon:
[2016-11-09 05:02:11] [ cli] [INFO] Most Perfect Pokemon:
Traceback (most recent call last):
File "pokecli.py", line 843, in
main()
File "pokecli.py", line 191, in main
bot = start_bot(bot, config)
File "pokecli.py", line 145, in start_bot
bot.start()
File "/Users/Ticketmaster/Desktop/PokemonGo-Bot/pokemongo_bot/init.py", line 147, in start
self._setup_api()
File "/Users/Ticketmaster/Desktop/PokemonGo-Bot/pokemongo_bot/init.py", line 1037, in _setup_api
self.login()
File "/Users/Ticketmaster/Desktop/PokemonGo-Bot/pokemongo_bot/init.py", line 944, in login
str(self.config.password))
File "/Users/Ticketmaster/Desktop/PokemonGo-Bot/pokemongo_bot/api_wrapper.py", line 103, in login
response = PGoApi.app_simulation_login(self)
File "/Users/Ticketmaster/Desktop/PokemonGo-Bot/src/pgoapi/pgoapi/pgoapi.py", line 169, in app_simulation_login
response = request.call()
File "/Users/Ticketmaster/Desktop/PokemonGo-Bot/src/pgoapi/pgoapi/pgoapi.py", line 255, in call
response = request.request(self._api_endpoint, self._req_method_list, self.get_position())
File "/Users/Ticketmaster/Desktop/PokemonGo-Bot/src/pgoapi/pgoapi/rpc_api.py", line 138, in request
request_proto = self._build_main_request(subrequests, player_position)
File "/Users/Ticketmaster/Desktop/PokemonGo-Bot/src/pgoapi/pgoapi/rpc_api.py", line 292, in _build_main_request
sig_request.encrypted_signature = self._generate_signature(signal_agglom_proto, sig.timestamp_ms_since_start)
File "/Users/Ticketmaster/Desktop/PokemonGo-Bot/src/pgoapi/pgoapi/rpc_api.py", line 310, in _generate_signature
signature = b''.join(list(map(lambda x: six.int2byte(x), output.contents)))
ValueError: NULL pointer access
[2016-11-09 05:02:11] [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 "/Users/Ticketmaster/Desktop/PokemonGo-Bot/lib/python2.7/site-packages/raven/transport/threaded.py", line 174, in send_sync
super(ThreadedHTTPTransport, self).send(data, headers)
File "/Users/Ticketmaster/Desktop/PokemonGo-Bot/lib/python2.7/site-packages/raven/transport/http.py", line 47, in send
ca_certs=self.ca_certs,
File "/Users/Ticketmaster/Desktop/PokemonGo-Bot/lib/python2.7/site-packages/raven/utils/http.py", line 66, in urlopen
return opener.open(url, data, timeout)
File "/Users/Ticketmaster/Desktop/PokemonGo-Bot/lib/python2.7/site-packages/future/backports/urllib/request.py", line 494, in open
response = self._open(req, data)
File "/Users/Ticketmaster/Desktop/PokemonGo-Bot/lib/python2.7/site-packages/future/backports/urllib/request.py", line 512, in _open
'_open', req)
File "/Users/Ticketmaster/Desktop/PokemonGo-Bot/lib/python2.7/site-packages/future/backports/urllib/request.py", line 466, in _call_chain
result = func(*args)
File "/Users/Ticketmaster/Desktop/PokemonGo-Bot/lib/python2.7/site-packages/raven/utils/http.py", line 46, in https_open
return self.do_open(ValidHTTPSConnection, req)
File "/Users/Ticketmaster/Desktop/PokemonGo-Bot/lib/python2.7/site-packages/future/backports/urllib/request.py", line 1284, in do_open
h.request(req.get_method(), req.selector, req.data, headers)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1053, in request
self._send_request(method, url, body, headers)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1093, in _send_request
self.endheaders(body)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1049, in endheaders
self._send_output(message_body)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 891, in _send_output
msg += message_body
UnicodeDecodeError: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128)
[2016-11-09 05:02:11] [sentry.errors.uncaught] [ERROR] [u'ValueError: NULL pointer access', u' File "pokecli.py", line 843, in ', u' File "pokecli.py", line 191, in main', u' File "pokecli.py", line 145, in start_bot', u' File "pokemongo_bot/init.py", line 147, in start', u' File "pokemongo_bot/init.py", line 1037, in _setup_api', u' File "pokemongo_bot/init.py", line 944, in login', u' File "pokemongo_bot/api_wrapper.py", line 103, in login', u' File "pgoapi/pgoapi.py", line 169, in app_simulation_login', u' File "pgoapi/pgoapi.py", line 255, in call', u' File "pgoapi/rpc_api.py", line 138, in request', u' File "pgoapi/rpc_api.py", line 292, in _build_main_request', u' File "pgoapi/rpc_api.py", line 310, in _generate_signature']
Wed Nov 9 05:02:11 EST 2016 Pokebot Stopped.
Press any button or wait 20 seconds to continue.
keep getting this error. Not related to buddy pokemon
The text was updated successfully, but these errors were encountered: