UNC path as --output throws "java.io.IOException"
Posted: 03 May 2016, 12:15
Hi
My batch script suddenly stopped to work. Maybe it is the latest Java update i made...
Sysinfo:
The batch looks like this:
But i get this error:
I think it has to do with the UNC path --output="\\192.168.200.10"
But this worked before
My batch script suddenly stopped to work. Maybe it is the latest Java update i made...
Sysinfo:
Code: Select all
C:\Program Files\FileBot>filebot -script fn:sysinfo
FileBot 4.7 (r3923)
JNA Native: 4.0.1
MediaInfo: MediaInfoLib - v0.7.78
7-Zip-JBinding: 9.20
Chromaprint: fpcalc version 1.1.0 (C:\Program Files\FileBot\fpcalc.exe)
Extended Attributes: OK
Groovy Engine: 2.4.6
JRE: Java(TM) SE Runtime Environment 1.8.0_91
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 2 Core / 455 MB Max Memory / 41 MB Used Memory
OS: Windows Server 2012 R2 (amd64)
Package: MSI
Data: C:\Users\Administrator\AppData\Roaming\FileBot
Done ?(?????)?
Code: Select all
call filebot.exe -script fn:amc --output="\\192.168.200.10" --action move --conflict auto -non-strict "T:/JDownloader/entpackt" --def music=n plex=192.168.200.25 --lang de --log-file T:/JDownloader/amc.log
Code: Select all
Run script [fn:amc] at [Tue May 03 14:12:59 CEST 2016]
Parameter: music = n
Parameter: plex = 192.168.200.25
Argument: T:\JDownloader\entpackt
Invalid argument
java.io.IOException: Invalid argument
at java_io_File$getCanonicalFile.call(Unknown Source)
at Script1.run(Script1.groovy:13)
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:62)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:72)
at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:11
4)
at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:29)
at net.filebot.Main.main(Main.java:120)
Failure (┬░_┬░)
But this worked before
