Nzbdrone with opennzb.net don't work

I have also opennzb.net for Indexers, but nzbdrone can’t handle indexers without a api key.

Nzbdrone gives me this error back:

An error occurred while processing feed item from http://opennzb.net/api?t=tvsearch&cat=5030,5040&extended=1&limit=100&rid=31369&season=1&ep=1: De tekenreeks is niet als geldige DateTime herkend.

System.FormatException: De tekenreeks is niet als geldige DateTime herkend.
bij System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
bij System.DateTime.Parse(String s, IFormatProvider provider, DateTimeStyles styles)
bij NzbDrone.Core.Indexers.XElementExtensions.PublishDate(XElement item) in m:\BuildAgent2\work\328d72309b633a8\src\zbDrone.Core\Indexers\XElementExtensions.cs:regel 55
bij NzbDrone.Core.Indexers.RssParserBase.ParseFeedItem(XElement item, String url) in m:\BuildAgent2\work\328d72309b633a8\src\zbDrone.Core\Indexers\RssParserBase.cs:regel 72
bij NzbDrone.Core.Indexers.RssParserBase.Process(String xml, String url) in m:\BuildAgent2\work\328d72309b633a8\src\zbDrone.Core\Indexers\RssParserBase.cs:regel 46

not that i have ever heard of opennzb.net till now but checking it out it seems to generate individual RSS feeds for each show instead of a broad spectrum indexer so you might end up having to have a indexer for each show also i cannot see the API key like you said there doesn’t appear to be one so that is probably why it is not working i would assume a API key is required

@markus101 will probably know if it can be used or not but my thinking is i don’t think it will :frowning: it looks more like it would be something you could setup with Sabnzbd with the RSS feed options instead

Yes it can, if it wasn’t able to it wouldn’t let you add it at all (it checks to make sure the URL is valid before saving it).

I just tested it and its working fine, I was able to perform the exact same search. Looking at your error message its unable to parse the publish date, which could be due to how your system is setup, which language and region is your system set to?

First of all, thank you for your replay.

I run nzbdrone on my windows computer. Language set to Dutch and the region also to dutch.
Do you need a screenshot of it?

It wouldn’t hurt, then at least I can match the settings up (hopefully).

Hi Markus101,

Thank you for your replay!
this fix: http://forums.nzbdrone.com/discussion/comment/5606#Comment_5606 works for me to solve this problem