You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hao-lee that may be true but it is almost irrelevant to this issue. The error message implies the program is not handling the leetcode response correctly and thus it should be fixed.
We could close this issue then the next new user who comes along and hits this error will likely do exactly what the error message tells him, i.e come here and raise another new bug. Is that what we want?
* add graphql query for user info
* add parser for graphql user info
* return `CookieError` when leetcode rejects exec/test `Run`
* add the `is_session_bad` method to somewhat-accurately determine when a LEETCODE_SESSION becomes invalid
* When json parsing fails, if the underlying request requires user authentication, use `is_session_bad()` to check if LEETCODE_SESSION is valid.
* get rid of ZWSPs in problem descriptions (see #56)
* add Error::PremiumError
* throw PremiumError when locked questions are queried for details
@hao-lee that may be true but it is almost irrelevant to this issue. The error message implies the program is not handling the leetcode response correctly and thus it should be fixed.
We could close this issue then the next new user who comes along and hits this error will likely do exactly what the error message tells him, i.e come here and raise another new bug. Is that what we want?
Originally posted by @bulletmark in #57 (comment)
The text was updated successfully, but these errors were encountered: