leetcode.vim
leetcode.vim copied to clipboard
error caught in request handler 'python_eval ['leetcode.load_session_cookie("chrome")']':
I have installed the pynvim and the browser-cookie3. And ~/.local/bin was also added to PATH.
Then I installed this plugin. But when I execute LeetCodeSignIn. The following error occurred:
My browser is chromium, and there are my settings.
let g:leetcode_china = 1
let g:leetcode_browser = 'chrome'
let g:leetcode_solution_filetype = 'cpp'
Same, have no idea what to do.
Update keyrings.alt can fix it.
pip3 install --upgrade keyrings
it require gnome-keyring. kde environment hasn't the lib. you can install it like this if your system is manjaro.
sudo pacman -S gnome-keyring
the fact is that it's not friend to kde