This repository was archived by the owner on May 17, 2024. It is now read-only.
Description Describe the bug
I'm unable to login to my gmail account using gkeep.nvim. When running :GkeepLogin I get prompted for e-mail and password, but the only message I get is
Failed to log in: incorrect password
Expected behavior
Being able to log in.
Version information
OS: Ubuntu 22.04.1 LTS (jammy)
Neovim:
NVIM v0.7.2
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Compilation: /usr/bin/gcc-11 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNVIM_TS_HAS_SET_MATCH_LIMIT -DNVIM_TS_HAS_SET_ALLOCATOR -O2 -g -Og -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -Wimplicit-fallthrough -Wsuggest-attribute=pure -Wsuggest-attribute=const -Wsuggest-attribute=malloc -Wsuggest-attribute=cold -Wvla -fstack-protector-strong -fno-common -fdiagnostics-color=always -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -DMIN_LOG_LEVEL=3 -I/home/runner/work/neovim/neovim/build/config -I/home/runner/work/neovim/neovim/src -I/home/runner/work/neovim/neovim/.deps/usr/include -I/usr/include -I/home/runner/work/neovim/neovim/build/src/nvim/auto -I/home/runner/work/neovim/neovim/build/include
Compiled by runner@fv-az395-591
Features: +acl +iconv +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "
/home/runner/work/neovim/neovim/build/nvim.AppDir/usr/share/nvim"
gkeep: health#gkeep#check
========================================================================
## gkeep
- OK: gkeepapi 0.14.2 installed
- OK: gpsoauth 1.0.2 installed
- OK: keyring installed
- WARNING: Not logged in
- ADVICE:
- Try :GkeepLogin
- INFO: Log file: /home/david/.cache/nvim/gkeep.log
Additional context
I have tried both disabling 2FA and using an App Password, but I still have the same problem.
I created a minimal vim.init and loaded it with nvim -u ~/.config/nvim/gkeep.vim, so there shouldn't be any other configuration interfering.
The gkeep.log file is empty.
Reactions are currently unavailable
Describe the bug
I'm unable to login to my gmail account using
gkeep.nvim. When running:GkeepLoginI get prompted for e-mail and password, but the only message I get isExpected behavior
Being able to log in.
Version information
Additional context
I have tried both disabling 2FA and using an App Password, but I still have the same problem.
I created a minimal
vim.initand loaded it withnvim -u ~/.config/nvim/gkeep.vim, so there shouldn't be any other configuration interfering.The
gkeep.logfile is empty.