Seedbox - trouble with 7z

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
kelsjon3
Posts: 2
Joined: 17 Jan 2016, 20:18

Seedbox - trouble with 7z

Post by kelsjon3 »

Code: Select all

[brontes ~] ~/filebot/filebot.sh -script fn:sysinfo
FileBot 4.6 (r3052)
JNA Native: 4.0.0
MediaInfo: MediaInfoLib - v0.7.69
p7zip: java.io.IOException: Cannot run program "7z": error=2, No such file or directory
Chromaprint: fpcalc version 1.1.0 (fpcalc)
Extended Attributes: OK
Groovy Engine: 2.4.3
JRE: Java(TM) SE Runtime Environment 1.8.0_65 (headless)
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 48 Core / 26 GB Max Memory / 236 MB Used Memory
OS: Linux (amd64)
Package: PORTABLE
Data: /media/sdv1/newuser369/filebot
uname: Linux brontes 3.16.7-ckt20-feral #2 SMP Sun Jan 10 13:12:48 GMT 2016 x86_64 GNU/Linux

--- UPDATE AVAILABLE: FileBot 4.6.1 (r3312) ---

Done ヾ(@⌒ー⌒@)ノ
I'm running rtorrent on a seedbox. Everything seems to be working well except for archives. I've installed p7zip from http://sourceforge.net/projects/p7zip/f ... ll.tar.bz2


Code: Select all

Run script [fn:amc] at [Sun Jan 17 22:58:06 UTC 2016]
Parameter: excludeList = amc.excludes
Parameter: unsorted = y
Parameter: music = y
Parameter: artwork = y
Parameter: ut_dir = /media/sdv1/newuser369/private/rtorrent/data/Ghost.Recon.Alpha.2012.DVDRip.XviD.AC3-eXceSs
Parameter: ut_kind = multi
Parameter: ut_title = Ghost.Recon.Alpha.2012.DVDRip.XviD.AC3-eXceSs
Parameter: ut_label = 
Using excludes: /media/sdv1/newuser369/private/Plex Library/amc.excludes (168)
Read archive [excess-xvid-gralpha.part01.rar] and extract to [/media/sdv1/newuser369/private/rtorrent/data/Ghost.Recon.Alpha.2012.DVDRip.XviD.AC3-eXceSs/excess-xvid-gralpha.part01/Ghost.Recon.Alpha.2012.DVDRip.XviD.AC3-eXceSs]
IOException: Cannot run program "7z": error=2, No such file or directory
Exclude: /media/sdv1/newuser369/private/rtorrent/data/Ghost.Recon.Alpha.2012.DVDRip.XviD.AC3-eXceSs/Sample/excess-xvid-gralpha-sample.avi
Exclude: /media/sdv1/newuser369/private/rtorrent/data/Ghost.Recon.Alpha.2012.DVDRip.XviD.AC3-eXceSs/excess-xvid-gralpha.sfv
Exclude: /media/sdv1/newuser369/private/rtorrent/data/Ghost.Recon.Alpha.2012.DVDRip.XviD.AC3-eXceSs/excess-xvid-gralpha.nfo
No files selected for processing
Failure (°_°)

Code: Select all

[brontes ~] whereis 7z
7z:
[brontes ~] whereis 7za
7za: /media/sdv1/newuser369/bin/7za
Any help would be appreciated.
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Seedbox - trouble with 7z

Post by rednoah »

1.
It's looking for a command called 7z.

Code: Select all

Cannot run program "7z": error=2, No such file or directory
Your log says you do not have a command called 7z:

Code: Select all

[brontes ~] whereis 7z
7z:
Maybe 7za is the same as 7z, but you'll still need to make it available as 7z.


2.
Asking for support with an outdated version... Booooooooo!!

Code: Select all

--- UPDATE AVAILABLE: FileBot 4.6.1 (r3312) ---
Coincidentally, the issue you're talking could not be an issue with the latest version, because it doesn't use 7z by default anymore.
:idea: Please read the FAQ and How to Request Help.
kelsjon3
Posts: 2
Joined: 17 Jan 2016, 20:18

Re: Seedbox - trouble with 7z

Post by kelsjon3 »

Updating to 4.6.1 fixed the issue. :oops:

Thank you!
Post Reply