Filebot Node on Synology NAS is not working properly

All your suggestions, requests and ideas for future development
Post Reply
kw17th
Posts: 16
Joined: 10 Nov 2019, 14:57

Filebot Node on Synology NAS is not working properly

Post 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

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

Re: Filebot Node on Synology NAS is not working properly

Post 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.
:idea: Please read the FAQ and How to Request Help.
kw17th
Posts: 16
Joined: 10 Nov 2019, 14:57

Re: Filebot Node on Synology NAS is not working properly

Post by kw17th »

It do works, but what's wrong with the Dev channel?
User avatar
rednoah
The Source
Posts: 22974
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot Node on Synology NAS is not working properly

Post by rednoah »

Connection refused likely means that raw.githubusercontent.com has blocked your IP.
:idea: Please read the FAQ and How to Request Help.
Post Reply