r0oth3x49 / udemy-dl

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

Error downloading videos and assets #555

Closed lokaimoma closed 4 years ago

lokaimoma commented 4 years ago

Most of the videos were skipped and assets give the error int() argument must be a string, a bytes-like object or a number, not 'NoneType'

But the previous release(ver 0.5) didn't have those errors.

I just checkout to that version and everything is fine again.

Below is the log to the problem i had udemy-dl.log

And a sample screen shot udemy-dl_bug

r0oth3x49 commented 4 years ago

can you just download the assets? --assets-only? most of the time links also gets expired which causes that error, otherwise i would need account creds or cookies atleast to reproduce and fix with the same course.

r0oth3x49 commented 4 years ago

okay found the issue, will be resolved with next commit

lokaimoma commented 4 years ago

can you just download the assets? --assets-only? most of the time links also gets expired which causes that error, otherwise i would need account creds or cookies atleast to reproduce and fix with the same course.

lokaimoma commented 4 years ago

okay found the issue, will be resolved with next commit

👌

lokaimoma commented 4 years ago

It's now working, all is ok now