mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
Interactive search does not work due to default delay profile missing #8696
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
On Hold: MetadataAPI Blocking
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
lidarr-pull
no-conflict
not-pulled
readarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Radarr#8696
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ivan-sirosh on GitHub (Aug 22, 2024).
Is there an existing issue for this?
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
Environment
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.
trace- that are relevant and show this issue.@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.
@ivan-sirosh commented on GitHub (Aug 22, 2024):
no delay profiles are defined
@mynameisbogdan commented on GitHub (Aug 22, 2024):
Did you modify the DelayProfiles table directly or the migration from sqlite to PG failed?
@ivan-sirosh commented on GitHub (Aug 22, 2024):
it is fresh installation, I did not do migrations. just pointed radarr to the PG database
@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.
@ivan-sirosh commented on GitHub (Aug 22, 2024):
after adding delayed profile by sql query - it starts to work. thanks for help
@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)