From 52ad8cf37ffca077afe26d2d87c696300d9404d6 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 6 Dec 2016 09:11:50 -0800 Subject: [PATCH] Fixed: Error handling of valid, empty responses from Plex Media Server --- src/NzbDrone.Core/Notifications/Plex/PlexServerProxy.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NzbDrone.Core/Notifications/Plex/PlexServerProxy.cs b/src/NzbDrone.Core/Notifications/Plex/PlexServerProxy.cs index 251a54550..0386090cf 100644 --- a/src/NzbDrone.Core/Notifications/Plex/PlexServerProxy.cs +++ b/src/NzbDrone.Core/Notifications/Plex/PlexServerProxy.cs @@ -243,6 +243,7 @@ namespace NzbDrone.Core.Notifications.Plex if (response.Content.IsNullOrWhiteSpace()) { _logger.Trace("No response body returned, no error detected"); + return; } var error = response.Content.Contains("_children") ?