Dhanus3133 / Leetbuddy.nvim

Solve Leetcode problems within Neovim 🔥
MIT License
139 stars 15 forks source link

[FIXED] Timeout when validating cookies #19

Closed kjellherzke closed 1 year ago

kjellherzke commented 1 year ago

I have entered all the cookies etc. and when it is trying to verify Ig: I receive connection timeout 1000ms and after that another error that --compressed as parameter to some cUrl function isnt supported.

I am on Windows.

[Edit] I did look up the other issues and updated curl by creating a new folder with the newer version and putting that in system env. Now I get the following error:

grafik

And then:

grafik

kjellherzke commented 1 year ago

Don't forget to also manually install the certificates for curl for windows! After doing that: It works.

xD