From ffcbb57672872b514ff13ea072dfea730ec15bee Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Thu, 17 Feb 2022 14:53:53 -0600 Subject: [PATCH] Clarified SignalR error for Sonarr --- bazarr/signalr_client.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bazarr/signalr_client.py b/bazarr/signalr_client.py index fcaf6e243..6ed49c743 100644 --- a/bazarr/signalr_client.py +++ b/bazarr/signalr_client.py @@ -46,8 +46,9 @@ class SonarrSignalrClientLegacy: time.sleep(5) except json.decoder.JSONDecodeError: logging.error("BAZARR cannot parse JSON returned by SignalR feed. This is caused by a permissions " - "issue when Sonarr try to access its /config/.config directory. You should fix " - "permissions on that directory and restart Sonarr. Also, if you're a Docker image " + "issue when Sonarr try to access its /config/.config directory." + "Typically permissions are too permissive - only the user and group Sonarr runs as should have Read/Write permissions (e.g. files 664 / folders 775)" + "You should fix 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.") else: