Page 2 of 2

Re: [SCRIPT] uFiler | Automate your media center

Posted: 04 Dec 2016, 22:08
by Toter402
Also Sometimes I get this:

Code: Select all

Launching filebot to copy and rename files...

Reading logs...

TotalNotifications 0

The system cannot find the batch label specified - donenotifications
What does that last line mean?
I also tried removing the quotes in the utorrent exe textbox.
Sorry for the double post.

Re: [SCRIPT] uFiler | Automate your media center

Posted: 24 Feb 2017, 05:02
by xflak
Just saw this now, during trouble shooting, try running the *.bat instead of the *.exe, you should get a better sense of what's going on

This is what I have my uTorrent executing every time a torrent changes state

Code: Select all

"C:\Users\Admin\Documents\uFiler\uFiler.exe" "C:\Users\Admin\Documents\uFiler" "%L" "%S" "%P" "%N" "%D" "%K"
If for whatever reason you can't get it working, you can use something like the following for when a torrent completes (others have used this to get uFiler working with other bit torrent apps other than uTorrent)

Code: Select all

C:\Users\Admin\Documents\uFiler\uFiler.exe "C:\Users\Admin\Documents\uFiler" "F"
it's basically the same as what you are able to get working already with "ufiler.exe" "*directory*\" "F"

also, I'm not running the latest version of uTorrent, not sure if that may have something to do with it. I find 3.2.3 to be the most stable version in my experience.

Re: [SCRIPT] uFiler | Automate your media center

Posted: 24 Feb 2017, 07:31
by rednoah
Sounds like a bat script issue.

@see http://stackoverflow.com/a/232674/1514467

Re: [SCRIPT] uFiler | Automate your media center

Posted: 04 Jul 2017, 16:29
by miggy
Hello,

I am getting this error now when running uFiler:


Launching filebot to move and rename files...

Launching filebot to clean files...

Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this release.
FileNotFoundException: https://raw.githubusercontent.com/fileb ... ner.groovy
java.io.FileNotFoundException: https://raw.githubusercontent.com/fileb ... ner.groovy
at net.filebot.web.WebRequest.fetch(WebRequest.java:123)
at net.filebot.web.WebRequest.fetchIfModified(WebRequest.java:101)
at net.filebot.web.CachedResource.fetchData(CachedResource.java:32)
at net.filebot.web.CachedResource.fetchData(CachedResource.java:11)
at net.filebot.web.AbstractCachedResource.fetch(AbstractCachedResource.java:137)
at net.filebot.web.AbstractCachedResource.get(AbstractCachedResource.java:82)
at net.filebot.cli.ArgumentProcessor$DefaultScriptProvider.fetchScript(ArgumentProcessor.java:210)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:116)
at net.filebot.Main.main(Main.java:168)
Failure (°_°)[/b]


Any ideas?

Thanks,
Mike

Re: [SCRIPT] uFiler | Automate your media center

Posted: 12 Jul 2017, 20:56
by cguy1234
Thanks for this awesome tool to help automate this stuff...
I've got a problem and I can't seem to find the answer... I read your docs thoroughly, and followed your setup. Installing the older version of uotrrent (3.2.3) and labeling my torrents correctly (TV, MOVIE). They are then sorted into the correct folders when downloading completes BUT then nothing happens. They never get copied or moved to the correct folders...

I ran ufiler.bat manually, and it did work once, but I have been unable to get it to work again, seems like using the "F" command to force it only looks for TV? The output is a little cryptic.

Here's my settings in utorrent: https://www.screencast.com/t/kR4LQgMiEK

and here's my settings.bat file: https://www.screencast.com/t/sPbS33nXkVUq

Can anyone let me know what I'm doing wrong here?
Also I did double check that the " are indeed " and not the slanted ones. ;)

Let me know and thanks in advance.

Also, I can't seem to find any log files from uTorrent, are there any? It would be helpful in troubleshooting if we could see whether it was making the call to ufiler or not.. and what the results are..

Re: [SCRIPT] uFiler | Automate your media center

Posted: 12 Jul 2017, 22:02
by cguy1234
miggy wrote: 04 Jul 2017, 16:29 Hello,

I am getting this error now when running uFiler:


Launching filebot to move and rename files...

Launching filebot to clean files...

Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this release.
FileNotFoundException: https://raw.githubusercontent.com/fileb ... ner.groovy
java.io.FileNotFoundException: https://raw.githubusercontent.com/fileb ... ner.groovy
at net.filebot.web.WebRequest.fetch(WebRequest.java:123)
at net.filebot.web.WebRequest.fetchIfModified(WebRequest.java:101)
at net.filebot.web.CachedResource.fetchData(CachedResource.java:32)
at net.filebot.web.CachedResource.fetchData(CachedResource.java:11)
at net.filebot.web.AbstractCachedResource.fetch(AbstractCachedResource.java:137)
at net.filebot.web.AbstractCachedResource.get(AbstractCachedResource.java:82)
at net.filebot.cli.ArgumentProcessor$DefaultScriptProvider.fetchScript(ArgumentProcessor.java:210)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:116)
at net.filebot.Main.main(Main.java:168)
Failure (°_°)[/b]


Any ideas?

Thanks,
Mike
This is a java error, likely caused because you're running the 32 bit java not the 64 bit one. I had similar errors until I got that sorted out.

Re: [SCRIPT] uFiler | Automate your media center

Posted: 14 Jul 2017, 09:33
by rednoah
That error means that you're using an old version that uses old resources that are no longer available. If you're using the latest version, then you definitely won't get this particular error. ;)

Re: [SCRIPT] uFiler | Automate your media center

Posted: 13 Sep 2019, 00:41
by xflak
Hey I haven't been checking these forums in awhile, sorry about that. Any issues people might be having, be sure to re-download ufiler as I've put out some updates over the years since posting it here originally, mostly bug-fixes but some new features too.