rvs76 / tvdblib

Automatically exported from code.google.com/p/tvdblib
0 stars 0 forks source link

Error. invalid Date Format. #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When i try to fetch some data from several series Like Chobits(ID=71070) this 
error rised:

Unhandled exception has occurred in your application.
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.FormatException: The string was not recognized as a valid DateTime. 
There is an unknown word starting at index 0.
   at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
   at TvdbLib.Xml.TvdbXmlReader.ExtractSeriesFields(String _data)
   at TvdbLib.Xml.TvdbXmlReader.ExtractSeries(String _data)
   at TvdbLib.TvdbDownloader.DownloadSeries(Int32 _seriesId, TvdbLanguage _language, Boolean _loadEpisodes, Boolean _loadActors, Boolean _loadBanners)
   at TvdbLib.TvdbHandler.GetSeries(Int32 _seriesId, TvdbLanguage _language, Boolean _loadEpisodes, Boolean _loadActors, Boolean _loadBanners, Boolean _useZip)
   at TvdbLib.TvdbHandler.GetSeries(Int32 _seriesId, TvdbLanguage _language, Boolean _loadEpisodes, Boolean _loadActors, Boolean _loadBanners)

I tried with your TvBrowser, and the same happend. I want to know  if thats a 
problem with your library or the database of thetvdb. if is the database can u 
report it to them? so they can fix it.

Thanks. And sorry for my bad english.

Original issue reported on code.google.com by Ruis...@gmail.com on 27 Jun 2010 at 5:12

GoogleCodeExporter commented 9 years ago
I think this might have been already fixed in the latest svn...

Can you give more examples of series that throw this exception? Chobits (72070 
btw., not 71070 ;)) worked fine for me.

I have some free time now so I'll see if I can get out a new version this week.

Original comment by mail.bgm...@gmail.com on 29 Jun 2010 at 1:49

GoogleCodeExporter commented 9 years ago
It doesn't work with me..... :S
If i use your TvBrowser and enter chobits on the find box it appear in the 
search result window, and show the date correctly. but after i press choose it 
crash and show the exception.

Try it again doing that to see if u can reproduce the crash.

Original comment by Ruis...@gmail.com on 1 Jul 2010 at 12:17

GoogleCodeExporter commented 9 years ago
Yes but you're probably using the latest build, not the svn version...

Try the attached svn build.

I will release a new version in the next few days.

Original comment by bgmei...@gmail.com on 1 Jul 2010 at 10:19

Attachments:

GoogleCodeExporter commented 9 years ago
ok, it worked.. :S so this svn work fine.. I will be waiting the new version 
because i use your library for a personal application that i create to keep a 
track of my series and store the info in a database.

Thanks. 

Original comment by Ruis...@gmail.com on 1 Jul 2010 at 1:27

GoogleCodeExporter commented 9 years ago
Just a small update: I ran into some issues with the updating algorithm. It 
should be all fixed now but I'm waiting for a reply from tvdb 
(http://forums.thetvdb.com/viewtopic.php?f=8&t=3994) before releasing the next 
version.

Original comment by bgmei...@gmail.com on 9 Jul 2010 at 12:17

GoogleCodeExporter commented 9 years ago

Original comment by bgmei...@gmail.com on 22 Jul 2010 at 8:37