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

Cannot sign in, keep-test.py -> working, kim.py -> cannot sign in #34

Closed
markoinether opened this issue Nov 4, 2021 · 6 comments
Closed
Labels
duplicate This issue or pull request already exists question Further information is requested

Comments

@markoinether
Copy link

Hi Great work!!! would love to use the tool :).
As I have described above, keep-test.py -> working:

$python3 keep-test.py
Enter your Google account username: *****
Enter your Google Password: 
Test worked!! You've succesfully logged into Google Keep! Please try running Keep-it-Markdown or KIM!

kim.py -> cannot sign in, will ask me to put in username, but not ask for password, will throw error right after username is put in

 python3 kim.py

Welcome to Keep it Markdown or KIM!

Enter your Google account username: ******

Username or password is incorrect (NoKeyringError('No recommended backend was available. Install a recommended 3rd party backend package; or, install the keyrings.alt package if you want to use the non-recommended backends. See https://pypi.org/project/keyring for details.'))
Could not excute KIM

I am using Sign in with App Passwords https://support.google.com/accounts/answer/185833 for sign in.

running Python 3.8.10

@djsudduth
Copy link
Owner

djsudduth commented Nov 4, 2021

@4MarkusMarkus - thx! Somehow you are missing a keyring secure storage module for the Keep token. I think you can still use kim with the -r parameter and it won’t try to save your Keep token. try python3 kim.py -r which requires you to enter your pw every time.

what operating system are you using?

@djsudduth djsudduth added the question Further information is requested label Nov 15, 2021
@djsudduth
Copy link
Owner

djsudduth commented Nov 15, 2021

@4MarkusMarkus did you try the kim.py -r option yet?

@ichmoimeyo
Copy link

ichmoimeyo commented Nov 24, 2021

@djsudduth
@4MarkusMarkus

I also used to have sign in problems ...
I was able to solve it with ...

pip3 install --upgrade keyrings.alt

[... from stackoverflow ]

This way I just enter the pin# I chose and haven't had any problems since.

/////////////////////
Enter your Google account username: xdxdxd
Please enter password for encrypted keyring: zzzz
You've succesfully logged into Google Keep using local keyring access token!

Enter a keyword search, label search or '--all' to convert Keep notes to md or '--x' to exit:
/////////////////////

... hope that helps.

@nveeser
Copy link

nveeser commented Jun 27, 2022

FWIW I am having the same issue...
Ubuntu 20.04
Python3 3.8.10

@djsudduth
Copy link
Owner

@nveeser - see the previous comment for the fix for keyring (I assume you're having the keyring issue)

@djsudduth
Copy link
Owner

This is addressed in #37 - closing for now

@djsudduth djsudduth added the duplicate This issue or pull request already exists label Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants