diff --git a/lib/services/plex_auth_service.dart b/lib/services/plex_auth_service.dart index 7db030fb..09b8778a 100644 --- a/lib/services/plex_auth_service.dart +++ b/lib/services/plex_auth_service.dart @@ -721,7 +721,7 @@ class PlexServer { ); if (!result.success) { - appLogger.w('HTTPS upgrade failed, staying on HTTP candidate', error: {'url': currentUrl}); + appLogger.w('HTTPS upgrade failed, staying on HTTP candidate', error: {'url': currentUrl, 'reason': result.error}); return null; }