Parser - Argument is out of range

Hello,

I seem to get this debug message after a download finishes doesnt seem related to it either since its the same with any show…

Message:

    An error has occurred while trying to parse PBR.Huntington.Beach.2014.15.15.Bucking.Battle.720p.HDTV.x264-BTN: Argument is out of range. Parameter name: Parameters describe an unrepresentable DateTime.

Execption:

System.ArgumentOutOfRangeException: Argument is out of range.
Parameter name: Parameters describe an unrepresentable DateTime.
  at System.DateTime..ctor (Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond) [0x00087] in /spksrc/native/mono/work-native/mono-3.10.0/mcs/class/corlib/System/DateTime.cs:323 
  at System.DateTime..ctor (Int32 year, Int32 month, Int32 day) [0x00000] in /spksrc/native/mono/work-native/mono-3.10.0/mcs/class/corlib/System/DateTime.cs:306 
  at NzbDrone.Core.Parser.Parser.ParseMatchCollection (System.Text.RegularExpressions.MatchCollection matchCollection) [0x00353] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Parser\Parser.cs:638 
  at NzbDrone.Core.Parser.Parser.ParseTitle (System.String title) [0x001d5] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Parser\Parser.cs:284

I have no idea where its getting “PBR.Huntington.Beach.2014.15.15.Bucking.Battle.720p.HDTV.x264-BTN” from to begin with…

Update:
Okay I can confirm its happening during search just before

RSS Sync Completed. Reports found: 400, Reports grabbed: 0

Update 2:
I feel like a total idiot for somereason RSS Sync for nzbs.in has that in my api/rss, ATM ive just got search for nzbs.in and its not having the issue. Not sure if its possible to delete this but if there are any admins on you can go ahead and remove this post. Sorry once again.

Just a FYI,

An incorrectly named NZB is throwing errors in the logs. It’s the incorrect date that Sonar is having issues with. This NZB appeared on some indexers a few hours ago.

PBR.Huntington.Beach.2014.15.15.Bucking.Battle.720p.HDTV.x264-BTN

I know the NZB will “age out” eventually. Doesn’t cause any other issues besides the error messages in the logs.

An error has occurred while trying to parse PBR.Huntington.Beach.2014.15.15.Bucking.Battle.720p.HDTV.x264-BTN: Year, Month, and Day parameters describe an un-representable DateTime.

System.ArgumentOutOfRangeException: Year, Month, and Day parameters describe an un-representable DateTime.
at System.DateTime.DateToTicks(Int32 year, Int32 month, Int32 day)
at System.DateTime…ctor(Int32 year, Int32 month, Int32 day)
at NzbDrone.Core.Parser.Parser.ParseMatchCollection(MatchCollection matchCollection) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Parser\Parser.cs:line 638
at NzbDrone.Core.Parser.Parser.ParseTitle(String title) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Parser\Parser.cs:line 284