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
Traceback (most recent call last):
File "pokecli.py", line 46, in
from pokemongo_bot import inventory
File "C:\Python27\PokemonGo-Bot\pokemongo_bot__init__.py", line 22, in
from api_wrapper import ApiWrapper
File "C:\Python27\PokemonGo-Bot\pokemongo_bot\api_wrapper.py", line 12, in
from pgoapi.protos.POGOProtos.Networking.Requests.RequestType_pb2 import Req
uestType
ImportError: No module named RequestType_pb2
Something went wrong and the bot needed to be restarted. Please investigate the
cause.
Waiting for 50 seconds, press a key to continue ...
The text was updated successfully, but these errors were encountered:
Please follow correct procedure to upgrade. If the error persists, delete your /src directory inside the root of the bot and rerun pip install --upgrade -r requirements.txt
Working fine previously but after coming home from work (12hours) i ran the script, it updated and thrown error:
--------------------Starting bot--------------------
Traceback (most recent call last):
File "pokecli.py", line 46, in
from pokemongo_bot import inventory
File "C:\Python27\PokemonGo-Bot\pokemongo_bot__init__.py", line 22, in
from api_wrapper import ApiWrapper
File "C:\Python27\PokemonGo-Bot\pokemongo_bot\api_wrapper.py", line 12, in
from pgoapi.protos.POGOProtos.Networking.Requests.RequestType_pb2 import Req
uestType
ImportError: No module named RequestType_pb2
Something went wrong and the bot needed to be restarted. Please investigate the
cause.
Waiting for 50 seconds, press a key to continue ...
The text was updated successfully, but these errors were encountered: