Skip to content
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

[master][bug] pgoapi.exceptions.NotLoggedInException #1116

Closed
Hatsunyan opened this issue Jul 27, 2016 · 1 comment
Closed

[master][bug] pgoapi.exceptions.NotLoggedInException #1116

Hatsunyan opened this issue Jul 27, 2016 · 1 comment

Comments

@Hatsunyan
Copy link

Expected Behavior

Actual Behavior

Traceback (most recent call last):
  File "pokecli.py", line 220, in <module>
    main()
  File "pokecli.py", line 211, in main
    bot.take_step()
  File "C:\PokemonGo-Bot\pokemongo_bot\__init__.py", line 36, in take_step
    self.stepper.take_step()
  File "C:\PokemonGo-Bot\pokemongo_bot\stepper.py", line 53, in take_step
    self._walk_to(self.config.walk, *position)
  File "C:\PokemonGo-Bot\pokemongo_bot\stepper.py", line 88, in _walk_to
    alt, False)
  File "C:\PokemonGo-Bot\pokemongo_bot\stepper.py", line 102, in _work_at_position
    response_dict = self.api.call()
  File "c:\pokemongo-bot\src\pgoapi\pgoapi\pgoapi.py", line 81, in call
    response = request.request(api_endpoint, self._req_method_list, player_position)
  File "c:\pokemongo-bot\src\pgoapi\pgoapi\rpc_api.py", line 98, in request
    raise NotLoggedInException()
pgoapi.exceptions.NotLoggedInException

Steps to Reproduce

after 1-2 hours working

Other Information

OS: WIN10
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here)

@globeriz
Copy link

Proposed fix in #1114,
cause is unknown at the moment, maybe the server is unstable or to prevent addiction

hoanghuynh pushed a commit to hoanghuynh/PokemonGo-Bot that referenced this issue Sep 28, 2016
* Update README.md

* Update README.md

* Update README.md

* Update ISSUE_TEMPLATE.md

* Update README.md

* Update README.md

* direct pr to dev branch

* Update README.md

* Update PULL_REQUEST_TEMPLATE.md

* Updated templates for master

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Added japanese pokemon name. (PokemonGoF#1116)

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update LICENSE

* python 2.7 batch (PokemonGoF#1289)

* added donation address

* cleared master

* Update map.js

* Update map.js

* Added back China coords transformation, (PokemonGoF#1423) (PokemonGoF#1424)

which was deleted in some PR.

* Change default display to no pokestops, no scan bubbles (PokemonGoF#1425)

* Added new video guide to readme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants