stevearc / gkeep.nvim

Google Keep integration for Neovim
MIT License
192 stars 6 forks source link

Login error. #15

Open colemichae opened 1 year ago

colemichae commented 1 year ago

gkeep health check

/n/gkeep.log [Scratch] X 1 1 gkeep: health#gkeep#check 2 ===================================== =================================== 3 ## gkeep 4 - OK: gkeepapi 0.14.2 installed 5 - OK: gpsoauth 1.0.2 installed 6 - OK: keyring installed 7 - WARNING: Not logged in 8 - ADVICE: 9 - Try :GkeepLogin 10 - INFO: Syncing notes to /root/. gnotes 11 - INFO: Log file: /root/.cache/ nvim/gkeep.log

I set debug on the loggin and it mentioned this

DEBUG 2023-04-23 11:08:07,826 [gkeep. plugin] Ignoring method _on_buf_enter . State State.Uninitialized not allowed

Now I am using Neovim in termux Debian Linux localhost 6.2.1-PRoot-Distro #1 SMP PREEMPT Thu Feb 23 16:23:33 CST 2023 aarch64 aarch64 aarch64 GNU/Linux

Python version Python 3.10.6 (main, Mar 10 2023, 10:55:28) [GCC 11.3.0] on linux

stevearc commented 1 year ago

What is the actual error that you're seeing, and have you tried running the list_notes.py script? That script bypasses all the neovim plugin logic and calls gkeepapi directly so you can see where the issue is coming from.