NoSuchFileException
Posted: 18 Dec 2017, 04:46
Hi, I'm a first time user of FileBot here and I'm running into a NoSuchFileException. I'm not sure if I'm committing a rookie error or there is some more deep rooted problem here.
I've tried to demonstrate the files that exist and that I can write to them (the other errors relating to NoSuchFileException that I've googled appear to be permission related). The file I'm trying to rename is /mnt/media1/tv/Archer/Archer.S01E01.HDTV.XviD-SYS.avi
I've also tried a few more variations on the filename but without much luck. Can somebody please provide some hints as to what I'm doing wrong?
I've tried to demonstrate the files that exist and that I can write to them (the other errors relating to NoSuchFileException that I've googled appear to be permission related). The file I'm trying to rename is /mnt/media1/tv/Archer/Archer.S01E01.HDTV.XviD-SYS.avi
Code: Select all
[redact]@[redact]:/mnt/media1/tv/Archer$ pwd
/mnt/media1/tv/Archer
[redact]@[redact]:/mnt/media1/tv/Archer$ ls -al
total 179852
drwxrwxr-x+ 1 [redact] [redact] 62 Dec 18 14:19 .
drwxrwxr-x+ 1 [redact] [redact] 59846 Dec 18 14:19 ..
-rwxrwxr-x+ 1 [redact] [redact] 184166400 Jun 17 2015 Archer.S01E01.HDTV.XviD-SYS.avi
[redact]@[redact]:/mnt/media1/tv/Archer$ test -w . || echo "cant write"
[redact]@[redact]:/mnt/media1/tv/Archer$ test -w Archer.S01E01.HDTV.XviD-SYS.avi || echo "cant write"
[redact]@[redact]:/mnt/media1/tv/Archer$ filebot -rename Archer.S01E01.HDTV.XviD-SYS.avi
Illegal Argument: java.nio.file.NoSuchFileException: /tmp/hsperfdata_[redact]/Archer.S01E01.HDTV.XviD-SYS.avi (Archer.S01E01.HDTV.XviD-SYS.avi)
Failed to read xattr: NoSuchFileException: Archer.S01E01.HDTV.XviD-SYS.avi
Failed to read xattr: NoSuchFileException: Archer.S01E01.HDTV.XviD-SYS.avi
Failed to read xattr: NoSuchFileException: Archer.S01E01.HDTV.XviD-SYS.avi
java.lang.NullPointerException
java.util.concurrent.ExecutionException: java.lang.NullPointerException
at net.filebot.media.AutoDetection.lambda$group$6(AutoDetection.java:145)
at net.filebot.media.AutoDetection.group(AutoDetection.java:143)
at net.filebot.cli.CmdlineOperations.rename(CmdlineOperations.java:112)
at net.filebot.cli.ArgumentProcessor.runCommand(ArgumentProcessor.java:88)
at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:26)
at net.filebot.Main.main(Main.java:115)
Caused by: java.lang.NullPointerException
at net.filebot.similarity.SeriesNameMatcher.matchAll(SeriesNameMatcher.java:66)
at net.filebot.media.MediaDetection.detectSeriesNames(MediaDetection.java:421)
at net.filebot.media.MediaDetection.detectSeriesNames(MediaDetection.java:322)
at net.filebot.media.AutoDetection.getSeriesMatches(AutoDetection.java:188)
at net.filebot.media.AutoDetection.detectGroup(AutoDetection.java:165)
at net.filebot.media.AutoDetection.lambda$null$3(AutoDetection.java:143)
Failed to identify or process any files
Failure (°_°)
[redact]@[redact]:/mnt/media1/tv/Archer$ filebot -rename "Archer.S01E01.HDTV.XviD-SYS.avi"
Illegal Argument: java.nio.file.NoSuchFileException: /tmp/hsperfdata_[redact]/Archer.S01E01.HDTV.XviD-SYS.avi (Archer.S01E01.HDTV.XviD-SYS.avi)
Failed to read xattr: NoSuchFileException: Archer.S01E01.HDTV.XviD-SYS.avi
Failed to read xattr: NoSuchFileException: Archer.S01E01.HDTV.XviD-SYS.avi
Failed to read xattr: NoSuchFileException: Archer.S01E01.HDTV.XviD-SYS.avi
java.lang.NullPointerException
java.util.concurrent.ExecutionException: java.lang.NullPointerException
at net.filebot.media.AutoDetection.lambda$group$6(AutoDetection.java:145)
at net.filebot.media.AutoDetection.group(AutoDetection.java:143)
at net.filebot.cli.CmdlineOperations.rename(CmdlineOperations.java:112)
at net.filebot.cli.ArgumentProcessor.runCommand(ArgumentProcessor.java:88)
at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:26)
at net.filebot.Main.main(Main.java:115)
Caused by: java.lang.NullPointerException
at net.filebot.similarity.SeriesNameMatcher.matchAll(SeriesNameMatcher.java:66)
at net.filebot.media.MediaDetection.detectSeriesNames(MediaDetection.java:421)
at net.filebot.media.MediaDetection.detectSeriesNames(MediaDetection.java:322)
at net.filebot.media.AutoDetection.getSeriesMatches(AutoDetection.java:188)
at net.filebot.media.AutoDetection.detectGroup(AutoDetection.java:165)
at net.filebot.media.AutoDetection.lambda$null$3(AutoDetection.java:143)
Failed to identify or process any files
Failure (°_°)
[redact]@[redact]:/mnt/media1/tv/Archer$ filebot -rename /mnt/media1/tv/Archer
Illegal Argument: java.nio.file.NoSuchFileException: /mnt/media1/tv/Archer (/mnt/media1/tv/Archer)
Failed to read xattr: NoSuchFileException: /mnt/media1/tv/Archer
Failed to read xattr: NoSuchFileException: /mnt/media1/tv/Archer
Failed to read xattr: NoSuchFileException: /mnt/media1/tv/Archer
Failed to read xattr: NoSuchFileException: /mnt/media1/tv/Archer
Failed to read xattr: NoSuchFileException: /mnt/media1/tv/Archer
Rename movies using [TheMovieDB]
No media files: [/mnt/media1/tv/Archer]
Failure (°_°)
[redact]@[redact]:/mnt/media1/tv/Archer$ filebot -script fn:sysinfo
FileBot 4.7.9 (r4986)
JNA Native: 5.1.0
MediaInfo: 0.7.82
7-Zip-JBinding: 9.20
Chromaprint: 1.2.0
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2017-11-21 (r512)
Groovy: 2.4.10
JRE: OpenJDK Runtime Environment 1.8.0_121
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 2 Core / 444 MB Max Memory / 26 MB Used Memory
OS: Linux (amd64)
Package: SNAP
uname: Linux [redact] 4.13.0-17-generic #20-Ubuntu SMP Mon Nov 6 10:04:08 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Done ヾ(@⌒ー⌒@)ノ
I've also tried a few more variations on the filename but without much luck. Can somebody please provide some hints as to what I'm doing wrong?