-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Kepp getting NotLoggedInException #2231
Comments
Enable debug in your config and rerun the bot. You'll get more information then :) |
Not much, just this: [17:02:18] PokemonGO Bot v1.0 |
If you use 2 factor authentication in your google account you will need to create an app-specific password |
I Dont have 2 factor authentication . |
@Mushi8 logging in through the app doesn't require an app-specific password (on android devices at least) because the phone already has an access-token for that account which it uses, the bot does however. So I was just asking to make sure. Does the console output more information after |
nope.. thats ill i got. how can I do a 'fresh install' e.g delete all the pip install files? |
if it helps on master i get Traceback (most recent call last): |
oh that's weird.. for some reason your computer doesn't like the SSL certificate :/ Is the time set correctly on your computer? What happens if you visit https://pgorelease.nianticlabs.com/plfe/ in your browser? |
i get "Dude, this is the Player Frontend." and the time here is 10:12 PM |
@Mushi8 okay, that's good. at least your browser / computer accepts the SSL certificate then. If your time is set correctly too I'd think there's something within python causing the SSL issue, but I have zero knowledge of python so I cant help you with that I'm afraid |
crap :( |
@Mushi8 unlikely, that's about a man-in-the-middle (ie: eavesdropping to (for example) see what authentication information you're sending). the ssl certificate is preventing that. Although, if there would be someone attacking you, that could cause the SSL validation error. but, assuming you're in your own home, that seems unlikely (especially if it still works on your phone). edit I'm actually 99.999999% sure that's not the case, because else your browser would have shown an SSL error too |
Define attacking me? On Mon, Aug 1, 2016, 22:23 Jorin Vermeulen [email protected] wrote:
This email and any files transmitted with it contain information from |
@Mushi8 a hacker. don't worry, that's not whats happening here. Just wait for someone with knowledge about Python to reply to your issue. |
+1, I have the same issue. I'm using the desktop version (npm). |
+1, Running on Debian, it happened 3 consecutive times on two different computers. [Edit] Traceback (most recent call last): Then I can just restart it without any worries. |
Found a sulution upgrade python version to 2.7.11+ and it work for me :) |
I've the same issue. All my packages are up to date and I can't login: blueslime@nsxxxxxxxx:~/Pokemon$ ./run.sh My config.json is correct. System: blueslime@nsxxxxxxxx:~/Pokemon$ python2 --version blueslime@nsxxxxxxxx:~/Pokemon$ cat /proc/version Hope you'll help me to fix this :( Edit: I've updated Python and nothing changed :/ blueslime@nsxxxxxxxx:~/Pokemon$ python2 --version Edit: This is not a SSL issue because I can download the correct page at https://pgorelease.nianticlabs.com/plfe/: `blueslime@nsxxxxxxxx:~/Pokemon$ cat index.html <title>Holoholo Player Frontend</title> Dude, this is the Player Frontend. ` |
Don't work for me I'm on Python 2.7.12 |
I changed the address in the config.json and it's works now! Very strange... |
Hi, I have Python 2.7.12 and tried several GPS coordinates and adresses, and i still have this issue when trying to run the dev version. Thank you for your help. |
Expected Behavior
log in as 24 hours ago
Actual Behavior
Not logging in
[16:46:31] Not logged in!
Traceback (most recent call last):
File "pokecli.py", line 436, in
main()
File "pokecli.py", line 81, in main
report_summary(bot)
File "pokecli.py", line 89, in report_summary
metrics.capture_stats()
File "C:\Users\xxx\PycharmProjects\Projects\PokemonGo-Bot\pokemongo_bot\metrics.py", line 75, in capture_stats
response_dict = self.bot.api.call()
File "C:\Users\xxx\PycharmProjects\Projects\PokemonGo-Bot\pokemongo_bot\api_wrapper.py", line 58, in call
if not self._can_call():
File "C:\Users\xxx\PycharmProjects\Projects\PokemonGo-Bot\pokemongo_bot\api_wrapper.py", line 29, in _can_call
raise NotLoggedInException()
pgoapi.exceptions.NotLoggedInException
Steps to Reproduce
try to log in
Other Information
OS: Win 10
Git Commit: latest from dev
The text was updated successfully, but these errors were encountered: