pystardust / ani-cli

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

"-ash: ani-cli: Permission denied" when trying to #1307

Closed nkozon closed 1 month ago

nkozon commented 3 months ago

Make sure you are on the latest version by running ani-cli -U

Metadata (please complete the following information) Version: latest (installed on 29/03/2024) - can't perform ani-cli -v because of issue OS: iOS 15.8.2 Shell: ash (iSH app) Anime:

Describe the bug I can't run any ani-cli commands because it returns the error "Permission denied", and adding "sudo" doesn't work.

Steps To Reproduce

  1. Run any 'ani-cli' command, and you get the Permission denied issue.

Expected behavior Ani-Cli should run without issues.

Screenshots (if applicable; you can just drag the image onto github. remove the following line if not needed) IMG_0007

Additional context I followed every line on the readme.md file, except the cp line didn't work (got ommiting error), and after browsing a little online i found out that I had to add -rf in the cp command and i could skip the last line of command (rm -rf), so I did.

Packjackisback commented 2 months ago

Can you reinstall and show the errors and the commands you ran?

port19x commented 1 month ago

This is probably due to the executable bit not being set on the ani-cli script for some reason. Not sure how that happened, but a chmod +x should do the trick.

image

Please reopen if this doesn't fix your issue