From 0e8ac06e59d2181e9462eb975ed854279dad7f93 Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Thu, 17 Nov 2022 16:52:05 -0500 Subject: [PATCH] Fixed infinite loop while trying to connect to Sonarr with SignalR permission issue. --- bazarr/app/signalr_client.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bazarr/app/signalr_client.py b/bazarr/app/signalr_client.py index 2435c32a3..d20d42bb5 100644 --- a/bazarr/app/signalr_client.py +++ b/bazarr/app/signalr_client.py @@ -66,6 +66,8 @@ class SonarrSignalrClientLegacy: "permissions on that directory and restart Sonarr. Also, if you're a Docker image " "user, you should make sure you properly defined PUID/PGID environment variables. " "Otherwise, please contact Sonarr support.") + self.stop() + break else: self.connected = True event_stream(type='badges')