Interactive search does not work due to default delay profile missing #8696

Closed
opened 2026-02-20 00:06:29 -05:00 by deekerman · 7 comments
Owner

Originally created by @ivan-sirosh on GitHub (Aug 22, 2024).

Is there an existing issue for this?

  • I have searched the existing open and closed issues

Current Behavior

Dialog box for "Interactive search" returns an error:

Search failed because its failed to compare two elements in the array.. Try refreshing the movie info and verify the necessary information is present before searching again.

Expected Behavior

Dialog box for "Interactive search" should return 0 or N+1 list of files to download.

Steps To Reproduce

  • Add movie
  • Search by "Interactive search" or "Search Movie" button

Environment

- OS: Linux 5.10.160-legacy-rk35xx aarch64 Linux
- Radarr: 5.9.1.9070
- .NET: 6.0.32
- Docker Install: none
- Using Reverse Proxy: none
- Browser: firefox
- Database: Postgresql 16.3

What branch are you running?

Master

Trace Logs? Not Optional

gistfile1.txt

Trace Logs have been provided as applicable. Reports will be closed if the required logs are not provided.

  • I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain trace - that are relevant and show this issue.
Originally created by @ivan-sirosh on GitHub (Aug 22, 2024). ### Is there an existing issue for this? - [X] I have searched the existing open and closed issues ### Current Behavior Dialog box for "Interactive search" returns an error: `Search failed because its failed to compare two elements in the array.. Try refreshing the movie info and verify the necessary information is present before searching again.` ### Expected Behavior Dialog box for "Interactive search" should return 0 or N+1 list of files to download. ### Steps To Reproduce - Add movie - Search by "Interactive search" or "Search Movie" button ### Environment ```markdown - OS: Linux 5.10.160-legacy-rk35xx aarch64 Linux - Radarr: 5.9.1.9070 - .NET: 6.0.32 - Docker Install: none - Using Reverse Proxy: none - Browser: firefox - Database: Postgresql 16.3 ``` ### What branch are you running? Master ### Trace Logs? **Not Optional** [gistfile1.txt](https://github.com/user-attachments/files/16711552/gistfile1.txt) ### Trace Logs have been provided as applicable. Reports will be closed if the required logs are not provided. - [X] I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain `trace` - that are relevant and show this issue.
deekerman 2026-02-20 00:06:29 -05:00
Author
Owner

@mynameisbogdan commented on GitHub (Aug 22, 2024):

Can you show us a screenshot of your delay profiles from Settings > Profiles?

Looks like your issue is that you're missing even the default delay profile.

@mynameisbogdan commented on GitHub (Aug 22, 2024): Can you show us a screenshot of your delay profiles from Settings > Profiles? Looks like your issue is that you're missing even the default delay profile.
Author
Owner

@ivan-sirosh commented on GitHub (Aug 22, 2024):

image

no delay profiles are defined

@ivan-sirosh commented on GitHub (Aug 22, 2024): <img width="910" alt="image" src="https://github.com/user-attachments/assets/c2d09f9c-5425-4280-97a5-ed08e98c9ecb"> no delay profiles are defined
Author
Owner

@mynameisbogdan commented on GitHub (Aug 22, 2024):

Did you modify the DelayProfiles table directly or the migration from sqlite to PG failed?

@mynameisbogdan commented on GitHub (Aug 22, 2024): Did you modify the DelayProfiles table directly or the migration from sqlite to PG failed?
Author
Owner

@ivan-sirosh commented on GitHub (Aug 22, 2024):

it is fresh installation, I did not do migrations. just pointed radarr to the PG database

@ivan-sirosh commented on GitHub (Aug 22, 2024): it is fresh installation, I did not do migrations. just pointed radarr to the PG database
Author
Owner

@mynameisbogdan commented on GitHub (Aug 22, 2024):

Then drop the database and create it again fresh because it's missing data and I suspect other stuff might be missing as well. And we don't officially support Postgres 16.x yet.

@mynameisbogdan commented on GitHub (Aug 22, 2024): Then drop the database and create it again fresh because it's missing data and I suspect other stuff might be missing as well. And we don't officially support Postgres 16.x yet.
Author
Owner

@ivan-sirosh commented on GitHub (Aug 22, 2024):

after adding delayed profile by sql query - it starts to work. thanks for help

@ivan-sirosh commented on GitHub (Aug 22, 2024): after adding delayed profile by sql query - it starts to work. thanks for help
Author
Owner

@mynameisbogdan commented on GitHub (Aug 22, 2024):

That query was part of the first db migration, but for you it failed so other stuff is most likely to be missing as well.

github.com/Radarr/Radarr@80b1aa9a2c/src/NzbDrone.Core/Datastore/Migration/001_initial_setup.cs (L244-L253)

@mynameisbogdan commented on GitHub (Aug 22, 2024): That query was part of the first db migration, but for you it failed so other stuff is most likely to be missing as well. https://github.com/Radarr/Radarr/blob/80b1aa9a2c81617bdda7ef551c19a2f114e49204/src/NzbDrone.Core/Datastore/Migration/001_initial_setup.cs#L244-L253
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Radarr#8696
No description provided.