Page 1 of 1

uTorrent FileBot integration suddenly stopped working

Posted: 06 Aug 2014, 23:49
by Natilus13
I've been using FileBot for some time now, thanks to the help of rednoah. Suddenly it stopped running automatically through uTorrent. I'm not really sure what changed and I've tried reading through the various posts on this board in the hopes I could get it resolved myself. Unfortunately I've had no luck.

I've attached a screen shot from running filebot -script fn:sysinfo and here is the command line I currently have in uTorrent...

filebot.launcher -script fn:amc --output "F:/" --log-file amc.log --action copy --conflict override -non-strict --def "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"

I am running FileBot 4.2, and Java 7 update 65 (build 1.7.0_65-b20).

FileBot still works quite well if I drag and drop files into the GUI... just wish I could get the automation working agian.

Thanks in advance for your help :)

Re: uTorrent FileBot integration suddenly stopped working

Posted: 06 Aug 2014, 23:57
by rednoah
Have you checked the amc logs? i.e. %APP_DATA%/FileBot/logs/amc.log

The first thing I'd do is use the absolute path to filebot.launcher - and don't forget "quotes" - just to make sure it's not a PATH issue.

Re: uTorrent FileBot integration suddenly stopped working

Posted: 07 Aug 2014, 14:14
by Natilus13
Thank you so much. Once i added the direct path (with quotes :D ) everything started working as it should. I wish I knew what changed a few weeks ago that made the script stop working... at least it is working now.

Thanks again!