Error When Trying To Add Show After Manual Search

Steps to produce. Select the series, do a manual search, then try and download the show that comes up in the results. Any help would be appreciated…

Thanks!

Here’s what was in the log file:

14-7-16 21:03:44.8|Info|NzbSearchService|Searching 3 indexers for [The Voice (AU) : S03E22]
14-7-16 21:03:44.9|Info|FetchFeedService|Finished searching Wombles for [The Voice (AU) : S03E22]. Found 0
14-7-16 21:03:45.2|Info|FetchFeedService|Finished searching Nzbs.org for [The Voice (AU) : S03E22]. Found 1
14-7-16 21:03:46.2|Warn|XElementExtensions|Unable to parse

System.FormatException: String was not recognized as a valid DateTime.
at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
at System.DateTime.Parse(String s, IFormatProvider provider, DateTimeStyles styles)
at NzbDrone.Core.Indexers.XElementExtensions.ParseDate(String dateString) in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Core\Indexers\XElementExtensions.cs:line 45

14-7-16 21:03:46.3|Error|NewznabParser|An error occurred while processing feed item from http://opennzb.net/api?t=tvsearch&cat=5030,5040&extended=1&limit=100&rid=28655&season=3&ep=22

System.FormatException: String was not recognized as a valid DateTime.
at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
at System.DateTime.Parse(String s, IFormatProvider provider, DateTimeStyles styles)
at NzbDrone.Core.Indexers.XElementExtensions.ParseDate(String dateString) in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Core\Indexers\XElementExtensions.cs:line 53
at NzbDrone.Core.Indexers.XElementExtensions.PublishDate(XElement item) in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Core\Indexers\XElementExtensions.cs:line 61
at NzbDrone.Core.Indexers.Newznab.NewznabParser.GetPublishDate(XElement item) in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Core\Indexers\Newznab\NewznabParser.cs:line 32
at NzbDrone.Core.Indexers.RssParserBase.ParseFeedItem(XElement item, String url) in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Core\Indexers\RssParserBase.cs:line 73
at NzbDrone.Core.Indexers.RssParserBase.Process(String xml, String url) in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Core\Indexers\RssParserBase.cs:line 46

14-7-16 21:03:46.4|Info|FetchFeedService|Finished searching Open NZB for [The Voice (AU) : S03E22]. Found 0
14-7-16 21:03:46.5|Info|DownloadDecisionMaker|Processing 1 reports
14-7-16 21:03:49.2|Warn|ArgumentValidator|Value can not be null.
14-7-16 21:03:49.3|Fatal|NzbDroneErrorPipeline|Request Failed

System.ArgumentNullException: Value can not be null.
Parameter name: remoteEpisode.Series
at NzbDrone.Common.EnsureThat.EnsureObjectExtensions.IsNotNull[T](Param1 param) in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Common\EnsureThat\EnsureObjectExtensions.cs:line 12 at NzbDrone.Core.Download.DownloadService.DownloadReport(RemoteEpisode remoteEpisode) in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Core\Download\DownloadService.cs:line 32 at NzbDrone.Api.Indexers.ReleaseModule.DownloadRelease(ReleaseResource release) in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Api\Indexers\ReleaseModule.cs:line 48 at NzbDrone.Api.Indexers.ReleaseModule.<.ctor>b__0(Object x) in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Api\Indexers\ReleaseModule.cs:line 39 at CallSite.Target(Closure , CallSite , Func2 , Object )
at Nancy.Routing.Route.<>c__DisplayClass4.b__3(Object parameters, CancellationToken context)

The first error (DateTime) is related to your indexer returning bad results.

The second error is due to a naming difference between the scene name and the tvdb, which we can correct if you follow these steps: http://forums.nzbdrone.com/t/scene-naming/137

Yeah, opennzb is pretty notoriously not returning any date. Yes, you read that correctly, NOT returning a publish/post date. Absolutely useless.

Thanks for the info. Just a note that I found the Scene Naming thread at http://forums.nzbdrone.com/t/scene-naming/137 instead of http://forums.nzbdrone.com/t/scene-naming/1.

While I’m not sure that the recent posts are official “scene” posts, it appears that they are the only ones available for the last two episodes.

Regarding opennzb, if it’s causing issues, maybe I just need to delete it.

Thanks again for the help!

Whoops, updated the link in my post.

Yeah, those don’t look very official and actually have a bigger issue, the fact that the quality is not part of the title, so drone will never grab them automatically. I’ll add the alias so you can use drone to grab them manually.