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
before update,It's work well .After update bot i got No module named Requests
Traceback (most recent call last):
File "pokecli.py", line 42, in
from pokemongo_bot import PokemonGoBot, TreeConfigBuilder
File "D:\Bot\som\PokemonGo-Bot\pokemongo_bot__init__.py", line 22, in
from api_wrapper import ApiWrapper
File "D:\Bot\som\PokemonGo-Bot\pokemongo_bot\api_wrapper.py", line 9, in
from pgoapi.protos.POGOProtos.Networking.Requests_pb2 import RequestType
before update,It's work well .After update bot i got No module named Requests
Traceback (most recent call last):
File "pokecli.py", line 42, in
from pokemongo_bot import PokemonGoBot, TreeConfigBuilder
File "D:\Bot\som\PokemonGo-Bot\pokemongo_bot__init__.py", line 22, in
from api_wrapper import ApiWrapper
File "D:\Bot\som\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
I try #4104 but not work
i use home network
my bot is dev branch
The text was updated successfully, but these errors were encountered: