Skip to content

Report error after 1hr working. #886

@xiejiachen

Description

@xiejiachen

Traceback (most recent call last):
File "pokecli.py", line 220, in
main()
File "pokecli.py", line 211, in main
bot.take_step()
File "/Users/jiachenxie/PokemonGo-Bot/pokemongo_bot/init.py", line 36, in take_step
self.stepper.take_step()
File "/Users/jiachenxie/PokemonGo-Bot/pokemongo_bot/stepper.py", line 62, in take_step
self._work_at_position(position[0], position[1], position[2], True)
File "/Users/jiachenxie/PokemonGo-Bot/pokemongo_bot/stepper.py", line 139, in _work_at_position
self.bot.work_on_cell(cell, position, pokemon_only)
File "/Users/jiachenxie/PokemonGo-Bot/pokemongo_bot/init.py", line 93, in work_on_cell
worker.work()
File "/Users/jiachenxie/PokemonGo-Bot/pokemongo_bot/cell_workers/move_to_fort_worker.py", line 30, in work
self.stepper._walk_to(self.config.walk, *position)
File "/Users/jiachenxie/PokemonGo-Bot/pokemongo_bot/stepper.py", line 88, in _walk_to
alt, False)
File "/Users/jiachenxie/PokemonGo-Bot/pokemongo_bot/stepper.py", line 102, in _work_at_position
response_dict = self.api.call()
File "/Users/jiachenxie/PokemonGo-Bot/src/pgoapi/pgoapi/pgoapi.py", line 81, in call
response = request.request(api_endpoint, self._req_method_list, player_position)
File "/Users/jiachenxie/PokemonGo-Bot/src/pgoapi/pgoapi/rpc_api.py", line 98, in request
raise NotLoggedInException()
pgoapi.exceptions.NotLoggedInException
jiachendeMacBook-Pro:PokemonGo-Bot jiachenxie$ python pokecli.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions