ianding1 / leetcode.vim

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

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

Open zrsharp opened 4 years ago

zrsharp commented 4 years ago

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'
aca commented 4 years ago

Same, have no idea what to do.

tenfyzhong commented 4 years ago

Update keyrings.alt can fix it.

pip3 install --upgrade keyrings

TonyGuy commented 3 years ago

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 commented 3 years ago

the fact is that it's not friend to kde