Error while loading XML resource

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
panda78
Posts: 38
Joined: 22 Jan 2016, 18:45

Error while loading XML resource

Post by panda78 »

my script

Code: Select all

filebot -script fn:amc /Users/Andrea/Desktop/INPUT/ --output /Users/Andrea/Desktop/OUTPUT --action move --conflict auto -non-strict --lang ita --def 'artwork=y' 'clean=y' 'extras=y' --def 'unsorted=y' excludeList=escluded.txt --log all --log-file /Users/Andrea/Desktop/FB.log
error

Code: Select all

Fetching series artwork for [Supergirl] to [/Users/Andrea/Desktop/OUTPUT/TV Shows/Supergirl/Season 01]
IOException: Error while loading XML resource: http://thetvdb.com/api/694FAD89942D3827/series/295759/all/ita.xml (http://thetvdb.com/api/694FAD89942D3827/series/295759/all/ita.xml)
how can i do ?
User avatar
rednoah
The Source
Posts: 23928
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Error while loading XML resource

Post by rednoah »

Your --lang code will get passed along to TheTVDB, so you'll need to use a 2-letter code:

Code: Select all

--lang it
:idea: Please read the FAQ and How to Request Help.
Post Reply