ianding1 / leetcode.vim

Solve LeetCode problems in Vim!
MIT License
308 stars 43 forks source link

sign in error on linux #52

Closed v6cc closed 4 years ago

v6cc commented 4 years ago

I can sigin in on mac , but have error on arch linux leetcode vim

v6cc commented 4 years ago

I followd this

Vim with +python3 feature is required. Install the pynvim package for Neovim:
pip3 install pynvim --user
Install keyring and browser-cookie3:
pip3 install keyring browser-cookie3 --user
Install the plugin:
Plug 'ianding1/leetcode.vim'

the error happend on chrome or firefox

~ » uname -a
Linux ar 5.7.2-arch1-1 #1 SMP PREEMPT Wed, 10 Jun 2020 20:36:24 +0000 x86_64 GNU/Linux

~ » nvim --version
NVIM v0.4.3 Build type: Release LuaJIT 2.0.5 Compilation: /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -O2 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fdiagnostics-color=always -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -I/build/neovim/src/build/config -I/build/neovim/src/neovim-0.4.3/src -I/usr/include -I/build/neovim/src/build/src/nvim/auto -I/build/neovim/src/build/include Compiled by builduser

v6cc commented 4 years ago

change to coc-leetcode can login