[FileBot 5.1.0] java.lang.NoSuchMethodError: 'void com.sun.jna.Memory.close()' on Debian Linux

All your suggestions, requests and ideas for future development
Post Reply
FilebotHero
Posts: 6
Joined: 31 Aug 2023, 02:29

[FileBot 5.1.0] java.lang.NoSuchMethodError: 'void com.sun.jna.Memory.close()' on Debian Linux

Post by FilebotHero »

Hi team. I use the script to upgrade Filebot today and am getting this error:

MOVE: java.lang.NoSuchMethodError: 'void com.sun.jna.Memory.close()'

COPY: java.lang.NoSuchMethodError: 'void com.sun.jna.Memory.close()'

The last similar error seems to be in 2019 so I'm not going to go down that rabbit hole for this. I'm one of those Linux people who only learns what I need to accomplish a task. Have been using Filebot for many years with no problems at all.

Thanks. :)
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot upgrade Java errors Ubuntu Linux

Post by rednoah »

:?: What does filebot -script fn:sysinfo say? We'll want to know Java version, JNA version, Ubuntu version, etc. Please read How to Request Help.


:idea: The issue is likely an accidental compatibility issue with whatever version of JNA happens to be installed on your machine.
:idea: Please read the FAQ and How to Request Help.
chefschaffner
Posts: 4
Joined: 31 Aug 2023, 06:45

Re: Filebot upgrade Java errors Ubuntu Linux

Post by chefschaffner »

Same error here.

Console Output: Select all

java.lang.NoSuchMethodError: 'void com.sun.jna.Memory.close()'
java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: 'void com.sun.jna.Memory.close()'
	at net.filebot.util.ui.SwingUI$SwingLambda.done(Unknown Source)
....

Console Output: Select all

helmut@helmutpc:~$ filebot -script fn:sysinfo
FileBot 5.1.0 (r9972)
JNA Native: 6.1.1
MediaInfo: 21.09
Tools: fpcalc/1.5.1 7z/16.02 unrar/6.11 mkvpropedit/65.0.0
Extended Attributes: OK
Unicode Filesystem: OK
GVFS: PlatformGVFS [/run/user/1000/gvfs]
Script Bundle: 2023-08-30 (r929)
Groovy: 4.0.14
JRE: OpenJDK Runtime Environment 11.0.20.1
JVM: OpenJDK 64-Bit Server VM
CPU/MEM: 24 Core / 16 GB Max Memory / 78 MB Used Memory
OS: Linux (amd64)
HW: Linux helmutpc 5.15.0-82-generic #91-Ubuntu SMP Mon Aug 14 14:14:14 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
CPU/MEM: : AMD Ryzen 9 5900X 12-Core Processor / MemTotal: 67 GB / MemFree: 1.1 GB / MemAvailable: 61 GB / SwapCached: 24 KB / SwapTotal: 2.1 GB / SwapFree: 2.1 GB
STORAGE: NONE
UID/GID: uid=1000(helmut) gid=1000(helmut) Gruppen=1000(helmut),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),115(lpadmin),136(sambashare),141(libvirt)
DATA: /home/helmut/.filebot
Package: DEB
Activate License [P50735836] on [Thu Aug 31 08:41:43 CEST 2023]
License: FileBot License P50735836 (Valid-Until: 2024-06-24)
Done ヾ(@⌒ー⌒@)ノ
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot upgrade Java errors Ubuntu Linux

Post by rednoah »

Looks like recent changes inadvertently also bumped the required JNA version to 5.12 or higher which unfortunately isn't default yet in the standard Debian package repository:

You can check libjna-java like so:

Code: Select all

dpkg -s libjna-java | grep Version
:idea: If you are using a x64 machine, then you can work around the issue by using the x64 package which includes all native dependencies including JNA instead of relying on the system package repository for dependencies.




EDIT:

FileBot r9978 fixes the issue by not using Memory.close() and thus allowing for older JNA versions. We will likely release a new version in the next few days to address this particular issue as it affects a large number of Debian Linux users and docker container users.


:!: This issue seems to be specific to libmediainfo function calls, which are optional, and shouldn't break renaming calls even if something goes wrong with FileBot not being able to read MediaInfo properties. But the console output in the OP suggests otherwise. No idea how one affects the other there. The complete console output might give us a clue.
:idea: Please read the FAQ and How to Request Help.
FilebotHero
Posts: 6
Joined: 31 Aug 2023, 02:29

Re: Filebot upgrade Java errors Ubuntu Linux

Post by FilebotHero »

So I am on an x86 right now, so i could do that, but I don't know how. Is there an apt purge then install kind of thing?

dpkg -s libjna-java | grep Version
Version: 5.9.0-1
here is my install results. I did try to remove and reinstall
+ uname -a
Linux shlomo-Crosshair-15-A11UEK 6.2.0-31-generic #31~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Aug 16 13:45:26 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
+ sudo apt-get install -y --install-recommends dirmngr gnupg-curl apt-transport-https
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package gnupg-curl
+ curl -fsSL https://raw.githubusercontent.com/fileb ... tainer.pub
+ sudo gpg --dearmor --output /usr/share/keyrings/filebot.gpg
File '/usr/share/keyrings/filebot.gpg' exists. Overwrite? (y/N) y
+ + echo deb [arch=all signed-by=/usr/share/keyrings/filebot.gpg] https://get.filebot.net/deb/ universal main
sudo tee /etc/apt/sources.list.d/filebot.list
deb [arch=all signed-by=/usr/share/keyrings/filebot.gpg] https://get.filebot.net/deb/ universal main
+ sudo apt-get update
Hit:1 http://us.archive.ubuntu.com/ubuntu jammy InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease
Ign:3 https://get.filebot.net/deb universal InRelease
Get:4 https://repo.nordvpn.com/deb/nordvpn/debian stable InRelease [5,305 B]
Hit:5 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:6 http://security.ubuntu.com/ubuntu jammy-security InRelease
Hit:7 https://get.filebot.net/deb universal Release
Get:8 http://download.opensuse.org/repositori ... untu_21.10 InRelease [1,539 B]
Ign:10 https://ppa.launchpadcontent.net/nilari ... pd8/ubuntu jammy InRelease
Hit:11 https://ppa.launchpadcontent.net/obspro ... dio/ubuntu jammy InRelease
Err:12 https://ppa.launchpadcontent.net/nilari ... pd8/ubuntu jammy Release
404 Not Found [IP: 2620:2d:4000:1::3e 443]
Reading package lists... Done
E: The repository 'https://ppa.launchpadcontent.net/nilari ... pd8/ubuntu jammy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
+ sudo apt-get install -y --install-recommends default-jre openjfx zenity mediainfo libchromaprint-tools p7zip-full unrar
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
default-jre is already the newest version (2:1.11-72build2).
libchromaprint-tools is already the newest version (1.5.1-2).
mediainfo is already the newest version (22.03-1).
openjfx is already the newest version (11.0.11+0-1).
p7zip-full is already the newest version (16.02+dfsg-8).
unrar is already the newest version (1:6.1.5-1).
zenity is already the newest version (3.42.1-0ubuntu1).
The following packages were automatically installed and are no longer required:
libjna-java libjna-jni
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 130 not upgraded.
+ sudo apt-get install -y --install-recommends filebot
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Suggested packages:
mkvtoolnix atomicparsley
The following NEW packages will be installed:
filebot
0 upgraded, 1 newly installed, 0 to remove and 130 not upgraded.
Need to get 0 B/22.9 MB of archives.
After this operation, 110 MB of additional disk space will be used.
Selecting previously unselected package filebot.
(Reading database ... 387153 files and directories currently installed.)
Preparing to unpack .../archives/filebot_5.1.0_all.deb ...
Unpacking filebot (5.1.0) ...
Setting up filebot (5.1.0) ...
Processing triggers for shared-mime-info (2.1-2) ...
Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
Processing triggers for desktop-file-utils (0.26-1ubuntu3) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu3) ...
+ filebot -script fn:sysinfo
FileBot 5.1.0 (r9972)
JNA Native: 6.1.1
MediaInfo: 21.09
Tools: fpcalc/1.5.1 7z/16.02 unrar/6.11
Extended Attributes: OK
Unicode Filesystem: OK
GVFS: PlatformGVFS [/run/user/1000/gvfs]
Script Bundle: 2023-08-30 (r929)
Groovy: 4.0.14
JRE: OpenJDK Runtime Environment 11.0.20.1
JVM: OpenJDK 64-Bit Server VM
CPU/MEM: 16 Core / 4.1 GB Max Memory / 25 MB Used Memory
OS: Linux (amd64)
HW: Linux shlomo-Crosshair-15-A11UEK 6.2.0-31-generic #31~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Aug 16 13:45:26 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
CPU/MEM: : 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz / MemTotal: 16 GB / MemFree: 635 MB / MemAvailable: 11 GB / SwapCached: 12 MB / SwapTotal: 2.1 GB / SwapFree: 1.9 GB
STORAGE: NONE
UID/GID: uid=1000(shlomo) gid=1000(shlomo) groups=1000(shlomo),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),122(lpadmin),134(lxd),135(sambashare),998(nordvpn),1001(fuse)
DATA: /home/shlomo/.filebot
Package: DEB
License: FileBot License PX7382772 (Valid-Until: 2069-03-26)
Done ヾ(@⌒ー⌒@)ノ
chefschaffner
Posts: 4
Joined: 31 Aug 2023, 06:45

Re: Filebot upgrade Java errors Ubuntu Linux

Post by chefschaffner »

@rednoah:

Do you mean the console output while the error occurs?

Console Output: Select all

 
Current application revision (r9972) does not match cache revision (r9125)
Initialize new disk cache: /home/helmut/.filebot/cache/1
java.lang.NoSuchMethodError: 'void com.sun.jna.Memory.close()'
java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: 'void com.sun.jna.Memory.close()'
	at net.filebot.util.ui.SwingUI$SwingLambda.done(Unknown Source)
Caused by: java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: 'void com.sun.jna.Memory.close()'
	at net.filebot.Parallelism.map(Unknown Source)
	at net.filebot.ui.rename.EpisodeListMatcher.matchVideoFiles(Unknown Source)
	at net.filebot.ui.rename.EpisodeListMatcher.match(Unknown Source)
	at net.filebot.ui.rename.RenamePanel$AutoCompleteAction.lambda$start$3(Unknown Source)
	at net.filebot.util.ui.SwingUI$SwingLambda.doInBackground(Unknown Source)
Caused by: java.lang.NoSuchMethodError: 'void com.sun.jna.Memory.close()'
	at net.filebot.mediainfo.MediaInfo.read(Unknown Source)
	at net.filebot.media.MediaInfoTool$Library.raw(Unknown Source)
	at net.filebot.media.MediaInfoTable.raw(Unknown Source)
	at net.filebot.media.MediaInfoTable.lambda$static$3(Unknown Source)
	at net.filebot.media.XattrCache.read(Unknown Source)
	at net.filebot.media.XattrCache.lambda$get$0(Unknown Source)
	at net.filebot.Cache.computeIf(Unknown Source)
	at net.filebot.Cache.computeIfAbsent(Unknown Source)
	at net.filebot.media.XattrCache.get(Unknown Source)
	at net.filebot.media.MediaInfoTable.read(Unknown Source)
	at net.filebot.media.MediaCharacteristicsParser$1.open(Unknown Source)
	at net.filebot.media.CachedMediaCharacteristics.lambda$getMediaCharacteristics$0(Unknown Source)
	at com.github.benmanes.caffeine.cache.BoundedLocalCache.lambda$doComputeIfAbsent$14(BoundedLocalCache.java:2406)
	at com.github.benmanes.caffeine.cache.BoundedLocalCache.doComputeIfAbsent(BoundedLocalCache.java:2404)
	at com.github.benmanes.caffeine.cache.BoundedLocalCache.computeIfAbsent(BoundedLocalCache.java:2387)
	at com.github.benmanes.caffeine.cache.LocalCache.computeIfAbsent(LocalCache.java:108)
	at com.github.benmanes.caffeine.cache.LocalManualCache.get(LocalManualCache.java:62)
	at net.filebot.MemoryCache.get(Unknown Source)
	at net.filebot.media.CachedMediaCharacteristics.getMediaCharacteristics(Unknown Source)
	at net.filebot.media.CachedMediaCharacteristics.getMediaCharacteristics(Unknown Source)
	at net.filebot.similarity.EpisodeMetrics$22.getMetaObject(Unknown Source)
	at net.filebot.similarity.EpisodeMetrics$22.getSimilarity(Unknown Source)
	at net.filebot.similarity.Matcher.mapBySimilarity(Unknown Source)
	at net.filebot.similarity.Matcher.deepMatch(Unknown Source)
	at net.filebot.similarity.EpisodeMatcher.deepMatch(Unknown Source)
	at net.filebot.similarity.Matcher.deepMatch(Unknown Source)
	at net.filebot.similarity.EpisodeMatcher.deepMatch(Unknown Source)
	at net.filebot.similarity.Matcher.deepMatch(Unknown Source)
	at net.filebot.similarity.EpisodeMatcher.deepMatch(Unknown Source)
	at net.filebot.similarity.Matcher.deepMatch(Unknown Source)
	at net.filebot.similarity.EpisodeMatcher.deepMatch(Unknown Source)
	at net.filebot.similarity.Matcher.deepMatch(Unknown Source)
	at net.filebot.similarity.EpisodeMatcher.deepMatch(Unknown Source)
	at net.filebot.similarity.Matcher.deepMatch(Unknown Source)
	at net.filebot.similarity.EpisodeMatcher.deepMatch(Unknown Source)
	at net.filebot.similarity.Matcher.deepMatch(Unknown Source)
	at net.filebot.similarity.EpisodeMatcher.deepMatch(Unknown Source)
	at net.filebot.similarity.Matcher.deepMatch(Unknown Source)
	at net.filebot.similarity.EpisodeMatcher.deepMatch(Unknown Source)
	at net.filebot.similarity.Matcher.deepMatch(Unknown Source)
	at net.filebot.similarity.EpisodeMatcher.deepMatch(Unknown Source)
	at net.filebot.similarity.Matcher.deepMatch(Unknown Source)
	at net.filebot.similarity.EpisodeMatcher.deepMatch(Unknown Source)
	at net.filebot.similarity.Matcher.deepMatch(Unknown Source)
	at net.filebot.similarity.EpisodeMatcher.deepMatch(Unknown Source)
	at net.filebot.similarity.Matcher.deepMatch(Unknown Source)
	at net.filebot.similarity.EpisodeMatcher.deepMatch(Unknown Source)
	at net.filebot.similarity.Matcher.deepMatch(Unknown Source)
	at net.filebot.similarity.EpisodeMatcher.deepMatch(Unknown Source)
	at net.filebot.similarity.Matcher.deepMatch(Unknown Source)
	at net.filebot.similarity.EpisodeMatcher.deepMatch(Unknown Source)
	at net.filebot.similarity.Matcher.match(Unknown Source)
	at net.filebot.ui.rename.EpisodeListMatcher.matchEpisodeSet(Unknown Source)
	at net.filebot.ui.rename.EpisodeListMatcher.lambda$matchVideoFiles$7(Unknown Source)
	at net.filebot.Parallelism$Task.call(Unknown Source)
	at net.filebot.Parallelism$Task.call(Unknown Source)
chefschaffner
Posts: 4
Joined: 31 Aug 2023, 06:45

Re: Filebot upgrade Java errors Ubuntu Linux

Post by chefschaffner »

rednoah wrote: 31 Aug 2023, 07:57 ....
:idea: If you are using a x64 machine, then you can work around the issue by using the x64 package which includes all native dependencies including JNA instead of relying on the system package repository for dependencies.
....
This did it for me.
Thank you!
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot upgrade Java errors Ubuntu Linux

Post by rednoah »

For amd64 platforms, the immediate solution is to use the amd64 package.

Note that we will be publishing new Linux packages within the next 1-2 days to address this issue. Just wait for a day or two and things will fix themselves.

I'll keep everyone posted on this thread.
:idea: Please read the FAQ and How to Request Help.
FilebotHero
Posts: 6
Joined: 31 Aug 2023, 02:29

Re: Filebot upgrade Java errors Ubuntu Linux

Post by FilebotHero »

Thankyou. :)
chefschaffner
Posts: 4
Joined: 31 Aug 2023, 06:45

Re: [FileBot 5.1.0] java.lang.NoSuchMethodError: 'void com.sun.jna.Memory.close()' on Debian Linux

Post by chefschaffner »

Good morning,

got an update via apt.

The sysinfo shows an error and a warning:

Console Output: Select all

Unicode Filesystem: java.lang.NoSuchMethodError: 'void com.sun.jna.Memory.close()'
WARNING: sun.jnu.encoding = UTF-8
but I got no error while using the program.


FYI the complete output:

Console Output: Select all

helmut@helmutpc:~$ filebot -script fn:sysinfo
FileBot 5.1.0 (r9972)
JNA Native: 6.1.1
MediaInfo: 21.09
Tools: fpcalc/1.5.1 7z/16.02 unrar/6.11 mkvpropedit/65.0.0
Extended Attributes: OK
Unicode Filesystem: java.lang.NoSuchMethodError: 'void com.sun.jna.Memory.close()'
WARNING: sun.jnu.encoding = UTF-8
GVFS: PlatformGVFS [/run/user/1000/gvfs]
Script Bundle: 2023-08-31 (r931)
Groovy: 4.0.14
JRE: OpenJDK Runtime Environment 11.0.20.1
JVM: OpenJDK 64-Bit Server VM
CPU/MEM: 24 Core / 16 GB Max Memory / 24 MB Used Memory
OS: Linux (amd64)
HW: Linux helmutpc 5.15.0-82-generic #91-Ubuntu SMP Mon Aug 14 14:14:14 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
CPU/MEM: : AMD Ryzen 9 5900X 12-Core Processor / MemTotal: 67 GB / MemFree: 61 GB / MemAvailable: 63 GB / SwapTotal: 2.1 GB / SwapFree: 2.1 GB
STORAGE: NONE
UID/GID: uid=1000(helmut) gid=1000(helmut) Gruppen=1000(helmut),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),115(lpadmin),136(sambashare),141(libvirt)
DATA: /home/helmut/.filebot
Package: DEB
Sep 01, 2023 10:22:04 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNUNG: The index for data file /home/helmut/.filebot/cache/0/data_1.data is out of date, probably due to an unclean shutdown. Deleting index file /home/helmut/.filebot/cache/0/data_1.index
Activate License [P50735836] on [Fri Sep 01 10:22:04 CEST 2023]
License: FileBot License P50735836 (Valid-Until: 2024-06-24)
Sep 01, 2023 10:22:05 AM net.sf.ehcache.store.disk.DiskStorageFactory <init>
WARNUNG: The index for data file /home/helmut/.filebot/cache/0/url_1c.data is out of date, probably due to an unclean shutdown. Deleting index file /home/helmut/.filebot/cache/0/url_1c.index
Done ヾ(@⌒ー⌒@)ノ
Thank you for fast fixing!
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [FileBot 5.1.0] java.lang.NoSuchMethodError: 'void com.sun.jna.Memory.close()' on Debian Linux

Post by rednoah »

FileBot 5.1.1 has been released a few minutes a go and should fix the issue at hand.



:idea: We have added additional self-test code to the sysinfo script to ensure that this kind of issue cannot go unnoticed again in the future:
chefschaffner wrote: 01 Sep 2023, 08:32 The sysinfo shows an error and a warning:

Console Output: Select all

Unicode Filesystem: java.lang.NoSuchMethodError: 'void com.sun.jna.Memory.close()'
WARNING: sun.jnu.encoding = UTF-8
:idea: Please read the FAQ and How to Request Help.
FilebotHero
Posts: 6
Joined: 31 Aug 2023, 02:29

Re: [FileBot 5.1.0] java.lang.NoSuchMethodError: 'void com.sun.jna.Memory.close()' on Debian Linux

Post by FilebotHero »

Thanks guys. I gave it some time as advised and apt remove --purge'd it then reinstalled. I am now getting permissions errors.

Code: Select all

MOVE: Access Denied: /media/shlomo/4t (rwxrwx--- 0:0 shlomo)
I went in and created the directories and put everything rwxrwx and still nothing. Have never had any of these issues before the update.

Don't remember how I attached an image on this, but I was just going to upload a screenshot of the gui permissions on the 4T directory drive, which is read/write everyone as you can see
FilebotHero
Posts: 6
Joined: 31 Aug 2023, 02:29

Re: [FileBot 5.1.0] java.lang.NoSuchMethodError: 'void com.sun.jna.Memory.close()' on Debian Linux

Post by FilebotHero »

sudo filebot seemed to work, but it got an IO error. And the files that it thought it moved, seem to be completely gone.
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [FileBot 5.1.0] java.lang.NoSuchMethodError: 'void com.sun.jna.Memory.close()' on Debian Linux

Post by rednoah »

:?: What does the complete console output say?

:?: Can you reproduce the issue?

:?: How did you confirm that the files are really not at the destination file path? (i.e. use sudo ls -l; if you use a WebUI file manager that doesn't have access to the folder then the folder may appear empty)

:?: What does filebot -script fn:sysinfo say?

:idea: Screenshots would be helpful in providing much needed context. Linux? Docker? File Manager?
:idea: Please read the FAQ and How to Request Help.
FilebotHero
Posts: 6
Joined: 31 Aug 2023, 02:29

Re: [FileBot 5.1.0] java.lang.NoSuchMethodError: 'void com.sun.jna.Memory.close()' on Debian Linux

Post by FilebotHero »

So it seems to be just that drive. I can rename and move to another drive and it works. So I have no idea. Copying to the drive is fine. Renaming on that drive is fine, manually. File system check is fine. Didn't happen before this update.
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [FileBot 5.1.0] java.lang.NoSuchMethodError: 'void com.sun.jna.Memory.close()' on Debian Linux

Post by rednoah »

FilebotHero wrote: 10 Sep 2023, 14:37 So it seems to be just that drive. I can rename and move to another drive and it works. So I have no idea. Copying to the drive is fine. Renaming on that drive is fine, manually. File system check is fine. Didn't happen before this update.
FileBot version probably doesn't make a difference, but I encourage you to try older versions to check for yourself. That might give us some clue:
https://get.filebot.net/filebot/


I would also appreciate it if you could answer my questions as that would give us much needed context:
rednoah wrote: 10 Sep 2023, 04:17 :?: What does the complete console output say?

:?: Can you reproduce the issue?

:?: How did you confirm that the files are really not at the destination file path? (i.e. use sudo ls -l; if you use a WebUI file manager that doesn't have access to the folder then the folder may appear empty)

:?: What does filebot -script fn:sysinfo say?

:idea: Screenshots would be helpful in providing much needed context. Linux? Docker? File Manager?
:idea: Please read the FAQ and How to Request Help.
Post Reply