pystardust / ani-cli

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

Downloading broken [Windows] #85

Closed taep96 closed 2 years ago

taep96 commented 2 years ago

Using on windows. When trying to ani-cli -d files are created and It says that episodes are downloaded but there is nothing in those files? Also everything is happening too fast for a download.

arrathore commented 2 years ago

Similar issue on macos, downloaded file contains a 403 forbidden error page rather than the expected episode.

MerkKey commented 2 years ago

Also happening on linux, it's the same 403 forbidden error.

AlexFreik commented 2 years ago

Also happening on linux, it's the same 403 forbidden error.

Error on linux it might be connected to outdated setsid version. Can you try $ setsid -V? It should be 2.32 or higher, if I am not mistaken

MerkKey commented 2 years ago

Error on linux it might be connected to outdated setsid version. Can you try $ setsid -V? It should be 2.32 or higher, if I am not mistaken

setsid from util-linux 2.36.1

Dink4n commented 2 years ago

Error on linux it might be connected to outdated setsid version. Can you try $ setsid -V? It should be 2.32 or higher, if I am not mistaken

It's not an issue with setsid. There is already a PR for download fix #35

Hopefully @pystardust will merge this soon

AlexFreik commented 2 years ago

Error on linux it might be connected to outdated setsid version. Can you try $ setsid -V? It should be 2.32 or higher, if I am not mistaken

It's not an issue with setsid. There is already a PR for download fix #35

Hopefully @pystardust will merge this soon

Indeed, there is problem with the script

Haikal-Ravendy commented 2 years ago

Using on windows. When trying to ani-cli -d files are created and It says that episodes are downloaded but there is nothing in those files? Also everything is happening too fast for a download.

I am having the same problem as this one. Does anyone have a clue on how to fix this?

taep96 commented 2 years ago

I recommend creating a separate issue for linux to avoid confusion

Tuchan commented 2 years ago

Error on linux it might be connected to outdated setsid version. Can you try $ setsid -V? It should be 2.32 or higher, if I am not mistaken

It's not an issue with setsid. There is already a PR for download fix #35

Hopefully @pystardust will merge this soon

So... even after that it seems that -d does not work properly... It shows that I apparently Downloaded episode: 001, but when I view the file, its 1kb in size >:( It might be connected to #32, but honestly... idk

Dink4n commented 2 years ago

Try to use the latest version. Gogoanime recently moved to https://gogoanime.cm

git pull
./install

Pull the latest changes by the above command

Tuchan commented 2 years ago

Try to use the latest version. Gogoanime recently moved to https://gogoanime.cm

git pull
./install

Pull the latest changes by the above command

im so slow at responding wtf

I'm already using the latest version... but the problem keeps occurring I can watch stuff normally, but I can't download them for some reason

port19x commented 2 years ago

I recommend creating a separate issue for linux to avoid confusion

I like the spirit but in this case its very likely to be an issue related to gogoanime url extraction. See #221