pystardust / ani-cli

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

Can't search for anime on android. #1194

Closed Luciousdev closed 1 year ago

Luciousdev commented 1 year ago

Metadata Version: 4.4.0 OS: android 13 (thermux) Shell: bash

Describe the bug When searching for an anime it will always show "no results found". On desktop (linux and windows) this issue doesn't happen.

Steps To Reproduce

  1. Run ani-cli
  2. Type the anime of your choice

Expected behavior Should show the anime, and episodes etc.

Screenshots

Screenshot_20230809_212652_Termux.jpg

Additional context I tried reinstalling but the issue still stays.

romanovj commented 1 year ago

update script

ani-cli -U

port19x commented 1 year ago

The current release is version 4.5, which for some reason is not yet available from the termux repos. I'll check with termux to see if I can get an update to their repos. ani-cli -U will also fix the issue, tho then you'll be deprived of the benefits of native package management

Luciousdev commented 1 year ago

Ah okay, that did indeed fix my issue. Thanks a lot for the help!