An invalid XML character

All your suggestions, requests and ideas for future development
Post Reply
Chryses
Posts: 66
Joined: 26 Aug 2012, 19:11

An invalid XML character

Post by Chryses »

Hi, I don't know what is, but is only with this series ...

Code: Select all

Locking /home/xbmc/.filebot/logs/amc.log
Parameter: music = n
Parameter: artwork = n
Parameter: xbmc = 192.168.2.100
Parameter: seriesFormat = Serie Tv/{n}/{n} - {s.pad(2)}x{es.collect{ it.pad(2) }.join('-')} - {t}
Parameter: movieFormat = Film/{n} ({y}){' - '+fn.match(/(?i)cd+[0-9]/).toUpperCase()}{' - '+fn.match(/(?i)cd +[0-9]/).toUpperCase()}
Argument: /media/TwoTera/Download/vari/Intelligence.1x01.Prima.Missione.ITA.ENG.DLMux.1080p.mkv
Input: /media/TwoTera/Download/vari/Intelligence.1x01.Prima.Missione.ITA.ENG.DLMux.1080p.mkv
Group: [tvs:intelligence] => [Intelligence.1x01.Prima.Missione.ITA.ENG.DLMux.1080p.mkv]
Rename episodes using [TheTVDB]
Auto-detected query: [Intelligence]
Fetching episode data for [Intelligence]
Fetching episode data for [Intelligence (2014)]
Fetching episode data for [Intelligence Servizi e Segreti]
Fetching episode data for [Intelligence Storia Dei Servizi Segreti]
[Fatal Error] :46:201: An invalid XML character (Unicode: 0x19) was found in the element content of the document.
RuntimeException: org.xml.sax.SAXParseException; lineNumber: 46; columnNumber: 201; An invalid XML character (Unicode: 0x19) was found in the element content of the document.
Exception: Failed to rename series: intelligence
Failure (°_°)
J
User avatar
rednoah
The Source
Posts: 23930
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: An invalid XML character

Post by rednoah »

TheTVDB responds with erroneous XML data.

It's probably a temporary issue until the rebuild the XML next time. But sending a bug report with Series Name and Series ID might speed things up. ;)

Update:

Seems to be fixed now. If you still have issues call filebot -clear-cache once.

Code: Select all

Rename episodes using [TheTVDB]
Auto-detected query: [Intelligence]
Fetching episode data for [Intelligence]
Fetching episode data for [Intelligence (2014)]
Fetching episode data for [Intelligence Squared]
[TEST] Rename [D:\workspace\testdata\AMC-TEST\Intelligence.1x01.Prima.Missione.ITA.ENG.DLMux.1080p.mkv] to [D:\workspace\output\TV Shows\Intelligence (2014)\Season 01\Intelligence (2014) - S01E01 - Pilot.mkv]
Processed 1 files
:idea: Please read the FAQ and How to Request Help.
Chryses
Posts: 66
Joined: 26 Aug 2012, 19:11

Re: An invalid XML character

Post by Chryses »

Code: Select all

xbmc@xbmc:~$ filebot -clear-cache
Clear cache and temporary files
* Delete /home/xbmc/.filebot/cache
* Delete /home/xbmc/.filebot/logs
* Delete /home/xbmc/.filebot/temp
xbmc@xbmc:~$ cd scripts/
xbmc@xbmc:~/scripts$ ./filebot_script.sh -c -f /media/TwoTera/Download/vari/Inte                                                               lligence.1x01.Prima.Missione.ITA.ENG.DLMux.1080p.mkv
Locking /home/xbmc/.filebot/logs/amc.log
Parameter: music = n
Parameter: artwork = n
Parameter: xbmc = 192.168.2.100
Parameter: seriesFormat = Serie Tv/{n}/{n} - {s.pad(2)}x{es.collect{ it.pad(2) }.join('-')} - {t}
Parameter: movieFormat = Film/{n} ({y}){' - '+fn.match(/(?i)cd+[0-9]/).toUpperCase()}{' - '+fn.match(/(?i)cd +[0-9]/).toUpperCase()}
Argument: /media/TwoTera/Download/vari/Intelligence.1x01.Prima.Missione.ITA.ENG.DLMux.1080p.mkv
Input: /media/TwoTera/Download/vari/Intelligence.1x01.Prima.Missione.ITA.ENG.DLMux.1080p.mkv
Group: [tvs:intelligence] => [Intelligence.1x01.Prima.Missione.ITA.ENG.DLMux.1080p.mkv]
Rename episodes using [TheTVDB]
Auto-detected query: [Intelligence]
Fetching episode data for [Intelligence]
Fetching episode data for [Intelligence (2014)]
Fetching episode data for [Intelligence Servizi e Segreti]
Fetching episode data for [Intelligence Storia Dei Servizi Segreti]
[Fatal Error] :46:201: An invalid XML character (Unicode: 0x19) was found in the element content of the document.
RuntimeException: org.xml.sax.SAXParseException; lineNumber: 46; columnNumber: 201; An invalid XML character (Unicode: 0x19) was found in the element content of the document.
Exception: Failed to rename series: intelligence
Failure (°_°)
Opened a discussion on tvdb forum
Post Reply