debakarr / kodekloud-downloader

Simple downloaded for https://kodekloud.com/
103 stars 34 forks source link

Error: No such command 'dl-quiz' #43

Closed nowusman closed 2 months ago

nowusman commented 2 months ago

Hi,

When I am trying to download quizzes using command "kodekloud dl-quiz -o KodeKloudQuiz"; I am getting Error: No such command 'dl-quiz'. Any clue on how to get around this error?

Thanks

imraj0397 commented 2 months ago

You need to install the latest repo using the below command.

pip install -U git+https://github.com/debakarr/kodekloud-downloader.git

But even if you update the quiz won't work because of a backend URL issue. Please refer to the issue tracker below.

https://github.com/debakarr/kodekloud-downloader/issues/42

debakarr commented 2 months ago

This should be fixed in the latest version. Update using: pip install -U kodekloud-downloader

debakarr commented 2 months ago

closing this now :)