causefx / Organizr

HTPC/Homelab Services Organizer - Written in PHP
GNU General Public License v3.0
5.2k stars 292 forks source link

Calendar Item's backdrop images are missing #1963

Closed mannbadal closed 5 months ago

mannbadal commented 10 months ago
Organizr Version: V 2.1.2460
Branch: Master/Develop
WebServer: Nginx/Apache
Operating System: Docker

Problem Description:

Calendar Item's backdrop images are missing. It shows empty modal when clicked on an item. Only happening with the new items, old items are showing images (like the continuing shows from last year with the same backdrop images), indicating the images for new items are not getting downloaded.

image image

In Dev tools, there is an error that the image is missing

image

Docker permissions are ok as new images for Tautulli's viewing stats are getting added to the same directory /config/www/organizr/data/cache

image
Reproduction Steps:
  1. Click on Homepage calendar item
  2. Item's backdrop image missing for new/upcoming items
  3. Check error in browser's dev tools
  4. After adding image manually, the image will appear

Errors on screen? If so paste here:

No error on screen just the image is missing
Note:

I did migrate my docker stack and the mysql db to another server over a month ago, but unsure if that is related because I updated IPs in config and everything else seems to be working fine. I have also tried removing cache folder and recreating container, still the same behaviour. Do I need to add my own TMDB API somewhere? Any help is appreciated :)

mannbadal commented 10 months ago

Possibly linked to https://github.com/causefx/Organizr/issues/1943

I am using Sonarr - 4.0.1.987 - develop Radarr - 5.2.6.8376 - master

Sonarr API results

  {
    "seriesId": 878,
    "tvdbId": 9549476,
    "episodeFileId": 0,
    "seasonNumber": 1,
    "episodeNumber": 2,
    "title": "Bomber Leather Jacket",
    "airDate": "2024-01-26",
    "airDateUtc": "2024-01-26T05:00:00Z",
    "runtime": 0,
    "hasFile": false,
    "monitored": true,
    "unverifiedSceneNumbering": false,
    "series": {
      "title": "Masters of the Air",
      "sortTitle": "masters of the air",
      "status": "upcoming",
      "ended": false,
      "overview": "During World War Il, airmen risk their lives with the 100th Bomb Group, a brotherhood forged by courage, loss, and triumph.",
      "network": "Apple TV+",
      "images": [
        {
          "coverType": "banner",
          "remoteUrl": "https://artworks.thetvdb.com/banners/v4/series/370853/banners/65abf3cfc58b7.jpg"
        },
        {
          "coverType": "poster",
          "remoteUrl": "https://artworks.thetvdb.com/banners/v4/series/370853/posters/65708a6ed7984.jpg"
        },
        {
          "coverType": "fanart",
          "remoteUrl": "https://artworks.thetvdb.com/banners/v4/series/370853/backgrounds/65708cf3a7b4d.jpg"
        },
        {
          "coverType": "clearlogo",
          "remoteUrl": "https://artworks.thetvdb.com/banners/v4/series/370853/clearlogo/651f2db8adf76.png"
        }
      ],
      "originalLanguage": {
        "id": 1,
        "name": "English"
      },
      "seasons": [
        {
          "seasonNumber": 0,
          "monitored": false
        },
        {
          "seasonNumber": 1,
          "monitored": true
        }
      ],
      "year": 2024,
      "path": "/TV/TV Shows/Masters of the Air",
      "qualityProfileId": 7,
      "seasonFolder": true,
      "monitored": true,
      "monitorNewItems": "all",
      "useSceneNumbering": false,
      "runtime": 0,
      "tvdbId": 370853,
      "tvRageId": 0,
      "tvMazeId": 44388,
      "firstAired": "2024-01-26T00:00:00Z",
      "lastAired": "2024-03-15T00:00:00Z",
      "seriesType": "standard",
      "cleanTitle": "mastersair",
      "imdbId": "tt2640044",
      "titleSlug": "masters-of-the-air",
      "genres": [
        "Drama",
        "History",
        "Mini-Series",
        "War"
      ],
      "tags": [
        1
      ],
      "added": "2023-10-06T19:37:23Z",
      "ratings": {
        "votes": 0,
        "value": 0
      },
      "languageProfileId": 1,
      "id": 878
    },
    "grabbed": false,
    "id": 39600
  }
github-actions[bot] commented 9 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

mannbadal commented 9 months ago

I tested this on a fresh install and the issue is still there.

github-actions[bot] commented 9 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

Starstrike commented 6 months ago

Also have this issue on a new install. Can see the description and name, but no image. Getting a 404 in console log.

causefx commented 5 months ago

fixed in dev