FaisalUmair / udemy-downloader-gui

A desktop application for downloading Udemy Courses
MIT License
6.11k stars 1.72k forks source link

Download Failed(Click to retry) #619

Open rebl0x3r opened 3 years ago

rebl0x3r commented 3 years ago

I got this error : image

This happened while i enabled "Attachments". After i disabled "Attachments" Udeler worked.

I tried before:

But they don't worked so i disabled in the settings "Skip Attachments".

Please fix it :100:

Course Link : Course

(This is not an advertisement for the course, it's a help for testing the tool with attachments debugging)

nelfs75gb commented 3 years ago

I need too!!! please, fix it!

ahmetgoktas commented 3 years ago

I found this problem for resolving. If course has attachment, downloader rise an error is "Invalid File Path". When i debug source code i saw it. I checked "Skip Attachment" on settings and error resolved.

GeovaRS commented 3 years ago

This error occurs whenever the application tries to download attachments that contain a null link with JavaScript code: javascript:void(0) Udemy content creators use this strategy in order to break Known Class Resources Download apps in the Udeler App as Attachements. One of the alternatives is to disable the option to download attachments in the Application settings. Until an attachment filtering feature is introduced, where we may in future releases that may inhibit the code described here.

Ahmedhosni0909 commented 3 years ago

you can stop downloading and starting after the video which cause the problem ........Downlaod >Enable Download Start/End .... Downlaod the missing video later

heliomarpm commented 3 years ago

Check the new alternative version: https://github.com/FaisalUmair/udemy-downloader-gui/pull/631