ianding1 / leetcode.vim

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

Multiple firefox installation #70

Open simbafs opened 2 years ago

simbafs commented 2 years ago

If you have multiple firefox installation, you may encounter a problem that leetccode.vim can't signin. It is because browser_cookie3 only get the first installation in ~/.mozilla/firefox/profiles.ini, ref: __init.py__ +623 To solve this, move your current installation to the top, or comment the others.

mbledkowski commented 1 year ago

Hi, developer of this extension has not been active on GitHub since 2020. I created repository where I keep maintaining this extension - https://github.com/mbledkowski/neuleetcode.vim. Please submit your issues there.

jdekarske commented 1 year ago

@mbledkowski you have issues turned off on your fork :)

jdekarske commented 1 year ago

I had this problem too btw. I needed to completely remove firefox and any firefox directories and reinstall. It is probably some sort of snap vs. apt conflict.

mbledkowski commented 1 year ago

@mbledkowski you have issues turned off on your fork :)

Sorry, I have not realized that. Fixed.