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
{{ message }}
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.
hi, here is the error I get since last update:
(my json is valid, pip are updated).
Traceback (most recent call last):
File "pokecli.py", line 37, in
from poketrainer.poketrainer import Poketrainer
File "/home/omlet/poketrainer/poketrainer/poketrainer.py", line 25, in
from .fort_walker import FortWalker
File "/home/omlet/poketrainer/poketrainer/fort_walker.py", line 16, in
from .poke_utils import get_item_name
File "/home/omlet/poketrainer/poketrainer/poke_utils.py", line 5, in
from library.api.pgoapi.protos.POGOProtos.Networking import
File "/home/omlet/poketrainer/library/api/pgoapi/protos/POGOProtos/Networking/Responses_pb2.py", line 16, in
from POGOProtos.Data import Battle_pb2 as POGOProtos_dot_Data_dot_Battle__pb2
ImportError: cannot import name Battle_pb2
Regards,
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hi, here is the error I get since last update:
(my json is valid, pip are updated).
Regards,
The text was updated successfully, but these errors were encountered: