pystardust / ani-cli

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

Cannot play episode #343

Closed KouranliKe closed 2 years ago

KouranliKe commented 2 years ago

The script will just return me this error message when trying to play an episode (tried it with 3 different animes and it just sends me the same message). I use Fedora 35.

`Getting data for episode 1 /usr/local/bin/ani-cli: line 135: openssl: command not found parse error: Invalid numeric literal at line 1, column 5 https://gogoplay.io/embedplus?id=MjI0NjU=&token=OQXxZUxqFX9Lj8y5ayq6Uw&expires=1642246526

Video URL not found `

Fmert24 commented 2 years ago

The script will just return me this error message when trying to play an episode (tried it with 3 different animes and it just sends me the same message). I use Fedora 35.

`Getting data for episode 1 /usr/local/bin/ani-cli: line 135: openssl: command not found parse error: Invalid numeric literal at line 1, column 5 https://gogoplay.io/embedplus?id=MjI0NjU=&token=OQXxZUxqFX9Lj8y5ayq6Uw&expires=1642246526

Video URL not found `

Im getting same error

Screenshot_20220115-130926_Termux

kaumidere commented 2 years ago

is this a pine phone or something? how are you watch this on a mobile?

Fmert24 commented 2 years ago

is this a pine phone or something? how are you watch this on a mobile?

Its not pine phone its Termux a terminal emulator (you can download from f-droid(as they advice)) i can only download anime because termux creates problem about watching and im to lazy to fix them

kaumidere commented 2 years ago

I have termux as well but it still doesn’t seem to Work on my end… Then again I was using an alternative to ani-cli (anime_cli). I’ll give it a go and see what I can do.

Sent from ProtonMail for iOS

On Sat, Jan 15, 2022 at 13:40, Fmert24 @.***> wrote:

is this a pine phone or something? how are you watch this on a mobile?

Its not pine phone its Termux a terminal emulator (you can download from f-droid(as they advice)) i can only download because termux creates problem about watching and im to lazy to fix them

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you commented.Message ID: @.***>

kaumidere commented 2 years ago

if you could run me through how you got that on your phone perhaps i can get it to work... i use grapheneos

Rendevior commented 2 years ago

The script will just return me this error message when trying to play an episode (tried it with 3 different animes and it just sends me the same message). I use Fedora 35.

`Getting data for episode 1 /usr/local/bin/ani-cli: line 135: openssl: command not found parse error: Invalid numeric literal at line 1, column 5 https://gogoplay.io/embedplus?id=MjI0NjU=&token=OQXxZUxqFX9Lj8y5ayq6Uw&expires=1642246526

Video URL not found `

You need to install OPENSSL first probably they forgot to add OpenSSL in checking dependencies

sudo dnf install openssl
Fmert24 commented 2 years ago

if you could run me through how you got that on your phone perhaps i can get it to work... i use grapheneos

You need to change make file contents(prefix pointing root section but whit this its pointing termux home bin) to this

PREFIX := /data/data/com.termux/files/home

all: install

install: cp ani-cli $(DESTDIR)$(PREFIX)/bin/ani-cli chmod 0755 $(DESTDIR)$(PREFIX)/bin/ani-cli

uninstall: $(RM) $(DESTDIR)$(PREFIX)/bin/ani-cli

.PHONY: all install uninstall

Fmert24 commented 2 years ago

The script will just return me this error message when trying to play an episode (tried it with 3 different animes and it just sends me the same message). I use Fedora 35. Getting data for episode 1 /usr/local/bin/ani-cli: line 135: openssl: command not found parse error: Invalid numeric literal at line 1, column 5 https://gogoplay.io/embedplus?id=MjI0NjU=&token=OQXxZUxqFX9Lj8y5ayq6Uw&expires=1642246526 Video URL not found

You need to install OPENSSL first probably they forgot to add OpenSSL in checking dependencies

sudo dnf install openssl

Thank you sir

kaumidere commented 2 years ago

Are these the commands to input into termux?

Still sorta new to this.

Sent from ProtonMail for iOS

On Sat, Jan 15, 2022 at 16:28, Fmert24 @.***> wrote:

if you could run me through how you got that on your phone perhaps i can get it to work... i use grapheneos

You need to change make file contents(prefix pointing root section but whit this its pointing termux home bin) to this

PREFIX := /data/data/com.termux/files/home

all: install

install: cp ani-cli $(DESTDIR)$(PREFIX)/bin/ani-cli chmod 0755 $(DESTDIR)$(PREFIX)/bin/ani-cli

uninstall: $(RM) $(DESTDIR)$(PREFIX)/bin/ani-cli

.PHONY: all install uninstall

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you commented.Message ID: @.***>

CoolnsX commented 2 years ago

is this a pine phone or something? how are you watch this on a mobile?

Its not pine phone its Termux a terminal emulator (you can download from f-droid(as they advice)) i can only download anime because termux creates problem about watching and im to lazy to fix them

That is the reason I am not creating termux (android) branch.. I only use termux for downloading anime.. because the majority of audience only streams anime.. not download them..

port19x commented 2 years ago

Anyway, added it as an explicit dependency and added it to the dependency check

kaumidere commented 2 years ago

if someone can run me through the commands to add this so i can download anime on my phone that'll be neat