Fanart.tv fetch fails, causing exception

All your suggestions, requests and ideas for future development
Post Reply
tsoet
Posts: 8
Joined: 03 Feb 2014, 09:34

Fanart.tv fetch fails, causing exception

Post by tsoet »

Consistently seeing this exception on every movie filebot processes.
Wasn't seeing this error 2 weeks ago.
Updating from 4.7.11 to latest made no change.

Error and exception:

Code: Select all

Fetch failed: http://webservice.fanart.tv/v3/movies/372058?api_key=780b986b22c35e6f7a134a2f392c2deb
java.io.IOException: Response data is null: movies/372058 => http://webservice.fanart.tv/v3/movies/372058?api_key=780b986b22c35e6f7a134a2f392c2deb
    at net.filebot.CachedResource.lambda$get$1(CachedResource.java:96)
    at net.filebot.Cache.computeIf(Cache.java:90)
    at net.filebot.CachedResource.get(CachedResource.java:82)
    at net.filebot.web.FanartTVClient.getArtwork(FanartTVClient.java:45)
    at net.filebot.web.ArtworkProvider$getArtwork.call(Unknown Source)
    at Script2.fetchMovieFanart(Script2.groovy:237)
    at Script2$_fetchMovieArtworkAndNfo_closure12$_closure44.doCall(Script2.groovy:350)
    at Script2$_fetchMovieArtworkAndNfo_closure12.doCall(Script2.groovy:350)
    at Script2$_fetchMovieArtworkAndNfo_closure12.doCall(Script2.groovy)
    at net.filebot.cli.ScriptShellBaseClass.tryLogCatch(ScriptShellBaseClass.java:141)
    at Script2.fetchMovieArtworkAndNfo(Script2.groovy:330)
    at Script1$_run_closure55$_closure136.doCall(Script1.groovy:461)
    at Script1$_run_closure55.doCall(Script1.groovy:456)
    at Script1.run(Script1.groovy:412)
    at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:64)
    at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:74)
    at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:127)
    at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:29)
    at net.filebot.Main.main(Main.java:111)

IOException: Response data is null: movies/372058 => http://webservice.fanart.tv/v3/movies/372058?api_key=780b986b22c35e6f7a134a2f392c2deb
Filebot invoked by:

Code: Select all

/usr/local/bin/filebot \
	-script fn:amc \
	-no-xattr \
	--output "$CONFIG_OUTPUT" \
	--log-file amc.log \
	--action hardlink \
	--conflict auto \
	-non-strict \
	--def \
		music=n \
		subtitles=en \
		artwork=y \
		extras=y \
		unsorted=y \
		clean=y \
		excludeList="/tank/media/unsorted/downloads/complete/.excludes" \
		'seriesFormat=television/{n.replaceFirst(/^(?i)(The|A|An)\s(.+)/, /$2, $1/)}/Season {s}/{sxe} - {t}  [{vc}.{vf}, {af} {ac}]' \
		'movieFormat=movies/{n.replaceFirst(/^(?i)(The|A|An)\s(.+)/, /$2, $1/)} ({y})/{n}  [{vc}.{vf}, {af} {ac}]{" $pi"+"of"+"$pn"}' \
		'unsortedFormat=unsorted/downloads/filebot_unsorted/{fn}.{ext}' \
		ut_kind="multi" \
		ut_dir="$ARG_PATH" \
		ut_title="$ARG_NAME" \
		ut_label="$ARG_LABEL"
System info:

Code: Select all

# filebot -script fn:sysinfo
FileBot 4.7.13 (r5201)
JNA Native: 5.1.0
MediaInfo: 0.7.97
Apache Commons VFS: [zip, rar]
Chromaprint: 1.4.2
Extended Attributes: java.io.IOException: UserDefinedFileAttributeView is not supported
Unicode Filesystem: OK
Script Bundle: 2017-05-15 (r500)
Groovy: 2.4.12
JRE: OpenJDK Runtime Environment 1.8.0_131
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 2 Core / 3 GB Max Memory / 18 MB Used Memory
OS: FreeBSD (amd64)
Package: PORTABLE
uname: FreeBSD transmission_1 11.0-STABLE FreeBSD 11.0-STABLE #0 r313908+d7d07647f69(freenas/11.0-stable): Thu Jul 20 19:01:05 UTC 2017     root@gauntlet:/freenas-11-releng/freenas/_BE/objs/freenas-11-releng/freenas/_BE/os/sys/FreeNAS.amd64  amd64
Done ヾ(@⌒ー⌒@)ノ
jobrien2001
Posts: 2
Joined: 08 Jun 2015, 16:39

Re: Fanart.tv fetch fails, causing exception

Post by jobrien2001 »

i am getting the same.

Perhaps something changed on fanart?
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Fanart.tv fetch fails, causing exception

Post by kim »

Post Reply