r0oth3x49 / udemy-dl

A cross-platform python based utility to download courses from udemy for personal offline use.
MIT License
4.83k stars 1.19k forks source link

Download error: reason _exit_ #458

Closed MatterSec closed 4 years ago

MatterSec commented 4 years ago

Describe the issue Course download, but error on download. I have tried this using password and now using cookie and getting the follow issue. I see https://github.com/r0oth3x49/udemy-dl/issues/444 was recently closed, but same error occurring. Tried with multiple courses including free ones and paid which I have subscribed to. - Repo downloaded 1 hour ago.

To Reproduce

Command: python udemy-dl.py https://www.udemy.com/course/the-complete-internet-security-privacy-course-volume-1/ -k cookie.txt

error: https://prnt.sc/q9i3w9

Python Environment (please complete the following information): Kali - 2019.4 Python 2.7.17 & Python 3.7.5

Additional: Tried on 5+ courses.. Thanks

k3tzor commented 4 years ago

I have the same issue and can't find a solution. Tried the same things.

priyavadan commented 4 years ago

same issue for me

r0oth3x49 commented 4 years ago

did you guys tried to updates requests library? the issue is specific to may be python or requests not udemy-dl, because context manager is not working properly for you guys while here i can't reproduce the error

r0oth3x49 commented 4 years ago

closing the issue as i can't reproduce the error.