Sonarr not Importing Completed SABnzdb Downloads

Sonarr version (exact version): 2.0.0.5338
Mono version (if Sonarr is not running on Windows): 6.4.0.198
OS: Mac 10.13
Description of issue: When a download completes in SABnzdb, it’s unpacked and placed into the “Completed” folder, but isn’t imported by Sonarr. Torrents work fine in Transmission, so it just seems to be SABnzdb.

The link seems fine, as Sonarr can send downloads to SABnzdb and is also showing in the queue. The only issue in the Log Files is:
19-12-21 13:51:38.4|Error|EventAggregator|ExtraService failed while processing [MediaCoversUpdatedEvent]

[v2.0.0.5338] System.InvalidOperationException: Sequence contains more than one element
at System.Linq.Enumerable.SingleOrDefault[TSource] (System.Collections.Generic.IEnumerable1[T] source) [0x0007c] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-06/external/bockbuild/builds/mono-x64/external/corefx/src/System.Linq/src/System/Linq/Single.cs:118 at NzbDrone.Core.Extras.Files.ExtraFileRepository1[TExtraFile].FindByPath (System.String path) [0x0000d] in M:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Extras\Files\ExtraFileRepository.cs:59
at NzbDrone.Core.Extras.Files.ExtraFileService1[TExtraFile].FindByPath (System.String path) [0x00000] in M:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Extras\Files\ExtraFileService.cs:64 at NzbDrone.Core.Extras.Others.OtherExtraFileRenamer.RemoveOtherExtraFile (NzbDrone.Core.Tv.Series series, System.String path) [0x0001c] in M:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Extras\Others\OtherExtraFileRenamer.cs:74 at NzbDrone.Core.Extras.Others.OtherExtraFileRenamer.RenameOtherExtraFile (NzbDrone.Core.Tv.Series series, System.String path) [0x00038] in M:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Extras\Others\OtherExtraFileRenamer.cs:55 at NzbDrone.Core.Extras.Metadata.MetadataService.ProcessEpisodeMetadata (NzbDrone.Core.Extras.Metadata.IMetadata consumer, NzbDrone.Core.Tv.Series series, NzbDrone.Core.MediaFiles.EpisodeFile episodeFile, System.Collections.Generic.List1[T] existingMetadataFiles) [0x00032] in M:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Extras\Metadata\MetadataService.cs:244
at NzbDrone.Core.Extras.Metadata.MetadataService.CreateAfterSeriesScan (NzbDrone.Core.Tv.Series series, System.Collections.Generic.List`1[T] episodeFiles) [0x000b8] in M:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Extras\Metadata\MetadataService.cs:82
at NzbDrone.Core.Extras.ExtraService.Handle (NzbDrone.Core.MediaCover.MediaCoversUpdatedEvent message) [0x00029] in M:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Extras\ExtraService.cs:120
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent] (TEvent event) [0x00117] in M:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:96

But I’m not too sure what this means?

I have the category in both Sonarr and SABnzdb set to “sonarr”.

I’m not sure what else to check?

That error shouldn’t prevent importing, but the debug logs will show more (post them somewhere and link them here).

The error is because there are multiple files that have the same name for the same series and episode. I know we made some improvements there, but that may only be in the v3 beta. Removing the affected series and re-adding it will clean it up though.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.