java.io.IOException: Invalid argument (bad --output folder)
Posted: 02 Jul 2016, 11:04
Hi!
After upgrading from 4.6.2 to 4.7, my automation string in µTorrent doesn't work anymore. Probably an easy fix, but I've read release note without really understanding what is wrong.
This is used in µTorrent:
I get this result in the log:
If i install the old Filebot again, it works. So I guess one of the strings is wrong. Can anyone help me? 
After upgrading from 4.6.2 to 4.7, my automation string in µTorrent doesn't work anymore. Probably an easy fix, but I've read release note without really understanding what is wrong.
This is used in µTorrent:
Code: Select all
filebot -script fn:amc --output "\\XXNAS" --log-file amc.log --action copy --conflict override -non-strict --def music=n subtitles=en,no "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" --def "seriesFormat=\\XXNAS/Serier/{n}/Sesong {s}/{n} - {sxe} - {t}" "movieFormat=\\XXNAS/Filmer/{n} ({y})/{n.upperInitial().space('.')}.{y}.{vf}.{source}.{vc}{'-'+group}" "musicFormat=\\XXNAS/Music/Musikk/{n}/{fn}" --def storeReport=y --def "plex=192.XXXX:TOKEN" --def clean=y
Code: Select all
Run script [fn:amc] at [Sat Jul 02 12:55:01 CEST 2016]
Parameter: music = n
Parameter: subtitles = en,no
Parameter: ut_label =
Parameter: ut_state = 5
Parameter: ut_title = TV-show..
Parameter: ut_kind = %K
Parameter: ut_file =
Parameter: ut_dir = \\XXNAS\Nedlastinger\SHOW
Parameter: seriesFormat = \\XXNAS/Serier/{n}/Sesong {s}/{n} - {sxe} - {t}
Parameter: movieFormat = \\XXNAS/Filmer/{n} ({y})/{n.upperInitial().space('.')}.{y}.{vf}.{source}.{vc}{'-'+group}
Parameter: musicFormat = \\XXNAS/Music/Musikk/{n}/{fn}
Parameter: storeReport = y
Parameter: plex = 192.XXIP:TOKEN
Parameter: clean = y
Invalid argument
java.io.IOException: Invalid argument
at java_io_File$getCanonicalFile.call(Unknown Source)
at Script1.run(Script1.groovy:15)
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:114)
at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:29)
at net.filebot.Main.main(Main.java:120)
Failure (°_°)
