Udemy-dl: Can't download

Created on 17 Feb 2018  路  5Comments  路  Source: r0oth3x49/udemy-dl

Hi,

Hold on, before you close this issue because it's a duplicate or it's been solved, I must inform you that is not the case.

I downloaded the latest code from the master branch which includes your latest commit 13 hours ago and I still get an error.

Here's the error:

Most helpful comment

@ipkpjersi , @hxor did you try to install requests[security] or pyOpenSSL separately?

Unix / Linux based systems

  • ## sudo -H pip install requests[security] --upgrade
    OR
  • sudo -H pip install pyOpenSSL --upgrade

    Windows (all version)

  • pip install requests[security] --upgrade

    OR

  • ## pip install pyOpenSSL --upgrade
    @ipkpjersi did you tried any one of these solutions ( #110, #98, #98, #113 )

if any one of these works for you let me know.

All 5 comments

capture
Same as me. this error is unable to extract form login.
i hope fix this ASAP

@ipkpjersi , @hxor did you try to install requests[security] or pyOpenSSL separately?

Unix / Linux based systems

  • ## sudo -H pip install requests[security] --upgrade
    OR
  • sudo -H pip install pyOpenSSL --upgrade

    Windows (all version)

  • pip install requests[security] --upgrade

    OR

  • ## pip install pyOpenSSL --upgrade
    @ipkpjersi did you tried any one of these solutions ( #110, #98, #98, #113 )

if any one of these works for you let me know.

I tried the first command: sudo -H pip install requests[security] --upgrade and it worked great, seems my dependencies were out of date. You can close this now if you want. Thanks!

how about windows user ?

@hxor did you even tried to install before asking this question? i think PIP command is same for all platform rest you can search google.

Was this page helpful?
0 / 5 - 0 ratings