CLI Problem: java.nio.file.NoSuchFileException

Any questions? Need some help?
Post Reply
edenexposito
Posts: 21
Joined: 10 Sep 2013, 06:08

CLI Problem: java.nio.file.NoSuchFileException

Post by edenexposito »

OS Version: OSX Yosemite 10.10.1
filebot -script fn:sysinfo:

Code: Select all

FileBot 4.5 (r2612)
JNA Native: 4.0.0
MediaInfo: MediaInfoLib - v0.7.69
7-Zip-JBinding: OK
chromaprint-tools: fpcalc version 1.1.0 (/opt/homebrew-cask/Caskroom/filebot/4.5/FileBot.app/Contents/MacOS/fpcalc)
Extended Attributes: OK
Groovy Engine: 2.3.7
JRE: Java(TM) SE Runtime Environment 1.8.0_25
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 24 Core / 14 GB Max Memory / 176 MB Used Memory
OS: Mac OS X (x86_64)
uname: Darwin Mac-Pro-de-Eden.local 14.0.0 Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64 x86_64
Done ヾ(@⌒ー⌒@)ノ
With this command line:

filebot -rename "/Volumes/PROYECTOS/the\ walking\ dead\ 2x1.mkv" --db TheTVDB -non-strict --format "{n} - {sxe} - {t}"

I get this result:

Code: Select all

Rename episodes using [TheTVDB]
Auto-detected query: [The Walking Dead]
Fetching episode data for [The Walking Dead]
Fetching episode data for [Talking Dead]
[MOVE] Rename [/Volumes/PROYECTOS/the\ walking\ dead\ 2x1.mkv] to [The Walking Dead - 2x01 - What Lies Ahead.mkv]
[MOVE] Failed to rename [/Volumes/PROYECTOS/the\ walking\ dead\ 2x1.mkv]
NoSuchFileException: /Volumes/PROYECTOS/the\ walking\ dead\ 2x1.mkv
java.nio.file.NoSuchFileException: /Volumes/PROYECTOS/the\ walking\ dead\ 2x1.mkv
	at net.filebot.util.FileUtilities.moveRename(FileUtilities.java:80)
	at net.filebot.StandardRenameAction$1.rename(StandardRenameAction.java:15)
	at net.filebot.cli.CmdlineOperations.renameAll(CmdlineOperations.java:645)
	at net.filebot.cli.CmdlineOperations.renameSeries(CmdlineOperations.java:251)
	at net.filebot.cli.CmdlineOperations.rename(CmdlineOperations.java:95)
	at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:72)
	at net.filebot.Main.main(Main.java:183)
Failure (°_°)
Is very strange 2 minutes ago works perfect, but suddenly i get error NoSuchFileException as you can see.

Note: I tried to reinstall Filebot and Java with these commands:

brew cask install java --force

brew update && brew cask install filebot --force

No luck

What can I do?

Thanks!
User avatar
rednoah
The Source
Posts: 23939
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: CLI Problem: java.nio.file.NoSuchFileException

Post by rednoah »

Learn how to use cmdline ;)
viewtopic.php?f=4&t=1899

Tip: you're passing arguments wrong, filebot is working fine
:idea: Please read the FAQ and How to Request Help.
Post Reply