pystardust / ani-cli

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

.cache/ani-hsts: No such file or directory #73

Closed salaadas closed 2 years ago

salaadas commented 2 years ago

I went through the process on Windows, installing vlc and git clone the ani-cli-win branch although I couldn't run the "make" command. It worked although when playing the video it doesn't show the menu option and also show the No such file or directory message, couldn't scrub the video either.

NEEEEEEx commented 2 years ago

try doing a mkdir /.cache before doing cd ani-cli

Inn0360 commented 2 years ago

Works as suggested

Jonathan-K88 commented 2 years ago

I'm having the same issue. I clone the git request, cd into ani-cli, and run sudo make, but when I try to run ./ani-cli, I receive ./ani-cli: line 149 /Users//.cache/ani-hsts: No such file or directory.

port19x commented 2 years ago

This seems to be a windows compatibility issue. The script shouldn't expect a unix directory structure on a windows host.