Over the last few months the posters for my top movies, tv shows etc. in the Tautulli homepage plugin have stopped working. When I peer under the hood into the cache directory, the images (jpg file extension) are all just Tautulli login pages per the truncated log output down below as I feel/hope like there is enough to go off to start troubleshooting but I can oblige with the full login page html.
My environment is an Arch host OS using Docker containers for Organizr, Tautulli, Plex and an Nginx reverse proxy/ webserver.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Tautulli - Login</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<meta name="referrer" content="no-referrer">
<meta name="csrf-token" content="_____redacted in case______">
<link href="/css/bootstrap3/bootstrap.min.css" rel="stylesheet">
<link href="/css/tautulli.css?v2.17.1" rel="stylesheet">
<link href="/css/opensans.min.css" rel="stylesheet">
<link href="/css/font-awesome.all.min.css" rel="stylesheet">
<link href="/css/font-awesome.v4-shims.min.css" rel="stylesheet">
<!-- Favicons -->
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png?v=2.6.0">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon/favicon-16x16.png?v=2.6.0">
<link rel="shortcut icon" href="/images/favicon/favicon.ico?v=2.6.0">
<!-- ICONS -->
<!-- Android -->
<link rel="manifest" href="/images/favicon/manifest.json?v=2.9.0" crossorigin="use-credentials">
<meta name="theme-color" content="#282a2d">
<!-- Apple -->
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-touch-icon.png?v=2.6.0">
<link rel="mask-icon" href="/images/favicon/safari-pinned-tab.svg?v=2.6.0" color="#282a2d">
<meta name="apple-mobile-web-app-title" content="Tautulli">
<!-- Microsoft -->
<meta name="application-name" content="Tautulli">
<meta name="msapplication-config" content="/images/favicon/browserconfig.xml?v=2.6.0">
</head>
Over the last few months the posters for my top movies, tv shows etc. in the Tautulli homepage plugin have stopped working. When I peer under the hood into the cache directory, the images (jpg file extension) are all just Tautulli login pages per the truncated log output down below as I feel/hope like there is enough to go off to start troubleshooting but I can oblige with the full login page html.
My environment is an Arch host OS using Docker containers for Organizr, Tautulli, Plex and an Nginx reverse proxy/ webserver.