KevCui/soaper-dl

media not found?

Closed this issue · 5 comments

./soap2day-dl.sh: line 37: realpath: command not found
[INFO] Fetching cookie...
[ERROR] Media not found!

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

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

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

@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.

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