TVRename wont open anymore....

fatboyau

09-09-2009 19:03:29

I'm not sure if this is my end, or the program, but It stopped working for me a day or two ago.
Might be my end, as its been running in a VM, and my server has crashed about 10 times in the last few days (fixed now)... so who knows.

Anyway, onto the error:

'.', hexadecimal value 0x00, is an invalid character. Line 203798, position 58.

at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Int32 pos, Char invChar)
at System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars)
at System.Xml.XmlTextReaderImpl.ParseText()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlSubtreeReader.Read()
at TVRename.Episode..ctor(SeriesInfo ser, Season seas, XmlReader r)
at TVRename.TheTVDB.ProcessTVDBResponse(Stream ms)
at TVRename.TheTVDB.LoadCache()
at TVRename.TheTVDB..ctor()
at TVRename.TVDoc..ctor()
at TVRename.UI..ctor()
at main(String[] args)

(Any other output/logs available if you need/want it too)

Hopefully that means something to you Steve,

Cheers,
FatBoyAU

EDIT: Forgot to mention, this was 2.1.1a6, upgrading to the latest and greatest gets me info that directly relates to a specific episode:
The X-Files, season 8. episode 18 "Vienen" and "'.', hexadecimal value 0x00, is an invalid character. Line 203798, position 58." is still listed.

After this, I get get 100% cpu usage until I kill the process.

sstteevvee

11-09-2009 12:48:36

It looks like the local cache of thetvdb data has been corrupted - not unexpected with crashing servers!

Go to your settings file folder (see viewtopic.php?f=7&t=185 for its location), and delete "thetvdb.xml". You can optionally move one of the older numbered backups into its place.

After doing so tvrename will re-download the data from thetvdb next time you run it, to get itself up to date.

fatboyau

17-09-2009 22:37:25

Thanks, I'm back to normal now.