The filename, directory name, or volume label syntax is incorrect

Support for Windows users
Post Reply
brown3218
Supporter
Posts: 20
Joined: 16 Nov 2013, 16:25

The filename, directory name, or volume label syntax is incorrect

Post by brown3218 »

Please excuse the improper formatting. I wasn't sure how to correctly display code/

I'm getting this error in the logs.

Code: Select all

Illegal Argument: java.io.IOException: The filename, directory name, or volume label syntax is incorrect (ut_dir=E:\Media\Seeding)
Run script [fn:amc] at [Thu Sep 22 15:24:18 MDT 2016]
Parameter: music = n
Parameter: subtitles = en
Parameter: artwork = n
Parameter: plex = 172.168.120.10
Argument: ut_dir=E:\Media\Seeding
Argument: C:\Windows\System32\ut_file=Mr.Robot.S02E02.720p.HDTV.x264-AVS.mkv
Argument: C:\Windows\System32\ut_kind=%K
Argument: C:\Windows\System32\ut_title=Mr.Robot.S02E02.720p.HDTV.x264-AVS.mkv
Argument: C:\Windows\System32\ut_label=
Argument: C:\Windows\System32\ut_state=5
File not found: ut_dir=E:\Media\Seeding
Failure (°_°)


This is what I'm using for my utorrent code:

Code: Select all

filebot -script fn:amc --output "E:/Media" --action copy --conflict override -non-strict --def music=n subtitles=en artwork=n --def plex=172.168.120.10 --log-file amc.log "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"

Any idea why it's telling me file not found in E:\Media\Seeding
User avatar
rednoah
The Source
Posts: 22999
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: The filename, directory name, or volume label syntax is incorrect

Post by rednoah »

--def name=value options must have a leading --def.

:idea: Copy the example and don't make any changes. It'll work. Then make your changes step by step to find out exactly where you went wrong.
:idea: Please read the FAQ and How to Request Help.
Post Reply