
Please wait while updating issue type...
This issue is blocking the next release
Access to this issue is restricted, which means only users with access to internal issues can see this issue.
This issue has been closed with status "Closed" and resolution "WON'T FIX".
Description
When scraping some shows with incomplete metadata the TVDB scraper fails with the following error:
System.FormatException: String was not recognized as a valid DateTime.
at TVDB.Model.Series.Deserialize(XmlNode node) in C:\Users\steph\Documents\GitHub\TheTVDBApi\src\TVDB\Model\Series.cs:line 896
at TVDB.Web.WebInterface.<GetSeriesByName>d__16.MoveNext() in C:\Users\steph\Documents\GitHub\TheTVDBApi\src\TVDB\Web\WebInterface.cs:line 360
Assuming the repo is github.com/VDSoft/TheTVDBApi
, I've noted in the source that for some reason DateTime values are using Parse()
instead of TryParse()
. In any case, the value is not reliable valid.
How to reproduce
This error is reliably reproducible when trying to scrape a folder named "Rush (2008)", or manually searching for "Rush" within the TV Shows tab.
The IMDB ref for Rush is: tt1258216
.
Attachments0

Subtasks0
Important details
User pain
-
Type of bugNot triaged
-
LikelihoodNot triaged
-
EffectNot triaged
Affected by this issue 0
Times and dates
-
Estimated time No time estimated
-
Time spent No time spent
People involved
Other details
This issue has been deleted
This message will disappear when you reload the page.
Post a comment and get things done
Changes: