gkeepapi.LoginException: Not logged in
See original GitHub issueI can’t seem to Login I Keep getting this gkeepapi.LoginException: Not logged in
Exception
Traceback (most recent call last):
File "keep.py", line 45, in <module>
keep.sync()
File "/Library/Python/2.7/site-packages/gkeepapi/__init__.py", line 449, in sync
labels=[i.save() for i in self._labels.values()] if labels_updated else None,
File "/Library/Python/2.7/site-packages/gkeepapi/__init__.py", line 211, in changes
json=params
File "/Library/Python/2.7/site-packages/gkeepapi/__init__.py", line 131, in send
raise LoginException('Not logged in')
gkeepapi.LoginException: Not logged in
Am I missing something?
Edit: Tried adding delay after Login using time.sleep(10)
, Still got the same exception.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Login Exception · Issue #32 · kiwiz/gkeepapi - GitHub
When trying keep.login I get the following error: gkeepapi.exception.LoginException: (u'NeedsBrowser', u'To access your account, ...
Read more >How to use the gkeepapi.exception.LoginException function in ...
To help you get started, we've selected a few gkeepapi.exception.LoginException examples ... if no_label: label = None log.info("Will not create a label.
Read more >gkeepapi Documentation
LoginException when. I try to log in. This usually occurs when Google thinks the login request looks suspicious. Here are some steps you...
Read more >gkeepapi - Bountysource
gkeepapi.exception.LoginException: ('NeedsBrowser', 'To access your account, you must sign in on the web. Touch Next to start browser sign-in.') Running this ...
Read more >Using Python package gkeepapi to access Google Keep
In order not to disclose the account password, here I read my account password in Json format. try: success = keep.login( ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can try this:
This worked for me.
Good luck.
It returns “True”