Standalone amc script problem

All your suggestions, requests and ideas for future development
Post Reply
Charlie1564
Posts: 2
Joined: 17 Jul 2014, 08:14

Standalone amc script problem

Post by Charlie1564 »

Hi all,
First of all many thanks for that powerful tool!!
I got it working last week and since the 4.2 update it stopped.
I try to make it work through command input to process already downloaded files but I got this report :
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

C:\>filebot -script fn:amc --output "F:/Media" --log-file amc.log --action copy
-non-strict "F:/Torrents/Moving/TVShows/Thewire" --def excludeList=amc.txt
Locking C:\Users\Charles\AppData\Roaming\FileBot\logs\amc.log
SunCertPathBuilderException: unable to find valid certification path to requeste
d target
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid
certification path to requested target
at net.filebot.web.WebRequest.fetch(WebRequest.java:140)
at net.filebot.web.WebRequest.fetchIfModified(WebRequest.java:118)
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.j
ava:133)
at net.filebot.web.AbstractCachedResource.get(AbstractCachedResource.jav
a:78)
at net.filebot.cli.ArgumentProcessor$DefaultScriptProvider.fetchScript(A
rgumentProcessor.java:198)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:81)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:108)

at net.filebot.Main.main(Main.java:191)
Failure (┬░_┬░)
Launch4j: Failed to run the given command.

C:\>filebot -script fn:sysinfo
SunCertPathBuilderException: unable to find valid certification path to requeste
d target
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid
certification path to requested target
at net.filebot.web.WebRequest.fetch(WebRequest.java:140)
at net.filebot.web.WebRequest.fetchIfModified(WebRequest.java:118)
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.j
ava:133)
at net.filebot.web.AbstractCachedResource.get(AbstractCachedResource.jav
a:78)
at net.filebot.cli.ArgumentProcessor$DefaultScriptProvider.fetchScript(A
rgumentProcessor.java:198)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:81)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:108)

at net.filebot.Main.main(Main.java:191)
Failure (░_░)
Launch4j: Failed to run the given command.

C:\>
It has to be a newbie mistake but i can't get it working.... My download a piling up unprocessed :?

Thanks!
User avatar
rednoah
The Source
Posts: 23005
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Standalone amc script problem

Post by rednoah »

This the best I could find:
http://stackoverflow.com/questions/6908 ... le-to-find

That error basically means it can't establish a secure connection. Since it can't even get the script I guess it tries and fails to connect to raw.githubusercontent.com

Updating Java and/or Windows might help if the root certificates on your machine are outdated.
:idea: Please read the FAQ and How to Request Help.
Charlie1564
Posts: 2
Joined: 17 Jul 2014, 08:14

Re: Standalone amc script problem

Post by Charlie1564 »

Finally it worked by closing Filebot in the background and let it start with the cmd line.
Thx for the help
Post Reply