FIlebot trying to copy file to system32

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
etufte252
Posts: 2
Joined: 12 Jun 2014, 08:55

FIlebot trying to copy file to system32

Post by etufte252 »

I have no idea how this started happening. I recently change my filebot code in uTorrent from drive letter F: to C:, ever since, filebot has stopped working.

Here is my filebot code in uTorrent:

Code: Select all

filebot -script fn:amc --output "C:" --log-file amc.log --action copy --conflict auto -non-strict --def artwork=y music=n plex=localhost:32400 pushbullet=v1lSRJ9hmiI40ixu6d72rFRsZqSXZQW56SujywFtDwIG4 clean=y subtitles=en "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
Here is my amc.log:

Code: Select all

Parameter: artwork = y
Parameter: music = n
Parameter: plex = localhost:32400
Parameter: pushbullet = *****
Parameter: clean = y
Parameter: subtitles = en
Parameter: ut_label = 
Parameter: ut_state = 20
Parameter: ut_title = Continuum.S03E11.HDTV.x264-2HD.mp4
Parameter: ut_kind = single
Parameter: ut_file = Continuum.S03E11.HDTV.x264-2HD.mp4
Parameter: ut_dir = C:\Torrents\Complete
Input: C:\Torrents\Complete\Continuum.S03E11.HDTV.x264-2HD.mp4
Group: [tvs:continuum] => [Continuum.S03E11.HDTV.x264-2HD.mp4]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
Matched [Continuum.S03E11.HDTV.x264-2HD.mp4] to [Continuum.S03E11.HDTV.x264-2HD] via hash
Fetching [Continuum.S03E11.HDTV.x264-2HD.srt]
Export [Continuum.S03E11.HDTV.x264-2HD.srt] as: SubRip / UTF-8
Writing [Continuum.S03E11.HDTV.x264-2HD.srt] to [Continuum.S03E11.HDTV.x264-2HD.eng.srt]
Rename episodes using [TheTVDB]
Auto-detected query: [Continuum]
Fetching episode data for [Continuum]
Fetching episode data for [Continuum (Web Series)]
Auto-detected query: [Continuum]
Fetching episode data for [Continuum]
Fetching episode data for [Continuum (Web Series)]
[COPY] Rename [C:\Torrents\Complete\Continuum.S03E11.HDTV.x264-2HD.eng.srt] to [C:\Windows\system32\TV Shows\Continuum\Season 03\Continuum - S03E11 - 3 Minutes to Midnight.eng.srt]
[COPY] Failed to rename [C:\Torrents\Complete\Continuum.S03E11.HDTV.x264-2HD.eng.srt]
java.io.IOException: Failed to create folder: C:\Windows\system32\TV Shows\Continuum\Season 03
Clean temporary extracted files
Delete C:\Torrents\Complete\Continuum.S03E11.HDTV.x264-2HD.eng.srt
Finished without processing any files
Failure (°_°)
Any ideas? I already updated to the latest version using the auto update jar.cmd and cleared the cache using filebot -clear-cache
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FIlebot trying to copy file to system32

Post by rednoah »

Have you tried?

Code: Select all

--output "C:/"
:idea: Please read the FAQ and How to Request Help.
etufte252
Posts: 2
Joined: 12 Jun 2014, 08:55

Re: FIlebot trying to copy file to system32

Post by etufte252 »

HA! It worked, thanks.

It used to work when I had the --output "F:" but whatever, as long as it works, I'm happy.
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FIlebot trying to copy file to system32

Post by rednoah »

Windows is strange. Don't think about it too much. :P
:idea: Please read the FAQ and How to Request Help.
Post Reply