KevCui / animepahe-dl

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

Anime Slug Not Found #39

Closed Zeroo097 closed 2 years ago

Zeroo097 commented 3 years ago

It doesn't recognise the name of the anime i tried the name both in English and Japanese but it doesn't seem to work.When i try english it shows anime slug not found when i try in Japanese it just stucks there nothing pops up

IMG_20211005_215645.jpg

KevCui commented 3 years ago

Hi @Zeroo097, the English title in your screenshot has a typo, it should be attack, not attck. In case you don't see any outputs, please run command with -d, it will print out all debug logs.

Zeroo097 commented 3 years ago

Still the same problem no outputs were shown even after i corrected the typo.I am attaching the debug log below.

image

BB

KevCui commented 3 years ago

Hi @Zeroo097, from your log, it looks like the script cannot create file anime.list in the script directory. Could you check if anime.list file exists in the script directory? If yes, please remove it and run script again. If not, please make sure the script have "write" permission.

Zeroo097 commented 3 years ago

I deleted anime.list file and it did not help.Idk why but when i write jujutsu in anime name it recognises it and starts to download but when i write any other name it doesn't work btw i used tokyo for tokyo revengers.And how do i enable writing permission? Thank You for Help.

KevCui commented 3 years ago

@Zeroo097 thanks for the info. I think the permission is correct. It may be an issue of fzf. Please try this command echo "a\nb" | fzf -1, are you able to use fzf to select "a" or "b" in the list?

Zeroo097 commented 3 years ago

When i wrote this command and pressed enter it did not ask me to do anything it gave output itself.

KevCui commented 3 years ago

Sorry, my bad, the command I posted in my previous comment is wrong, try this echo -e "a\nb" | fzf -1

parhamlans619 commented 2 years ago

Screenshot (58) Can i change to .ru or .org because my internet doesn't load .com

KevCui commented 2 years ago

Hi @parhamlans619, @Zeroo097 already tried to change to .ru in another issue ticket https://github.com/KevCui/animepahe-dl/issues/40#issuecomment-936958432 Unfortunately, it doesn't work.

parhamlans619 commented 2 years ago

Hi @parhamlans619, @Zeroo097 already tried to change to .ru in another issue ticket #40 (comment) Unfortunately, it doesn't work.

How can I fix my issue? 443 error

KevCui commented 2 years ago

Hi @Zeroo097, it's been months I didn't hear you back. I assume everything works now? If not, feel free to open new issue. I'm closing this issue since no more actions to be done on my side.

Hi @parhamlans619, 443 error can caused by server. Please open new issue with logs if it's still happening to you, I will for sure take another look there. Thanks.