Page 1 of 1

Filebot Node on Synology NAS is not working properly

Posted: 29 Oct 2020, 03:28
by kw17th
What exactly went wrong for the below error? I tried a proxy to access GitHub, but still not fixed.

Code: Select all

filebot -script 'dev:amc' /volume1/Area55/Download --output /volume1/Area55 --action TEST -non-strict --order Airdate --conflict auto --lang ja --def 'artwork=y' 'subtitles=zho' 'clean=y' 'skipExtract=y' 'seriesFormat=/TV Show - 电视剧/{localize.zho.n}/{localize.zho.n}({n}) - {s00e00} - {t} - {localize.zho.t}' 'animeFormat=/Animation - 动画片/{localize.zho.n}/{localize.zho.n}({n}) - {s00e00} - {t} - {localize.zho.t}' 'movieFormat=/Movie - 电影/{ny}/{localize.zho.n} ({n} tmdbid {tmdbid})' 'excludeList=.excludes' --apply refresh --log all --log-file '/usr/local/filebot-node/data/filebot.log'

------------------------------------------

Fetch failed: Try again in 2 seconds (2 more) => java.net.ConnectException: Connection refused
Fetch failed: Try again in 8 seconds (1 more) => java.net.ConnectException: Connection refused
Failed to fetch resource: https://raw.githubusercontent.com/filebot/scripts/master/amc.groovy
java.net.ConnectException: Connection refused
	at net.filebot.web.WebRequest.notModified(Unknown Source)
	at net.filebot.web.WebRequest.checkErrorCode(Unknown Source)
	at net.filebot.web.WebRequest.fetch(Unknown Source)
	at net.filebot.CachedResource.lambda$fetchIfNoneMatch$15(Unknown Source)
	at net.filebot.CachedResource.lambda$get$1(Unknown Source)
	at net.filebot.CachedResource.retry(Unknown Source)
	at net.filebot.CachedResource.retry(Unknown Source)
	at net.filebot.CachedResource.retry(Unknown Source)
	at net.filebot.CachedResource.lambda$get$2(Unknown Source)
	at net.filebot.Cache.computeIf(Unknown Source)
	at net.filebot.CachedResource.get(Unknown Source)
	at net.filebot.cli.ScriptSource$2.lambda$getScriptProvider$2(Unknown Source)
	at net.filebot.cli.ScriptShell.runScript(Unknown Source)
	at net.filebot.cli.ArgumentProcessor.runScript(Unknown Source)
	at net.filebot.cli.ArgumentProcessor.run(Unknown Source)
	at net.filebot.Main.main(Unknown Source)

Connection refused
java.net.ConnectException: Connection refused
	at net.filebot.web.WebRequest.notModified(Unknown Source)
	at net.filebot.web.WebRequest.checkErrorCode(Unknown Source)
	at net.filebot.web.WebRequest.fetch(Unknown Source)
	at net.filebot.CachedResource.lambda$fetchIfNoneMatch$15(Unknown Source)
	at net.filebot.CachedResource.lambda$get$1(Unknown Source)
	at net.filebot.CachedResource.retry(Unknown Source)
	at net.filebot.CachedResource.retry(Unknown Source)
	at net.filebot.CachedResource.retry(Unknown Source)
	at net.filebot.CachedResource.lambda$get$2(Unknown Source)
	at net.filebot.Cache.computeIf(Unknown Source)
	at net.filebot.CachedResource.get(Unknown Source)
	at net.filebot.cli.ScriptSource$2.lambda$getScriptProvider$2(Unknown Source)
	at net.filebot.cli.ScriptShell.runScript(Unknown Source)
	at net.filebot.cli.ArgumentProcessor.runScript(Unknown Source)
	at net.filebot.cli.ArgumentProcessor.run(Unknown Source)
	at net.filebot.Main.main(Unknown Source)

Error (o_O)

------------------------------------------

[Process error]

🔺 Exit Code: 1


Re: Filebot Node on Synology NAS is not working properly

Posted: 29 Oct 2020, 03:41
by rednoah
Why not use the default script repository instead?

Code: Select all

filebot -script fn:amc ...
:arrow: In FileBot Node lingo, that means setting Script Channel to stable instead of latest.

Re: Filebot Node on Synology NAS is not working properly

Posted: 31 Oct 2020, 13:10
by kw17th
It do works, but what's wrong with the Dev channel?

Re: Filebot Node on Synology NAS is not working properly

Posted: 31 Oct 2020, 17:30
by rednoah
Connection refused likely means that raw.githubusercontent.com has blocked your IP.