KevCui / animepahe-dl

:arrow_down: animepahe anime downloader
Do What The F*ck You Want To Public License
101 stars 24 forks source link

Issue with certificate revocation status #91

Closed mpreye23 closed 1 year ago

mpreye23 commented 1 year ago

I keep on getting this error message : curl 35 : schannel : next InitializeSecurityContext failed : Unkwown error (0x80092012) - The revocation function was unable to check revocation for the certificate.

KevCui commented 1 year ago

Hey @mpreye23, it looks like a network issue or curl issue. I don't know what went wrong and I don't know either how to investigate it, since it's not related to the script. I hope you may find a proper solution somewhere online. Good luck 🤞

Default0X commented 1 year ago

I just got the dl script and ran it Ran into the same error. Ran the error through ChatGPT and found out that a bad internet connection may be the issue But i have good internet So I checked my antivirus firewall, but that wasn't the issue so I moved onto my antivirus' shields and turned all of them off. That's when it ran. I use Avast, I don't know how other antiviruses work but you can try something similar Cheers

ghost commented 11 months ago

I also get the same issue whenever I use (-t) in downloading, have you found a solution to it? I don't have any antiviruses and had my windows defender disabled already

lord8266 commented 11 months ago

@mxmxrp Run your command in debug mode Example:

$ grep 'Tokyo Revengers: Seiya Kessen-hen' anime.list
[eed82816-c8ed-0cc5-184f-2a60423bfd5a] Tokyo Revengers: Seiya Kessen-hen
$ ./animepahe-dl.sh -d -s eed82816-c8ed-0cc5-184f-2a60423bfd5a -t 50 -e 25 > log 2>&1

paste the output of log file here to help us debug further