#Recently added scan not updating media status

4 messages · Page 1 of 1 (latest)

eager grove
#

I'm experiencing the recently added job not updating at least some media in Overseerr. I don't see anything wrong in the logs:

2022-12-21T19:40:00.014Z [info][Jobs]: Starting scheduled job: Plex Recently Added Scan
2022-12-21T19:40:00.015Z [info][Plex Scan]: Scan starting {"sessionId":"572347e3-2447-4da4-a097-f35fab4ee3c6"}
2022-12-21T19:40:00.024Z [info][Jobs]: Starting scheduled job: Plex Watchlist Sync
2022-12-21T19:40:00.031Z [info][Plex Scan]: Beginning to process recently added for library: Movies {"lastScan":1671651583282}
2022-12-21T19:40:00.036Z [info][Plex Scan]: Beginning to process recently added for library: Shows {"lastScan":1671651583287}
2022-12-21T19:40:00.040Z [info][Plex Scan]: Recently Added Scan Complete

I'm running Overseerr as a Docker Compose service connected to Plex via an internal Docker network. There doesn't seem to be any other Plex sync issues - namely users and full library scans work.

Config volumes for all my apps are on an rclone mount with full VFS caching.

I'm running Overseerr version 1.31.0

If it helps, here is my Compose manifest for Overseerr:

overseerr:
    container_name: overseerr
    image: cr.hotio.dev/hotio/overseerr
    restart: unless-stopped
    ports:
      - '5055:5055'
    environment:
      - PUID=13007
      - PGID=13000
      - UMASK=002
      - TZ=Europe/Copenhagen
    volumes:
      - /mnt/[...]/config/overseerr:/config
    networks:
      - internal
eager grove
#

So apparently running the Sonarr Scan also updated the stuff that Overseerr said was still not available. Now I'm a little confused what the partial Plex scan is supposed to do.

eager grove
#

Another update: It seems to only happen with shows that are partially available, not all seasons were requested.

brazen knot