mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-24 23:07:36 +08:00
Clarified SignalR error for Sonarr
This commit is contained in:
parent
51a637c8d7
commit
ffcbb57672
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue