sigmaboy / nopaystation_scripts

do things with nopaystation tsv and links automatically
GNU General Public License v3.0
112 stars 24 forks source link

"ERROR: cannot open '-l' file" and "error: no files match: pkg v1.8 [*] loading....7z" #11

Closed hamensman closed 2 years ago

hamensman commented 2 years ago

Using Arch Linux. Looking to get PSV games.

Installed mktorrent from official Arch repo and torrent7z and pkg2zip from AUR. Did the nopaystation_scripts Installation and even test -d "/usr/local/bin" && sudo ln -s "$(pwd)"/nps_*.sh "$(pwd)"/pyNPU.py "/usr/local/bin/" for good measure.

Downloaded the .tsv files.

When I run ./nps_game.sh PSV_GAMES.tsv PCSB00144, as an example, I get this:

PCSB00144.pkg           100%[=============================>]   2.11G  4.29MB/s    in 8m 6s
2022-08-18 16:29:51 URL:http://zeus.dl.playstation.net/cdn/EP0102/PCSB00144_00/wZgRqNJKEJbNEWdGXqDHkjBpgvNujShcesAAImTmuHjbAYigsRfMjrkBcudatnTm.pkg [2261972688/2261972688] -> "PCSB00144.pkg" [1]
ERROR: cannot open '-l' file
pkg2zip v1.8
[*] loading...
[*] unpacking Vita APP
[*] unpacking completed
[*] creating sce_sys/package/head.bin
[*] creating sce_sys/package/tail.bin
[*] creating sce_sys/package/stat.bin
[*] creating sce_sys/package/work.bin
[*] minimum fw version required: 1.69
[*] done!
error: no files match: pkg v1.8 [*] loading....7z

So here, ERROR: cannot open '-l' file and error: no files match: pkg v1.8 [*] loading....7z are of interest.

Is this because I installed the dependencies as binaries, and not compiled from source as recommended in the documentation? Or is something else going on?

hamensman commented 2 years ago

Missed the bit where you said:

(please migrate to lusid1's fork as mmozeiko abandoned his project) So I installed pkg2zip-fork from the AUR instead. And it works.