Manual Import not working

Sonarr version (exact version): 2.0.0.5225
Mono version (if Sonarr is not running on Windows):
OS: Win 10 64bit (VMs)
Debug logs:
Description of issue: Manual import is not working. When ever I try to manual import shows I get the following error: “Unable to load files for manual import. Check logs for more details” I go to the wanted section the click manual import - Then point to the folder where the show are then manual import. Everything was working fine yesterday (9-26-18). The app was updated in jun 18, 2018 so I don’t think updates is the problem.

Also I am downloading on another machine and moving to the folder that I am manually importing from.

Also seeing this error in the logs and not sure what it means

NzbDroneErrorPipeline	Request Failed. GET /api/manualimport: Sequence contains more than one element

We need debug logs at a minimum.

Not sure if this is correct but this is what I see when I click on the error.

System.InvalidOperationException: Sequence contains more than one element
   at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
   at NzbDrone.Core.Tv.SeriesRepository.FindByTitle(String cleanTitle) in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Tv\SeriesRepository.cs:line 33
   at NzbDrone.Core.Tv.SeriesService.FindByTitle(String title) in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Tv\SeriesService.cs:line 82
   at NzbDrone.Core.Parser.ParsingService.GetSeries(String title) in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Parser\ParsingService.cs:line 56
   at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ProcessFile(String rootFolder, String baseFolder, String file, String downloadId) in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\MediaFiles\EpisodeImport\Manual\ManualImportService.cs:line 139
   at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.<>c__DisplayClass15_0.<ProcessFolder>b__0(String file) in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\MediaFiles\EpisodeImport\Manual\ManualImportService.cs:line 122
   at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
   at System.Linq.Enumerable.<ConcatIterator>d__59`1.MoveNext()
   at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.ProcessFolder(String rootFolder, String baseFolder, String downloadId) in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\MediaFiles\EpisodeImport\Manual\ManualImportService.cs:line 125
   at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.GetMediaFiles(String path, String downloadId) in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\MediaFiles\EpisodeImport\Manual\ManualImportService.cs:line 97
   at NzbDrone.Api.ManualImport.ManualImportModule.GetMediaFiles() in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Api\ManualImport\ManualImportModule.cs:line 26
   at NzbDrone.Api.REST.RestModule`1.<set_GetResourceAll>b__32_0(Object options) in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Api\REST\RestModule.cs:line 111
   at CallSite.Target(Closure , CallSite , Func`2 , Object )
   at Nancy.Routing.Route.<>c__DisplayClass4.<Wrap>b__3(Object parameters, CancellationToken context)

It’s a start, but the link in my last reply provides all the information to enable and retrieve debug logs.

Something in that folder has a title that is colliding with multiple series, debug logs will give an insight into what it might be.

1 Like

Markus101,

Thank you for your help in this matter. I was able to locate the logs and then was able to resolve the matter. It turned out I add a show twice. The is FBI. Its a new show and was added in 2 different ways. IT added one as FBI and the second as F.B.I. So I then deleted F.B.I from the Show list and then everything seems to be working now.

Also sorry for not reading the link you sent me correctly.

Thanks for your help.

1 Like

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