sct / overseerr

Request management and media discovery tool for the Plex ecosystem
https://overseerr.dev
MIT License
3.77k stars 437 forks source link

Overseerr falling down when scanning Plex library #3882

Open Borja-Garduno opened 3 months ago

Borja-Garduno commented 3 months ago

Description

Overseerr keeps falling down from time to time, mostly when scanning the Plex library.

I´m using Overseerr on an LXC Container over Proxmox using this scripts, if I´m not mistaken, is running over Docker Container. https://tteck.github.io/Proxmox/

bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/overseerr.sh)"

Log file does not show anything relevant. When rebooting the LXC container, it works again.

Version

local, v1.33.2

Steps to Reproduce

Scan full Plex Library in settings/plex "scan library manually"

Screenshots

Overseerr2 Overseerr1

Logs

2024-06-18T09:29:23.857Z [debug][Plex Scan]: GUIDs are cached. Skipping metadata request. {"mediaIds":{"imdbId":"tt1068680","tmdbId":10201,"tvdbId":874},">
2024-06-18T09:29:23.857Z [debug][Plex Scan]: GUIDs are cached. Skipping metadata request. {"mediaIds":{"imdbId":"tt0061709","tmdbId":56373,"tvdbId":18969}>
2024-06-18T09:29:23.857Z [debug][Plex Scan]: GUIDs are cached. Skipping metadata request. {"mediaIds":{"imdbId":"tt0319262","tmdbId":435,"tvdbId":2778},"t>
2024-06-18T09:29:23.857Z [debug][Plex Scan]: GUIDs are cached. Skipping metadata request. {"mediaIds":{"imdbId":"tt4572514","tmdbId":388399,"tvdbId":1022}>
2024-06-18T09:29:23.857Z [debug][Plex Scan]: GUIDs are cached. Skipping metadata request. {"mediaIds":{"imdbId":"tt0450259","tmdbId":1372,"tvdbId":1357},">
2024-06-18T09:29:23.857Z [debug][Plex Scan]: GUIDs are cached. Skipping metadata request. {"mediaIds":{"imdbId":"tt0066995","tmdbId":681,"tvdbId":2675},"t>
2024-06-18T09:29:23.857Z [debug][Plex Scan]: GUIDs are cached. Skipping metadata request. {"mediaIds":{"imdbId":"tt0332280","tmdbId":11036,"tvdbId":482},">
2024-06-18T09:29:23.857Z [debug][Plex Scan]: GUIDs are cached. Skipping metadata request. {"mediaIds":{"imdbId":"tt0463998","tmdbId":1646,"tvdbId":2965},">
2024-06-18T09:29:24.819Z [debug][Plex Scan]: Title already exists and no changes detected for Death Note 

HERE IT FALLS DOWN

FROM HERE, IS THE REBOOT OF THE LXC CONTAINER
2024-06-18T09:34:54.762Z [info]: Starting Overseerr version develop-local 
2024-06-18T09:34:55.307Z [info][Notifications]: Registered notification agents 
2024-06-18T09:34:55.331Z [info][Jobs]: Scheduled jobs loaded 
2024-06-18T09:34:55.408Z [info][Server]: Server ready on port 5055 
2024-06-18T09:35:00.009Z [debug][Jobs]: Starting scheduled job: Download Sync 
2024-06-18T09:35:00.012Z [info][Jobs]: Starting scheduled job: Plex Recently Added Scan 
2024-06-18T09:35:00.013Z [info][Plex Scan]: Scan starting {"sessionId":"5379c4ee-e777-43d1-b9d1-d603943eb8a5"}
2024-06-18T09:35:00.195Z [info][Plex Scan]: Beginning to process recently added for library: Documentales {"lastScan":1718702700065}
2024-06-18T09:35:00.204Z [info][Plex Scan]: Beginning to process recently added for library: Pel  culas {"lastScan":1718702700098}
2024-06-18T09:35:00.228Z [info][Plex Scan]: Beginning to process recently added for library: Documentales Series {"lastScan":1718702700144}
2024-06-18T09:35:00.271Z [info][Plex Scan]: Beginning to process recently added for library: Series {"lastScan":1718702700188}
2024-06-18T09:35:00.313Z [info][Plex Scan]: Recently Added Scan Complete

Platform

desktop

Device

PC

Operating System

Windows 10

Browser

Firefox

Additional Context

No response

Code of Conduct

LuisPeregrina commented 2 months ago

You are using a "develop" version, this is my output:

....:/# grep "Starting Overseerr version" /app/config/logs/overseerr.log
2024-07-27T15:37:07.155Z [info]: Starting Overseerr version 1.33.2
Borja-Garduno commented 1 month ago

Thanks for your suggestion @LuisPeregrina . I have switch to stable version. I hope it will fix my issue.

Borja-Garduno commented 1 month ago

The issue is still happening:

imagen imagen

Borja-Garduno commented 5 days ago

After deleting Radarr and Sonarr from setttings, Overseerr has stopped falling down. It seems to be a bug over there.