leetcode.vim icon indicating copy to clipboard operation
leetcode.vim copied to clipboard

error caught in request handler 'python_eval ['leetcode.load_session_cookie("chrome")']':

Open zrsharp opened this issue 4 years ago • 4 comments

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: image

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'

zrsharp avatar Apr 30 '20 15:04 zrsharp

Same, have no idea what to do.

aca avatar May 09 '20 10:05 aca

Update keyrings.alt can fix it.

pip3 install --upgrade keyrings

tenfyzhong avatar Jun 03 '20 02:06 tenfyzhong

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

TonyGuy avatar Sep 14 '20 02:09 TonyGuy

the fact is that it's not friend to kde

TonyGuy avatar Sep 14 '20 02:09 TonyGuy