-
Notifications
You must be signed in to change notification settings - Fork 1
Troubleshooting
Make sure your Plex URL and token are correct. The token needs to be for the server owner account, not a shared user. Check Settings > Service Status — Plex should show as connected with a green dot.
You need either Tautulli or Tracearr configured. Plex on its own only tracks the server owner's watches — shared users' history won't show up without a dedicated watch history provider.
If you've just set up Tautulli, make sure it has had time to build its history database. Prunerr pulls from Tautulli's API, so if Tautulli doesn't have the data yet, Prunerr won't either.
A few things to check:
- Is the rule enabled? (Toggle on the Rules page)
- Does the rule's media type filter match your content? (Movies vs TV Shows vs All)
- Run the rule manually and check the preview — it shows exactly what would match
- If you're using watch-based conditions, make sure your watch history provider is connected
Collections come from Radarr, not Plex. Make sure Radarr is connected, then hit Sync Collections on the Collections page. Only movie collections are supported (Sonarr doesn't have a collections concept).
They're probably in a protected collection. Check the "Protected" badge on the item — it'll show the collection name. Click it to go to that collection.
You need to include your API key in the X-Api-Key header. Get your key from Settings > API Key in the web UI.
If your library is very large (5000+ items), the first scan takes a while. Subsequent scans are faster since they only check for changes. If it's consistently slow, check your Plex server's response times in the Service Status panel.
The SQLite database is at /app/data/prunerr.db inside the container. If you need to reset everything, stop the container and delete this file. Prunerr will recreate it on next startup (but you'll lose all your rules, history, and settings).
- Unraid Forum: Prunerr Support Thread
- GitHub Issues: Report a bug
- GitHub Discussions: Ask a question