When you have authentication for Sonarr turned on, the images on series view won't load. I believe the issue is, Plex is trying to proxy an image, without logging in, e.g. -
With forms auth turned on, this just returns a Sonarr login page (if not logged in, like Plex). This may be related to issue #4. For a temporary fix, you can set the Sonarr server to basic auth instead, use your username/password in the plugin settings, and then the images will load.
There is a way to access images using an API key. Here is the structure for that -
When you have authentication for Sonarr turned on, the images on series view won't load. I believe the issue is, Plex is trying to proxy an image, without logging in, e.g. -
http://localhost:8989/MediaCover/61/poster.jpg
With forms auth turned on, this just returns a Sonarr login page (if not logged in, like Plex). This may be related to issue #4. For a temporary fix, you can set the Sonarr server to basic auth instead, use your username/password in the plugin settings, and then the images will load.
There is a way to access images using an API key. Here is the structure for that -
http://localhost:8989**/api/**MediaCover/61/poster.jpg?apikey=123456789