Giter Site home page Giter Site logo

Unable to login about gkeep.nvim HOT 9 CLOSED

stevearc avatar stevearc commented on June 2, 2024
Unable to login

from gkeep.nvim.

Comments (9)

stevearc avatar stevearc commented on June 2, 2024

This sounds like a google auth problem; I'm not sure if there's anything we can do about it from the gkeep side. From searching around, you can try clearing your browser cookies or marking the urls as trusted. You could also try using a different browser, or you could try opening the devtools to see if there are any errors that contain clues. If you have 2-factor enabled, you could try temporarily disabling it, or you could try enabling it if you're not using it.

from gkeep.nvim.

kaizerx31 avatar kaizerx31 commented on June 2, 2024

I am facing the same issue

from gkeep.nvim.

WBuddhi avatar WBuddhi commented on June 2, 2024

I found the solution for this, follow this

from gkeep.nvim.

kaizerx31 avatar kaizerx31 commented on June 2, 2024

Thanks it works now

from gkeep.nvim.

stevearc avatar stevearc commented on June 2, 2024

Glad to hear it! I'm going to close this and pin it so it's easy to find if others encounter the same problem.

from gkeep.nvim.

srbhp avatar srbhp commented on June 2, 2024

I get this error

Unknown error logging in; please report an issue on github. API error: ('BadAuthentication', None)

But this Python script worked for me

import gkeepapi

keep = gkeepapi.Keep()
success = keep.login('[email protected]', 'APP-Passward')
print("######    TO DO             ################################")
gnotes = keep.all()
for ig in gnotes:
    if ig.pinned:
        print(ig.title)
        print(ig.text)
print("############################################################")


`:checkhealth gkeep`
Gives me 

`## Python 3 provider (optional)
  - INFO: Using: g:python3_host_prog = "/usr/bin/python3.9"
  - INFO: Executable: /usr/bin/python3.9
  - INFO: Python version: 3.9.6
  - INFO: pynvim version: 0.4.3
  - OK: Latest pynvim is installed.
`

I suspect gkeep.nvim somehow picks up an older version of python. 
How do I debug it ? 

from gkeep.nvim.

stevearc avatar stevearc commented on June 2, 2024

This is unrelated to the original issue, so I have filed a new one for you and moved the discussion over there

from gkeep.nvim.

kaddkaka avatar kaddkaka commented on June 2, 2024

Even though I use an App Password that I just generated I get this error when trying :GkeepLogin:
Failed to log in: incorrect password

The problem is with both my regular password, and if I disable 2 factor authentication. What do I do?

from gkeep.nvim.

stevearc avatar stevearc commented on June 2, 2024

@kaddkaka please file a new issue using the bug report template. This is unrelated to the original report here.

from gkeep.nvim.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.