Sonarr version (exact version): 4.0.10.2544
Mono version (if Sonarr is not running on Windows):
OS: UnraidOS 6.12.9
Debug logs: https://pastebin.com/kf48wTHp
Description of issue: Whenever I click “Search Monitored” from a series’ page, I immediately get a “Failed” message in the bottom left.
My other *arr apps are able to search and download for things successfully.
Just in case it’s relevant: Database
Sqlite 3.45.3
Database Migration
215
Do NOT use pastebin.com as their filters have a tendency to block the logs
^
Logs are already gone.
Which repository are you using? Is it the same as the other *arrs? Have you tried a different one?
Ahh, sorry, i’ve copied the logs here now: PrivateBin
I’m using this repo, and it’s from the same user as the other *arrs, i’ve not tried a different one yet.
Thank you
OK, their repos are usually fine, so it seems unlikely it will be related to that. Especially if you are also using their releases for the other *arrs
From the logs, it looks like it is actually searching and returning results.
Seems to be errors related to a malformed release name or something? Nothing else looks like it was captured though as far as error/failure.
Do you have more than one indexer configured? Is it possible that it’s just a particular indexer that is failing?
What happens if you do a single episode manual search? Do you get results listed?
What happens if you do an automatic single episode search? Does it grab something?
My interpretation of the logs is that whenever I initiate a search (in the way I describe in the OP), the app gets stuck on an old torrent of the House of the Dragon S02E04 (this happens at 2024-11-14 21:18:58.7 in the log i’ve shared).
I’ve had an unrelated issue with my torrent client (Deluge, also ran in a docker in UnraidOS) where i’ve been unable to access the WebUI for it, despite not changing the password to the WebUI (the *arrs haven’t reported any issues accessing the torrent, and clicking the “Test” button returns a green tick), so i’ve disabled the torrent client, so now *the only download client available to all of my arrs is SABnzbd, for which I only have one indexer, which is successfully downloading/searching for movies and music.
I do have several indexers setup for torrents, but i’ve disabled Deluge as a download client in all of my *arrs as I haven’t gotten round to fixing Deluge yet.
Trying a single episode manual search, the results are just loading but never appear.
Trying a automatic single episode search immediately fails.
Thank You
Not sure if we’re allowed to bump threads, but i’ve still got my issue
Your DB is corrupt, specifically the LastRssSyncReleaseInfo
column in the IndexerStatus
table.
You should be able to fix that by running UPDATE IndexerStatus SET LastRssSyncReleaseInfo = NULL
in your SQLite tool of choice. You’ll want to open up sonarr.db
from Sonarr’s AppData Folder
Hi markus101,
That’s resolved my issue, thank you very much. I’ll remember this for if my database decides to corrupt itself again in the future.
Many Thanks