summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormorpheus65535 <[email protected]>2022-11-17 16:52:05 -0500
committermorpheus65535 <[email protected]>2022-11-17 16:52:05 -0500
commit0e8ac06e59d2181e9462eb975ed854279dad7f93 (patch)
tree1cf1c2068866af5f99b76297e05b0d38b44bd7a3
parent2e2626ce43dd2e364fa6b54498714c81aca20e3f (diff)
downloadbazarr-0e8ac06e59d2181e9462eb975ed854279dad7f93.tar.gz
bazarr-0e8ac06e59d2181e9462eb975ed854279dad7f93.zip
Fixed infinite loop while trying to connect to Sonarr with SignalR permission issue.v1.1.3-beta.19
-rw-r--r--bazarr/app/signalr_client.py2
1 files changed, 2 insertions, 0 deletions
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')