akarsh1995 / leetcode-tui

Terminal UI for leetcode. Lets you browse questions through different topics. View, solve, run and submit questions from TUI.
MIT License
40 stars 4 forks source link

Error: RequestError(... #5

Open elgar328 opened 8 months ago

elgar328 commented 8 months ago

I set cookies in the config.toml file, and when I ran leetui, this error occurred.

Error: RequestError(reqwest::Error { kind: Decode, source: Error("expected value", line: 1, column: 1) })

image
elgar328 commented 8 months ago

https://github.com/clearloop/leetcode-cli/issues/149

akarsh1995 commented 8 months ago

Looks like there's a change in the API.

Let me see