Skip to content
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

auth broken in dev? #3820

Closed
accident12123 opened this issue Aug 13, 2016 · 2 comments
Closed

auth broken in dev? #3820

accident12123 opened this issue Aug 13, 2016 · 2 comments

Comments

@accident12123
Copy link

accident12123 commented Aug 13, 2016

I haven't tried to pinpoint which commit on 8/12 (eastern time, after noon) started this behavior but my ubuntu setup hasn't worked all afternoon. ptc, google, app passwrod and not 2fa, nothing works on the dev branch. everything is fine on master.

The error I see:

bot# ./run.sh
Traceback (most recent call last):
File "pokecli.py", line 39, in
from pgoapi.exceptions import NotLoggedInException, ServerSideRequestThrottlingException, ServerBusyOrOfflineException
File "/root/PokemonGo-Bot/src/pgoapi/pgoapi/init.py", line 50, in
from pgoapi.pgoapi import PGoApi
File "/root/PokemonGo-Bot/src/pgoapi/pgoapi/pgoapi.py", line 34, in
from pgoapi.rpc_api import RpcApi
File "/root/PokemonGo-Bot/src/pgoapi/pgoapi/rpc_api.py", line 47, in
from pgoapi.utilities import to_camel_case, get_time, get_format_time_diff, Rand48, long_to_bytes, generateLocation1, generateLocation2, generateRequestHash, f2i
File "/root/PokemonGo-Bot/src/pgoapi/pgoapi/utilities.py", line 30, in
import xxhash
ImportError: No module named xxhash
Sat Aug 13 00:14:56 EDT 2016 Pokebot Stopped.
Press any button or wait 20 seconds to continue.

something is out of order where it's not logging in first, perhaps part of what appears to be changed for debian stuff?

@k4n30
Copy link
Contributor

k4n30 commented Aug 13, 2016

ImportError: No module named xxhash

run pip install -r requirements.txt --upgrade after you have updated to the latest version

@simonsmh
Copy link
Contributor

thx. fixed in #3836

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants