chishui / terminal-leetcode

Terminal-Leetcode is a terminal based leetcode website viewer.
MIT License
256 stars 27 forks source link

Unable to open quiz detail view #7

Closed rohansapre closed 7 years ago

rohansapre commented 7 years ago

Used the pip install terminal-leetcode. Using a 64bit Ubuntu 16.04 machine. Login works correctly, but when I try to enter any of the quiz detail view, I get either this error:

terminal_leetcode_error

I double checked all the dependencies as well, please let me know if I missed out on something.

chishui commented 7 years ago

Leetcode has changed its way to generate web content, I'm working on it, but need to take some time.

chishui commented 7 years ago

Fix it. You can use pip install --upgrade terminal-leetcode to install update. Thanks.

rohansapre commented 7 years ago

Great! Thanks.