KevCui / soaper-dl

:tv: Soaper downloader: download TV series and movies in your terminal
Do What The F*ck You Want To Public License
69 stars 19 forks source link

media not found? #8

Closed MagnusStrom closed 2 years ago

MagnusStrom commented 3 years ago
./soap2day-dl.sh: line 37: realpath: command not found
[INFO] Fetching cookie...
[ERROR] Media not found!
KevCui commented 3 years ago

Hi @MagnusStrom, realpath command is included in GNU coreutils. Please check if you have it installed on your system.

KevCui commented 3 years ago

@MagnusStrom Could you share the entire command you entered to run the script?

MagnusStrom commented 3 years ago

@KevCui ./soap2day-dl.sh -n 'rick and'

KevCui commented 3 years ago

@MagnusStrom Could you run bash -x ./soap2day-dl.sh -n 'rick and'? This will enable debug logs. If you could paste logs here, I will take a look.

KevCui commented 2 years ago

Close this issue for now. Once I got the necessary logs, I will take another look.