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. While downloading #88

Closed Anas-Mughal closed 1 year ago

Anas-Mughal commented 1 year ago

./animepahe-dl.sh: line 294: 6270 Killed xargs -I {} -P "$(get_thread_number "$1")" bash -c 'url="{}"; file="${url##*/}.encrypted"; download_file "$url" "${op}/${file}"' < <(grep "^https" "$1")

[Process completed (signal 9) - press Enter]

lord8266 commented 1 year ago

Which anime and episode?

KevCui commented 1 year ago

Hey @Anas-Mughal, following the question from @lord8266, are you able to download this episode using normal download mode without -t?

Anas-Mughal commented 1 year ago

Hey @Anas-Mughal, following the question from @lord8266, are you able to download this episode using normal download mode without -t?

Yes

KevCui commented 1 year ago

@Anas-Mughal which anime and episode? I can quickly check it.

Anas-Mughal commented 1 year ago

@Anas-Mughal which anime and episode? I can quickly check it.

Then I was downloading Parasyte. But now you can check by downloading Black Clover or Mob Psycho 100 but the error is same in downloading all anime.

xargs: bash: terminated by signal 9

[Process completed (signal 9) - press Enter]

               Or

./animepahe-dl.sh: line 294: 6270 Killed xargs -I {} -P "$(get_thread_number "$1")" bash -c 'url="{}"; file="${url##*/}.encrypted"; download_file "$url" "${op}/${file}"' < <(grep "^https" "$1")

[Process completed (signal 9) - press Enter]

KevCui commented 1 year ago

Hey @Anas-Mughal, I tried the mentioned amines and I don't see the error. It seems the error [Process completed (signal 9) - press Enter] related to termux on Android. If you are using termux to run the script, please try to use smaller number with -t, or search online for this error and you may find a solution to this termux error.

Anas-Mughal commented 1 year ago

Hey @Anas-Mughal, I tried the mentioned amines and I don't see the error. It seems the error [Process completed (signal 9) - press Enter] related to termux on Android. If you are using termux to run the script, please try to use smaller number with -t, or search online for this error and you may find a solution to this termux error.

Do you know how I can fix this? Because earlier I used to download from Termux and this problem did not occur. And I also reduced the value of argument -t and the same problem occurs.

KevCui commented 1 year ago

@Anas-Mughal, I don't know how since I don't have this problem... Here is a googled result that looks like a solution: https://github.com/agnostic-apollo/Android-Docs/blob/master/en/docs/apps/processes/phantom-cached-and-empty-processes.md#how-to-disable-the-phantom-processes-killing. You can try to search [Process completed (signal 9) - press Enter] and find more results. Good luck!