uTorrent and Filebot error?

Any questions? Need some help?
Post Reply
helmbaek
Posts: 3
Joined: 21 Jun 2013, 21:03

uTorrent and Filebot error?

Post by helmbaek »

Hi,

I've been running uTorrent and FileBot a couple of weeks without any problems, but now it wont work. Please help :)

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


Logfile:
Parameter: music = y
Parameter: plex = maximus
Parameter: subtitles = en,da
Parameter: artwork = y
Parameter: ut_dir = J:\Completed\TV Shows\FunnyShowS01E01
Parameter: ut_file =
Parameter: ut_kind = %K
Parameter: ut_title = FunnyShowS01E01
Parameter: ut_label = TV Shows
Parameter: ut_state = 8
Argument: F:\
NullPointerException: java.lang.NullPointerException
java.lang.NullPointerException
at net.sourceforge.filebot.media.ReleaseInfo$FolderEntryFilter.accept(Unknown Source)
at net.sourceforge.filebot.media.MediaDetection.isDiskFolder(Unknown Source)
at net.sourceforge.filebot.media.MediaDetection$isDiskFolder.call(Unknown Source)
at Script2$_run_closure9.doCall(Script2.groovy:18)
at Script2$_run_closure9.doCall(Script2.groovy)
at Script3.resolveInput(Script3.groovy:64)
at Script3$_resolveInput_closure51.doCall(Script3.groovy:65)
at Script3.resolveInput(Script3.groovy:65)
at Script3$_run_closure22.doCall(Script3.groovy:80)
at Script3.run(Script3.groovy:80)
at net.sourceforge.filebot.cli.ScriptShell.evaluate(Unknown Source)
at net.sourceforge.filebot.cli.ScriptShell.runScript(Unknown Source)
at net.sourceforge.filebot.cli.ArgumentProcessor.process(Unknown Source)
at net.sourceforge.filebot.Main.main(Unknown Source)
Failure (°_°)
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: uTorrent and Filebot error?

Post by rednoah »

Havent seen this error but this looks wrong:
Argument: F:\

You're forcing standalone usage by passing in file arguments. Remove the file argument after -script fn:amc. As it is configured now it'll always process ALL media files in F: and NOT just the new ones, that's a waste of free resources.
:idea: Please read the FAQ and How to Request Help.
Post Reply