pystardust / ani-cli

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

”No results found!” #1259

Closed rafalonsog closed 3 months ago

rafalonsog commented 6 months ago

Metadata (please complete the following information) Version: 4.7 OS: Windows 10 Shell: git bash in windows terminal preview Anime: any

Describe the bug Desn't find any anime no matter what i search

Steps To Reproduce

  1. Run ani-cli
  2. search any word

Expected behavior Finding animes to watch that match what I typed

Additional context I saw this issue and tried to follow the steps that seemed to work https://github.com/pystardust/ani-cli/issues/1240

However, using

curl -s "https://oshi.at/mGur/ani-cli" -o ani-cli && chmod +x ani-cli

did nothing

71zenith commented 6 months ago

try manually updating using ani-cli -U

rafalonsog commented 6 months ago

try manually updating using ani-cli -U

I'm getting a connection error, maybe it's related to the previous issue?

71zenith commented 6 months ago

can u specify the exact version ure on

rafalonsog commented 6 months ago

can u specify the exact version ure on

4.7.0

kaliuser13416 commented 6 months ago

try manually updating using ani-cli -U

This fixed the issue for me (I installed using scoop).

port19x commented 5 months ago

Fixed with the 4.8 release and subsequent update in scoop

rafalonsog commented 5 months ago

Fixed with the 4.8 release and subsequent update in scoop

I'm still having the same problem, I even reinstalled it completely

port19x commented 5 months ago

check that you actually have 4.8 (if you updated before scoop updated, you might not have). Give us a log sh -x ani-cli > debug.log.

port19x commented 5 months ago

also wtf is that oshi.at install method?

justchokingaround commented 5 months ago

coolnsx' temporary fix he shared in #1240

rafalonsog commented 5 months ago

check that you actually have 4.8 (if you updated before scoop updated, you might not have). Give us a log sh -x ani-cli > debug.log.

I've checked with ani-cli --version and inside ani-cli file. In both cases, the version is 4.8.

sh -x ani-cli > debug.log didn't create any log file, if that's what you asked for