Closed chenrui333 closed 7 months ago
👋 while upgrading rust to 1.77.0, I noticed that leetup test is failing (also see the test failure in the latest 1.2.5 release build as well)
$ /opt/homebrew/Cellar/leetup/1.2.4/bin/leetup list Error: Reqwest(reqwest::Error { kind: Decode, source: Error("expected value", line: 1, column: 1) })
Did leetcode change the behavior requiring login to show the problem list? (the error msg is not user friendly)
Hey @chenrui333 yup, confirmed 😕
I see, would that make the formula useless a bit? (maybe add login check before doing the problem listing??)
@chenrui333 added the check.
Thanks @dragfire! 🍻
👋 while upgrading rust to 1.77.0, I noticed that leetup test is failing (also see the test failure in the latest 1.2.5 release build as well)
Did leetcode change the behavior requiring login to show the problem list? (the error msg is not user friendly)