1
0
Fork 0
mirror of https://github.com/Lidarr/Lidarr.git synced 2026-03-03 00:26:58 -05:00

[BUG]: Error occurred while executing task ImportListSync: Search for 'lidarr:{removed}' failed. Invalid response received from LidarrAPI. #1773

Open
opened 2026-02-20 12:18:42 -05:00 by deekerman · 0 comments
Owner

Originally created by @solarplex on GitHub (Aug 18, 2021).

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Import List Sync from Spotify attempts to process items and seems to fail. When testing it starts to state "1/61" proceeds to 3/61 and then fails with the attached error from the Events Page.

Expected Behavior

Import List Sync should either continue processing items or skip over failed ones I would assume.

Steps To Reproduce

Add a playlist from Spotify.
Save.
Go back to home screen and watch it fail.

Environment

- OS: Windows 10 Enterprise LTSC 1809
- Lidarr:0.8.1.2135 - Apr 18 2021
- Docker Install: No
- Using Reverse Proxy: No
- Browser: N/A

What branch are you running?

Master

Anything else?

21-8-17 20:42:42.9|Info|ImportListSyncService|Starting Import List Refresh for List SpotifyPlaylist-Workout
21-8-17 20:42:46.9|Info|ImportListSyncService|Processing 61 list items
21-8-17 20:42:51.2|Warn|SkyHookProxy|Artist with ID 0 does not exist

[v0.8.1.2135] NzbDrone.Core.Datastore.ModelNotFoundException: Artist with ID 0 does not exist
   at NzbDrone.Core.Datastore.BasicRepository`1.Get(Int32 id) in D:\a\1\s\src\NzbDrone.Core\Datastore\BasicRepository.cs:line 107
   at NzbDrone.Core.Music.ArtistService.GetArtist(Int32 artistId) in D:\a\1\s\src\NzbDrone.Core\Music\Services\ArtistService.cs:line 200
   at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.SearchForNewAlbum(String title, String artist) in D:\a\1\s\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:line 276


21-8-17 20:42:51.2|Error|CommandExecutor|Error occurred while executing task ImportListSync

[v0.8.1.2135] NzbDrone.Core.MetadataSource.SkyHook.SkyHookException: Search for 'lidarr:438d86bf-b03b-4d9a-8022-3d4807926926' failed. Invalid response received from LidarrAPI.
   at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.SearchForNewAlbum(String title, String artist) in D:\a\1\s\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:line 306
   at NzbDrone.Core.ImportLists.ImportListSyncService.MapAlbumReport(ImportListItemInfo report) in D:\a\1\s\src\NzbDrone.Core\ImportLists\ImportListSyncService.cs:line 139
   at NzbDrone.Core.ImportLists.ImportListSyncService.ProcessReports(List`1 reports) in D:\a\1\s\src\NzbDrone.Core\ImportLists\ImportListSyncService.cs:line 107
   at NzbDrone.Core.ImportLists.ImportListSyncService.SyncList(ImportListDefinition definition) in D:\a\1\s\src\NzbDrone.Core\ImportLists\ImportListSyncService.cs:line 77
   at NzbDrone.Core.ImportLists.ImportListSyncService.Execute(ImportListSyncCommand message) in D:\a\1\s\src\NzbDrone.Core\ImportLists\ImportListSyncService.cs:line 293
   at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in D:\a\1\s\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 116
   at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
   at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in D:\a\1\s\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 42


AB#1463

Originally created by @solarplex on GitHub (Aug 18, 2021). ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Import List Sync from Spotify attempts to process items and seems to fail. When testing it starts to state "1/61" proceeds to 3/61 and then fails with the attached error from the Events Page. ### Expected Behavior Import List Sync should either continue processing items or skip over failed ones I would assume. ### Steps To Reproduce Add a playlist from Spotify. Save. Go back to home screen and watch it fail. ### Environment ```markdown - OS: Windows 10 Enterprise LTSC 1809 - Lidarr:0.8.1.2135 - Apr 18 2021 - Docker Install: No - Using Reverse Proxy: No - Browser: N/A ``` ### What branch are you running? Master ### Anything else? ``` 21-8-17 20:42:42.9|Info|ImportListSyncService|Starting Import List Refresh for List SpotifyPlaylist-Workout 21-8-17 20:42:46.9|Info|ImportListSyncService|Processing 61 list items 21-8-17 20:42:51.2|Warn|SkyHookProxy|Artist with ID 0 does not exist [v0.8.1.2135] NzbDrone.Core.Datastore.ModelNotFoundException: Artist with ID 0 does not exist at NzbDrone.Core.Datastore.BasicRepository`1.Get(Int32 id) in D:\a\1\s\src\NzbDrone.Core\Datastore\BasicRepository.cs:line 107 at NzbDrone.Core.Music.ArtistService.GetArtist(Int32 artistId) in D:\a\1\s\src\NzbDrone.Core\Music\Services\ArtistService.cs:line 200 at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.SearchForNewAlbum(String title, String artist) in D:\a\1\s\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:line 276 21-8-17 20:42:51.2|Error|CommandExecutor|Error occurred while executing task ImportListSync [v0.8.1.2135] NzbDrone.Core.MetadataSource.SkyHook.SkyHookException: Search for 'lidarr:438d86bf-b03b-4d9a-8022-3d4807926926' failed. Invalid response received from LidarrAPI. at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.SearchForNewAlbum(String title, String artist) in D:\a\1\s\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:line 306 at NzbDrone.Core.ImportLists.ImportListSyncService.MapAlbumReport(ImportListItemInfo report) in D:\a\1\s\src\NzbDrone.Core\ImportLists\ImportListSyncService.cs:line 139 at NzbDrone.Core.ImportLists.ImportListSyncService.ProcessReports(List`1 reports) in D:\a\1\s\src\NzbDrone.Core\ImportLists\ImportListSyncService.cs:line 107 at NzbDrone.Core.ImportLists.ImportListSyncService.SyncList(ImportListDefinition definition) in D:\a\1\s\src\NzbDrone.Core\ImportLists\ImportListSyncService.cs:line 77 at NzbDrone.Core.ImportLists.ImportListSyncService.Execute(ImportListSyncCommand message) in D:\a\1\s\src\NzbDrone.Core\ImportLists\ImportListSyncService.cs:line 293 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in D:\a\1\s\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 116 at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in D:\a\1\s\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 42 ``` [AB#1463](https://dev.azure.com/Servarr/7ab38f4e-5a57-4d70-84f4-94dd9bc5d6df/_workitems/edit/1463)
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/Lidarr-Lidarr#1773
No description provided.