KevCui / animepahe-dl

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

Error connecting #85

Closed NRostheGuy closed 1 year ago

NRostheGuy commented 1 year ago

When it tries to download the episodes, it fails saying 'eu-10.cache.nextcdn.org port 443 after 5007 ms' or something.

KevCui commented 1 year ago

Hey @NRostheGuy, did you try to view the same episode online to see if it works? If you are able to watch it online, but still have issue with the script to download. Please let me know which anime and episode you have the problem to download. I will take a look then.

KevCui commented 1 year ago

If you were using the parallel mode with -t, you may see those types of message due to the network issue. But it is not a problem, the script has retry functionality and will keep downloading episode.

After the script finishes the execution, you can check the downloaded episode. If the script is exited in the middle of the execution due to error, please try run again with -d to enable debug logs. Paste the logs here and I will check. Thanks!

NRostheGuy commented 1 year ago

It just stops executing the script after getting the error. I have experienced it failing and retrying before, but this is not that. Rather than the ping error, it seems to be showing this now..

image

Logs.txt

lord8266 commented 1 year ago

That is the timeout error, maybe try with multiple threads

./animepahe-dl.sh -t 50
NRostheGuy commented 1 year ago

That is the timeout error, maybe try with multiple threads

./animepahe-dl.sh -t 50

Using threads gets the error I mentioned in the beginning of the post.

KevCui commented 1 year ago

Hey @NRostheGuy, I' have the feeling it's something related to the network or the server side. Did normal download without -t work for you?

NRostheGuy commented 1 year ago

It actually seems to be working now both with and without threads(it displayed errors on both before), probably server issues then,yeah.

KevCui commented 1 year ago

Hey @NRostheGuy, glad to hear that it's working for you now. I'm closing this issue then. Cheers.

NRostheGuy commented 1 year ago

Hey @NRostheGuy, glad to hear that it's working for you now. I'm closing this issue then. Cheers.

My apologies, but after some testing I think I've figured out the problem - recent uploads(no idea how recent, but it's the case for anime I've seen uploaded/reuploaded onto the site in the recent past) display error number -138 as seen in the attachment on my second message, regardless of threads. It's been working perfectly for other titles.

KevCui commented 1 year ago

Hi @NRostheGuy, could you share name and episode of the anime that causes download issues? I can quickly check.

NRostheGuy commented 1 year ago

@KevCui You could try something like Mob Psycho 100 III or Yofukashi no Uta. Also, for these anime it outright skips the Select Video Resolution check that comes before the episode number(in the event that the resolution is specified).

lord8266 commented 1 year ago

@NRostheGuy I can download both, can you view the episodes on animepahe.com though?

NRostheGuy commented 1 year ago

@lord8266 No, the stuff that can't be downloaded doesn't even work on the site. I can download them individually from the site itself tho, which is a pain.

KevCui commented 1 year ago

Hey @NRostheGuy, if you're not able to view those anime on the site, it seems your access/IP has been restricted by the server/backend. I'm afraid it's not an issue we could solve from the script side, unfortunately.