pystardust / ani-cli

A cli tool to browse and play anime
GNU General Public License v3.0
7.44k stars 530 forks source link

Anime episodes do not appear #1249

Closed S4MZ171205 closed 6 months ago

S4MZ171205 commented 7 months ago

Metadata (please complete the following information) Version: 4.7.1 OS: Windows 11 Shell: git bash inside Windows terminal

Describe the bug When choosing an anime, the episodes do not appear.

Steps To Reproduce

  1. Run ani-cli -d flcl
  2. Choose 2

Expected behavior Anime episodes should appear

meidoqt commented 6 months ago

having the same issue on windows 10

Derisis13 commented 6 months ago

having the same issue on windows 10

please provide information regarding your shell and ani-cli version

Derisis13 commented 6 months ago

@S4MZ171205 sounds like fzf is not opening. Are you sure you're using the windows terminal and not git bash's one?

stunner999 commented 6 months ago

3 3 then this happens. 3

stunner999 commented 6 months ago

it just exits

meidoqt commented 6 months ago

having the same issue on windows 10

please provide information regarding your shell and ani-cli version

ani-cli version 4.7.1 powershell 7.4.0 inside windows terminal

231220-192751.webm

S4MZ171205 commented 6 months ago

@S4MZ171205 sounds like fzf is not opening. Are you sure you're using the windows terminal and not git bash's one?

I've tried using both and the same problem occurs

S4MZ171205 commented 6 months ago

having the same issue on windows 10

please provide information regarding your shell and ani-cli version

ani-cli version 4.7.1 powershell 7.4.0 inside windows terminal

231220-192751.webm

This is exactly the same thing that happens

Derisis13 commented 6 months ago

There are a lot of people here, it's getting hard to keep track of who did what, so to level the fields, all of you please do a complete reinstall like written here: https://github.com/pystardust/ani-cli#tier-2-support-windows-ios-steam-deck. at the end please run ani-cli -U to be safe

KlonHowWhy commented 6 months ago

There are a lot of people here, it's getting hard to keep track of who did what, so to level the fields, all of you please do a complete reinstall like written here: https://github.com/pystardust/ani-cli#tier-2-support-windows-ios-steam-deck. at the end please run ani-cli -U to be safe

Sadly it still doesn't work. Not running ani-cli -U returns a "No result found." after inputting the anime name, that's what happened too the first time I installed ani-cli. After running ani-cli -U however, the anime title search works but now the episode choice menu is broken and keeps exiting; same problem as the one they have...

Tholleman commented 6 months ago

Seems like the issue is that line 205 still uses --cipher even though it was removed in other places. Removing it solved it for me

KlonHowWhy commented 6 months ago

Seems like the issue is that line 205 still uses --cipher even though it was removed in other places. Removing it solved it for me

How to do that, may I ask?

Should I remove the whole highlighted part or just the --cipher one? Screenshot 2023-12-22 093325

KlonHowWhy commented 6 months ago

Nevermind, I tested both and found out that I need to remove the whole highlighted part as seen in the screenshot above. Thank you for finding the problem and figuring out the fix! ^^

port19x commented 6 months ago

Fixed in #1252