skygragon
skygragon
@Rich86man could you try following to print more logs? ``` leetcode user -l -vv ```
@Rich86man are you able to open "https://leetcode.com/accounts/login/" in browser? sometimes leetcode.com would block you if you send to many requests in the same time.
@leekaka would appreciate if you could open another ticket to address your issue @Rich86man it's weird your error occurred in the very beginning when cli sent the first GET request...
@Rich86man are u using any proxy in terminal? IMHO leetcode.com should have no "nginx" in the response.
Does curl work as well? ``` curl -I https://leetcode.com/accounts/login/ ```
Here the suspicious one to me is HTTP/2. As far as I know some nodejs libraries don't support it well at the moment (e.g. request), not sure if it's your...
@ketankr9 could use `leetcode cfg network:delay 5` to force a 5 seconds delay before next try.
there was another commit merged for the same purpose, see #142
is the difference significant?
might be related to #156