RandomNinjaAtk / docker-lidarr-extended

lidarr-extended :: Lidarr application packaged with multiple scripts to provide additional functionality
GNU General Public License v3.0
275 stars 24 forks source link

[Bug]: Related artist failing to add, API error. #179

Closed richardap1 closed 1 year ago

richardap1 commented 1 year ago

Enabling the related artist feature causes errors in API call

All I did was enable the feature in my compose file.

[Error] Lidarr.Api.V1.Artist.ArtistController.AddArtist (Lidarr.Api.V1): { "$": { "errors": [ { "errorMessage": "\u00272\u0027 is invalid after a value. Expected either \u0027,\u0027, \u0027}\u0027, or \u0027]\u0027. Path: $ | LineNumber: 4 | BytePositionInLine: 0." } ], "validationState": "invalid", "isContainerNode": false }

RandomNinjaAtk commented 1 year ago

Do you have multiple root folders in Lidarr? That is likely the issue.

This does not support multiple root folders...

richardap1 commented 1 year ago

Yes, two root folders.

Ok, no worries. Thanks.