mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-02 22:56:57 -05:00
Cannot add some artists by mbid #522
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#522
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 @OlegAndreych on GitHub (May 1, 2019).
Cannot add some artists via "Add new" menu by mbid.
For example:
lidarr:973d7c4c-11b6-4424-980a-eb9262a08589(https://musicbrainz.org/artist/973d7c4c-11b6-4424-980a-eb9262a08589)lidarr:485111e2-a1e8-4a46-bf3e-a073f005b28a(https://musicbrainz.org/artist/485111e2-a1e8-4a46-bf3e-a073f005b28a)Steps to reproduce the behavior:
lidarr:973d7c4c-11b6-4424-980a-eb9262a08589Expected behavior
Artist is found and can be added.
Even better would be if artists can be found by their names.
Screenshots

System info (please complete the following information):
@ta264 commented on GitHub (May 1, 2019):
API seems to be down more generally, doesn't seem to be working for any artist
@jkoopmann commented on GitHub (May 1, 2019):
Agreed: 19-5-1 13:00:25.6|Warn|HttpClient|HTTP Error - Res: [GET] https://api.lidarr.audio/api/v0.4/search?type=artist&query=lid: 503.ServiceUnavailable
{"error":"Could not connect to redis"}
Which is a shame since I wanted to spend the day organizing the library... :-)
@ta264 commented on GitHub (May 1, 2019):
Back up now and those artists work as expected
@OlegAndreych commented on GitHub (May 1, 2019):
Thank you for your help )