-
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
PokemonGo-Bot/pokemongo_bot/api_wrapper.py", line 9, in <module> from pgoapi.protos.POGOProtos.Networking.Requests_pb2 #4141
Comments
try to reinstall |
Have the same error since latest pull |
What steps did you take other than git pull? Can you explain each step and someone will hopefully realise you have missed a step. Also what guide did you follow or did u literally just use run.sh? |
apt-get install --reinstall python-dev python-protobuf python2.7 git wget https://bootstrap.pypa.io/get-pip.py pip install virtualenv --upgrade virtualenv . pip install -r requirements.txt wget http://pgoapi.com/pgoencrypt.tar.gz ./run.sh what else am I missing ? |
still no idea what the cause was so I renamed the folder because I was going to do fresh separate master / dev folders and then after it started renamed it back .. still worked , its got me stumped |
Its a bann, im ssorry but you lose your account like everyone here jajajaja |
Did you install PokemonGo-Map too ? they have forked their own pgoapi and moved around some files. https://github.com/PokemonGoMap/pgoapi/commit/a5785771b835fca01ae052dbaecca0191214169e |
pretty sure it was updated too , but its all working for now so will leave everything alone |
did all of the above (including the rename trick) but i still got the error. Traceback (most recent call last): I have PokemonGo-Map running just fine - I just updated that and its still running without problems |
I deleted everything but my config file and reinstalled. and its working again. Now its only movetomap thats failing but I've made a new issue about that |
===============ISSUE SECTION===============
./run.sh
Traceback (most recent call last):
File "pokecli.py", line 42, in
from pokemongo_bot import PokemonGoBot, TreeConfigBuilder
File "/DATA/PokemonGo-Bot/pokemongo_bot/init.py", line 22, in
from api_wrapper import ApiWrapper
File "/DATA/PokemonGo-Bot/pokemongo_bot/api_wrapper.py", line 9, in
from pgoapi.protos.POGOProtos.Networking.Requests_pb2 import RequestType
ImportError: No module named Requests_pb2
Wed 17 Aug 09:30:25 CEST 2016 Pokebot Stopped.
Press any button or wait 20 seconds to continue.
Expected Behavior
Bot to start
has been like this 12 hrs now
tried
./setup.sh
pip install requirements.txt --upgrade
pip install requests --upgrade
Actual Behavior
bot instantly crashing
Your FULL config.json
Output when issue occurred
Steps to Reproduce
git pull on dev branch
Other Information
OS:
4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Branch:
dev
Git Commit:
7136348
Python Version:
Python 2.7.12
The text was updated successfully, but these errors were encountered: