Unable to extract .rar file from my watch folders since some time now...

All your suggestions, requests and ideas for future development
Post Reply
FTW
Posts: 47
Joined: 28 Jan 2022, 09:47

Unable to extract .rar file from my watch folders since some time now...

Post by FTW »

hello,
I need some help to investigate why the AMC doesnt want to extract my RAR file anymore.... got this WARNING message

Shell: Select all

Sep 01, 2026 2:31:34 AM net.filebot.ui.filter.ExtractTool createModelInBackground
WARNING: Failed to read archive file: /TOWER/temp/TV-1080P/RELEASE-TEAM/release-rar-team.rar: [7z, l, -sccUTF-8, -slt, -y, --, /TOWER/temp/TV-1080P/RELEASE-TEAM/release-rar-team.rar] failed (2)
got this warning message for ALL MY RAR files

also all extracted folder have been create, just didnt extract the movie/serie so I have those folder created with this WARNING ->

Console Output: Select all

/TOWER/temp/TV-1080P/RELEASE-TEAM/release-rar-team/RELEASE-TEAM/

and RAR are all CORRECT past the SFV check and can be extract manually without issues

I am using jlesage filebot docker on UnRaid

Code: Select all

FileBot 5.2.3 (r10990)
JNA Native: 7.0.2
MediaInfo: 26.05
Tools: fpcalc/1.5.1 7z/23.01 unrar/6.12
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2026-08-29 (r1039)
Groovy: 4.0.28
JRE: OpenJDK Runtime Environment 17.0.20
JVM: OpenJDK 64-Bit Server VM
System Property: net.filebot.theme=Darcula
I didnt change anything, not permissions changes, same setting, same folders... I use this same setup since long time now... just a sudden issue

is it something withing filebot or the jlesage docker?

thanks in advance
User avatar
rednoah
The Source
Posts: 24652
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Unable to extract .rar file from my watch folders since some time now...

Post by rednoah »

:arrow: Please try the Option B: The official filebot docker images made by us to check if unrar extract works in the official docker images.


:arrow: If you are set on using Option A: The Community Apps container maintained by the unRAID community then you will need to report the issue to the maintainer of the jlesage/filebot container. My educated guess would be that this container includes the p7zip-full package but not the p7zip-rar package.


:idea: You can run 7z i inside the container to confirm if rar archives are supported by the 7z installation inside the container:

Console Output: Select all

$ docker run --rm -it -v data:/data --entrypoint /bin/bash rednoah/filebot -c '7z i' | grep -i RAR
 1 : 24.08 : /usr/lib/7zip/Codecs/Rar.so
 0  ...F..................  Rar      rar r00       R a r ! 1A 07 00
 0  ...F..................  Rar5     rar r00       R a r ! 1A 07 01 00
 1   D     40301 Rar1
 1   D     40302 Rar2
 1   D     40303 Rar3
 1   D     40305 Rar5
:idea: Please read the FAQ and How to Request Help.
Post Reply