Sonarr version (exact version): 2.0.0.4389
Mono version (if Sonarr is not running on Windows):
OS: Windows 7
((Debug logs)):
(Make sure debug logging is enabled in settings and post the full log to hastebin/pastebin/dropbox/google drive or something similar, do not post them directly here)
Description of issue: Not exactly sure when this started happening, but Sonarr is no longer able to connect to Plex to notify it of new episodes. I get the following error in the log:
Message
Unable to connect to Plex Server: Value cannot be null.
Parameter name: source: Value cannot be null.
Parameter name: source
Exception
System.ArgumentNullException: Value cannot be null.
Parameter name: source
at System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate)
at NzbDrone.Core.Notifications.Plex.PlexServerProxy.GetTvSections(PlexServerSettings settings) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Notifications\Plex\PlexServerProxy.cs:line 47
at NzbDrone.Core.Notifications.Plex.PlexServerService.GetSections(PlexServerSettings settings) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Notifications\Plex\PlexServerService.cs:line 64
at NzbDrone.Core.Notifications.Plex.PlexServerService.Test(PlexServerSettings settings) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Notifications\Plex\PlexServerService.cs:line 152
Nothing has changed with my Plex configuration other than version updates, but again I’m not sure exactly when it started happening so I can’t say if it was after a specific update. I also haven’t changed anything in the Sonarr Connections setting for Plex.