You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: