Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar Item's backdrop images are missing #1963

Open
mannbadal opened this issue Jan 25, 2024 · 5 comments
Open

Calendar Item's backdrop images are missing #1963

mannbadal opened this issue Jan 25, 2024 · 5 comments

Comments

@mannbadal
Copy link

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
Copy link
Author

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
  }

Copy link

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
Copy link
Author

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

Copy link

github-actions bot commented Mar 6, 2024

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants