mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-02 22:56:57 -05:00
Album Search Broken due to ResourceMapping #463
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
Area: Update API
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Don't Merge
Status: Help Wanted
Status: In Progress
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: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
conflict
no-conflict
not-pulled
radarr-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/Lidarr#463
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 @Qstick on GitHub (Mar 21, 2019).
Describe the bug
Calls to album search fail due to resource mapping. Currently these are failing out at
AlbumResource.csLine 60 because an album search returns album objects which do not yet have releases, or an artistId in DB. So the call to release service fails and the lazyload of artist fails.ex. http://localhost:8686/api/v1/album/lookup?apikey={redacted}&term=kiss
Expected behavior
Album search should return search results without adding items to the DB. Null checks likely needed to be added to the resource mapping so that results are still returned.
This is likely what is killing Ombi on nightly.
@mouzzampk2014-zz commented on GitHub (Mar 21, 2019):
Hi, I'm using latest tag shall I switch to develop tag for a fix? I'm on Dockers.
@Qstick commented on GitHub (Mar 21, 2019):
No, nightly is broken
@mouzzampk2014-zz commented on GitHub (Mar 21, 2019):
Oh okay I will wait for 0.7 😁
On Fri, 22 Mar 2019, 03:06 Qstick, notifications@github.com wrote:
@Qstick commented on GitHub (Mar 21, 2019):
0.5.0.583 should be working
@mouzzampk2014-zz commented on GitHub (Mar 24, 2019):
Is this fixed? :)
@ta264 commented on GitHub (Mar 24, 2019):
Should be fixed on nightly
@mouzzampk2014-zz commented on GitHub (Mar 24, 2019):
I will give a go in an hour. Thank you so much
@ta264 commented on GitHub (Mar 24, 2019):
Make sure to switch container image if you're not on nightly currently otherwise you'll have problems if you ever recreate the container. You want
linuxserver/lidarr:preview@mouzzampk2014-zz commented on GitHub (Mar 24, 2019):
Yes I'm on preview currently so should be okay
@mouzzampk2014-zz commented on GitHub (Mar 24, 2019):
Nope still same issue :( and I am on 0.5.0.753
@ta264 commented on GitHub (Mar 24, 2019):
Hmm, it was working for me
@mouzzampk2014-zz commented on GitHub (Mar 24, 2019):
Let me clear my log and retry again. Must be fixed its just me been thick. Just give me couple of hours. Thanks again