hama3254 / Crunchyroll-Downloader-v3.0

Downloader for Crunchyroll
844 stars 108 forks source link

Critical Error #4425 #689

Closed script-tester123 closed 1 year ago

script-tester123 commented 1 year ago

Receiving error #4425 whenever attempting to download anything. Manually loading in video browser works however the subtitle seems to be invalid

script-tester123 commented 1 year ago

Error #4425 is easily resolved by adding --insecure to curl request

hama3254 commented 1 year ago

This only helps if the underlying issue has something to do with the TLS (former SSL) certificate.

Danibe1779 commented 1 year ago

i have one episode i cant download even with --insecure, only error i get is "The Download process seems to have crashed"

hama3254 commented 1 year ago

@Danibe1779 The --insecure option does not apply to the download itself. The download process can crash for multiple reasons which can only be found by looking into the FFMPEG Logfile

Danibe1779 commented 1 year ago

Logfile.txt Here is the FFMPEG Logfile

hama3254 commented 1 year ago

the log lists No such file or directory as error code, with the usage of the long path prefix \\?\ means you have hit the path limit of 260 characters without enabling it inside windows. You can either shorten your path or read the above documentation from Microsoft to enable the usage of the long paths. The downloader will use the long path version for paths with more than 255 characters.

Danibe1779 commented 1 year ago

Worked Thank You