riazXrazor / udemy-dl

Nodejs script to download a udemy.com course, for personal offline use
284 stars 68 forks source link

getaddrinfo ENOTFOUND undefined #60

Closed TebelloX closed 4 years ago

TebelloX commented 4 years ago

Enter your Udemy username: (node:29319) [DEP0106] DeprecationWarning: crypto.createDecipher is deprecated. ***@gmail.com Enter your password: **** Authencating... done getaddrinfo ENOTFOUND undefined c4r24s5%

I'm facing this problem after helplessly trying to use the service. Immediately after entering correct credentials and getting "Authenticating...done" in the terminal, I get "getaddrinfo ENOTFOUND undefined" and then I am not able to anything else after that.

I am using Mac OS Mojave.

riazXrazor commented 4 years ago

This probably due to net connection, try installing the latest version n try again.

On Fri, Oct 18, 2019, 3:56 PM Tebello Namo notifications@github.com wrote:

Enter your Udemy username: (node:29319) [DEP0106] DeprecationWarning: crypto.createDecipher is deprecated. ***@gmail.com Enter your password: **** Authencating... done getaddrinfo ENOTFOUND undefined c4r24s5%

I'm facing this problem after helplessly trying to use the service. Immediately after entering correct credentials and getting "Authenticating...done" in the terminal, I get "getaddrinfo ENOTFOUND undefined" and then I am not able to anything else after that.

I am using Mac OS Mojave.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/riazXrazor/udemy-dl/issues/60?email_source=notifications&email_token=ADEVI67TFX5C2CQCPYDH37TQPGFL3A5CNFSM4JCFRQ2KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HSWTXXQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADEVI66C3KMJDLYI5IOQZQDQPGFL3ANCNFSM4JCFRQ2A .

TebelloX commented 4 years ago

Okay thanks. I have updated to the latest but I still get the same result unfortunately.

eugmill commented 4 years ago

@TebelloX I had the same issue when trying to use the global npm package. Pulling down the project and running locally worked for me.