Attempting to parse torrents I've never heard of

My logs are cluttered with 50+ instances of these two errors:


Message

An error has occurred while trying to parse MotoGP 2015 (13-14 jun) GP Catalunya - Q+Race 07.Montmelo-Barcelona (MotoGP) 720p 50fps -olvlas: Argument is out of range.
Parameter name: Parameters describe an unrepresentable DateTime.

Exception

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 /private/tmp/source-mono-mac-3.12.0-branch-32/bockbuild-mono-3.12.0-branch/profiles/mono-mac-xamarin/build-root/mono-3.12.0/mcs/class/corlib/System/DateTime.cs:323 
  at System.DateTime..ctor (Int32 year, Int32 month, Int32 day) [0x00000] in /private/tmp/source-mono-mac-3.12.0-branch-32/bockbuild-mono-3.12.0-branch/profiles/mono-mac-xamarin/build-root/mono-3.12.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 

Message

An error has occurred while trying to parse WEC 2015 (13-14 jun) Le Mans 24 Hours - Race 400p -sppcctv: Argument is out of range.
Parameter name: Parameters describe an unrepresentable DateTime.

Exception

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 /private/tmp/source-mono-mac-3.12.0-branch-32/bockbuild-mono-3.12.0-branch/profiles/mono-mac-xamarin/build-root/mono-3.12.0/mcs/class/corlib/System/DateTime.cs:323 
  at System.DateTime..ctor (Int32 year, Int32 month, Int32 day) [0x00000] in /private/tmp/source-mono-mac-3.12.0-branch-32/bockbuild-mono-3.12.0-branch/profiles/mono-mac-xamarin/build-root/mono-3.12.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 aboslutely no idea what “WEC 2015 (13-14 jun) Le Mans 24 Hours - Race 400p” and “MotoGP 2015 (13-14 jun) GP Catalunya - Q+Race 07.Montmelo-Barcelona (MotoGP) 720p 50fps” are, it’s not anything I’m downloading or monitoring. Any explanation?

Not a bug… It comes from the RSS feed, Sonarr needs to parse everything on there to know if you want it.

Ah, so it’s not something I should worry about? The frequency of the message just made me think I should ask. Thanks!

No, nothing to worry about. It will appear every RSS Sync until its off the feed.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.