Manual Import: System.InvalidOperationException: Sequence contains no matching element

Sonarr version (exact version): 2.0.0.5338
Mono version (if Sonarr is not running on Windows): 5.20.1.34
OS: Linux (Docker on Synology)
Debug logs: below
Description of issue: Seems very similar to: Manual import stopped working, how do

I tried a few different variants of naming the file with a quality type, but the only thing that finally worked was removing the name of the episode as well.

So, this file name didn’t work: ‘The Simpsons.S25E21.Pay Pal.1080p.mkv’, nor did: ‘The Simpsons.S25E21.Pay Pal.mkv’, but this did: ‘The Simpsons.S25E21.mkv’. I also discovered (randomly) that a completely different episode name in the file worked, but anything with the actual name of the episode did not (so this worked: ‘The Simpsons.S25E21.1080p.test.mkv’)

I had other episodes with exactly the same name formats and they all imported correctly, it was just this one that failed. Seems like a bug with the parser?

20-1-3 11:59:16.7|Trace|Http|Req: 1156 [GET] /api/manualimport?folder=%2Fmnt%2Fnas%2FVideos%2F.deluge%2FThe+Simpsons%2F&sort_by=qualityWeight&order=desc
20-1-3 11:59:16.7|Debug|Parser|Parsing string 'The Simpsons'
20-1-3 11:59:16.8|Debug|Parser|Unable to parse The Simpsons
20-1-3 11:59:16.8|Debug|Parser|Parsing string 'The Simpsons'
20-1-3 11:59:16.8|Debug|Parser|Unable to parse The Simpsons
20-1-3 11:59:16.8|Debug|DiskScanService|Scanning '/mnt/nas/Videos/.deluge/The Simpsons/' for video files
20-1-3 11:59:16.8|Trace|DiskScanService|1 files were found in /mnt/nas/Videos/.deluge/The Simpsons/
20-1-3 11:59:16.8|Debug|DiskScanService|1 video files were found in /mnt/nas/Videos/.deluge/The Simpsons/
20-1-3 11:59:17.1|Debug|ImportDecisionMaker|Analyzing 1/1 files.
20-1-3 11:59:17.1|Debug|VideoFileInfoReader|Getting media info from /mnt/nas/Videos/.deluge/The Simpsons/Season 25/The Simpsons.S25E21.Pay Pal.mkv
20-1-3 11:59:17.2|Trace|MediaInfo|Read file offset 0-32768 (32768 bytes)
20-1-3 11:59:17.2|Trace|MediaInfo|Read file offset 418510356-418517400 (7044 bytes)
20-1-3 11:59:17.2|Trace|MediaInfo|Read a total of 39812 bytes (0.0%)
20-1-3 11:59:17.2|Debug|DetectSample|Runtime is over 90 seconds
20-1-3 11:59:17.2|Debug|Parser|Parsing string 'The Simpsons.S25E21.Pay Pal.mkv'
20-1-3 11:59:17.2|Trace|Parser|^(?<title>.+?)(?:(?:[-_\W](?<![()\[!]))+S?(?<season>(?<!\d+)(?:\d{1,2})(?!\d+))(?:[ex]|\W[ex]){1,2}(?<episode>\d{2,3}(?!\d+))(?:(?:\-|[ex]|\W[ex]|_){1,2}(?<episode>\d{2,3}(?!\d+)))*)\W?(?!\\)
20-1-3 11:59:17.2|Debug|Parser|Episode Parsed. The Simpsons - S25E21 
20-1-3 11:59:17.2|Debug|Parser|Language parsed: English
20-1-3 11:59:17.2|Debug|QualityParser|Trying to parse quality for The Simpsons.S25E21.Pay Pal.mkv
20-1-3 11:59:17.2|Debug|Parser|Quality parsed: DVD v1
20-1-3 11:59:17.2|Debug|Parser|Release Group parsed: 
20-1-3 11:59:17.2|Debug|VideoFileInfoReader|Getting media info from /mnt/nas/Videos/.deluge/The Simpsons/Season 25/The Simpsons.S25E21.Pay Pal.mkv
20-1-3 11:59:17.2|Trace|MediaInfo|Read file offset 0-32768 (32768 bytes)
20-1-3 11:59:17.2|Trace|MediaInfo|Read file offset 418510356-418517400 (7044 bytes)
20-1-3 11:59:17.2|Trace|MediaInfo|Read a total of 39812 bytes (0.0%)
20-1-3 11:59:17.2|Debug|AggregateQuality|Using quality:  v1
20-1-3 11:59:17.2|Debug|EpisodeTitleSpecification|Episode aired more than 1 day ago
20-1-3 11:59:17.2|Debug|FreeSpaceSpecification|Skipping free space check when importing
20-1-3 11:59:17.2|Debug|SameFileSpecification|No existing episode file, skipping
20-1-3 11:59:17.2|Debug|MatchesFolderSpecification|No folder ParsedEpisodeInfo, skipping check
20-1-3 11:59:17.2|Debug|VideoFileInfoReader|Getting media info from /mnt/nas/Videos/.deluge/The Simpsons/Season 25/The Simpsons.S25E21.Pay Pal.mkv
20-1-3 11:59:17.2|Trace|MediaInfo|Read file offset 0-32768 (32768 bytes)
20-1-3 11:59:17.2|Trace|MediaInfo|Read file offset 418510356-418517400 (7044 bytes)
20-1-3 11:59:17.2|Trace|MediaInfo|Read a total of 39812 bytes (0.0%)
20-1-3 11:59:17.2|Debug|DetectSample|Runtime is over 90 seconds
20-1-3 11:59:17.2|Trace|ConfigService|Using default config value for 'downloadclientworkingfolders' defaultValue:'_UNPACK_|_FAILED_'
20-1-3 11:59:17.2|Debug|ImportDecisionMaker|File accepted
20-1-3 11:59:17.2|Trace|NzbDroneErrorPipeline|Handling Exception
20-1-3 11:59:17.2|Fatal|NzbDroneErrorPipeline|Request Failed. GET /api/manualimport

[v2.0.0.5338] System.InvalidOperationException: Sequence contains no matching element
  at System.Linq.Enumerable.Single[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate) [0x00070] in <798dd06330af4ca3886d7d2be5573af7>:0 
  at NzbDrone.Api.ManualImport.ManualImportModule.AddQualityWeight (NzbDrone.Api.ManualImport.ManualImportResource item) [0x00020] in M:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Api\ManualImport\ManualImportModule.cs:35 
  at System.Linq.Enumerable+SelectListIterator`2[TSource,TResult].ToList () [0x0002a] in <798dd06330af4ca3886d7d2be5573af7>:0 
  at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <798dd06330af4ca3886d7d2be5573af7>:0 
  at NzbDrone.Api.ManualImport.ManualImportModule.GetMediaFiles () [0x001c4] in M:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Api\ManualImport\ManualImportModule.cs:28 
  at NzbDrone.Api.REST.RestModule`1[TResource].<set_GetResourceAll>b__32_0 (System.Object options) [0x00000] in M:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Api\REST\RestModule.cs:111 
  at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2<object, object>,object)
  at Nancy.Routing.Route+<>c__DisplayClass4.<Wrap>b__3 (System.Object parameters, System.Threading.CancellationToken context) [0x00049] in <63c44d6f8d7e4f339a987bf9eb94d931>:0 

20-1-3 11:59:17.2|Trace|Http|Res: 1156 [GET] /api/manualimport?folder=%2Fmnt%2Fnas%2FVideos%2F.deluge%2FThe+Simpsons%2F&sort_by=qualityWeight&order=desc: 500.InternalServerError (526 ms)
20-1-3 11:59:17.2|Debug|Api|[GET] /api/manualimport?folder=%2Fmnt%2Fnas%2FVideos%2F.deluge%2FThe+Simpsons%2F&sort_by=qualityWeight&order=desc: 500.InternalServerError (526 ms)
20-1-3 11:59:20.4|Trace|Http|Req: 1157 [GET] /api/config/mediamanagement
20-1-3 11:59:20.4|Trace|ConfigService|Using default config value for 'recyclebin' defaultValue:''
20-1-3 11:59:20.4|Trace|ConfigService|Using default config value for 'autodownloadpropers' defaultValue:'True'
20-1-3 11:59:20.4|Trace|ConfigService|Using default config value for 'createemptyseriesfolders' defaultValue:'False'
20-1-3 11:59:20.4|Trace|Http|Req: 1158 [GET] /api/config/naming
20-1-3 11:59:20.4|Trace|ConfigService|Using default config value for 'filedate' defaultValue:'None'
20-1-3 11:59:20.5|Trace|Http|Req: 1159 [GET] /api/config/indexer
20-1-3 11:59:20.5|Trace|Http|Req: 1160 [GET] /api/config/downloadclient
20-1-3 11:59:20.5|Trace|Http|Req: 1161 [GET] /api/notification
20-1-3 11:59:20.5|Trace|ConfigService|Using default config value for 'downloadedepisodesfolder' defaultValue:''
20-1-3 11:59:20.5|Trace|ConfigService|Using default config value for 'minimumage' defaultValue:'0'
20-1-3 11:59:20.5|Trace|ConfigService|Using default config value for 'filechmod' defaultValue:'0644'
20-1-3 11:59:20.5|Trace|ConfigService|Using default config value for 'maximumsize' defaultValue:'0'
20-1-3 11:59:20.5|Trace|ConfigService|Using default config value for 'downloadclientworkingfolders' defaultValue:'_UNPACK_|_FAILED_'
20-1-3 11:59:20.5|Trace|ConfigService|Using default config value for 'copyusinghardlinks' defaultValue:'True'
20-1-3 11:59:20.5|Trace|ConfigService|Using default config value for 'importextrafiles' defaultValue:'False'
20-1-3 11:59:20.5|Trace|ConfigService|Using default config value for 'downloadedepisodesscaninterval' defaultValue:'1'
20-1-3 11:59:20.5|Trace|ConfigService|Using default config value for 'autoredownloadfailed' defaultValue:'True'
20-1-3 11:59:20.5|Trace|ConfigService|Using default config value for 'retention' defaultValue:'0'
20-1-3 11:59:20.5|Trace|Http|Res: 1158 [GET] /api/config/naming: 200.OK (30 ms)
20-1-3 11:59:20.5|Trace|ConfigService|Using default config value for 'removefaileddownloads' defaultValue:'True'
20-1-3 11:59:20.5|Trace|Http|Res: 1161 [GET] /api/notification: 200.OK (13 ms)
20-1-3 11:59:20.5|Trace|ConfigService|Using default config value for 'rsssyncinterval' defaultValue:'15'
20-1-3 11:59:20.5|Debug|Api|[GET] /api/config/naming: 200.OK (30 ms)
20-1-3 11:59:20.5|Trace|Http|Res: 1160 [GET] /api/config/downloadclient: 200.OK (24 ms)
20-1-3 11:59:20.5|Debug|Api|[GET] /api/notification: 200.OK (13 ms)
20-1-3 11:59:20.5|Trace|ConfigService|Using default config value for 'extrafileextensions' defaultValue:'srt'
20-1-3 11:59:20.5|Trace|Http|Res: 1159 [GET] /api/config/indexer: 200.OK (28 ms)
20-1-3 11:59:20.5|Debug|Api|[GET] /api/config/downloadclient: 200.OK (24 ms)
20-1-3 11:59:20.5|Trace|ConfigService|Using default config value for 'enablemediainfo' defaultValue:'True'
20-1-3 11:59:20.5|Debug|Api|[GET] /api/config/indexer: 200.OK (28 ms)
20-1-3 11:59:20.5|Trace|Http|Res: 1157 [GET] /api/config/mediamanagement: 200.OK (72 ms)
20-1-3 11:59:20.5|Trace|Http|Req: 1162 [GET] /api/config/host
20-1-3 11:59:20.5|Trace|Http|Req: 1163 [GET] /api/config/ui
20-1-3 11:59:20.5|Trace|ConfigService|Using default config value for 'firstdayofweek' defaultValue:'0'
20-1-3 11:59:20.5|Trace|ConfigService|Using default config value for 'calendarweekcolumnheader' defaultValue:'ddd M/D'
20-1-3 11:59:20.5|Trace|ConfigService|Using default config value for 'shortdateformat' defaultValue:'MMM D YYYY'
20-1-3 11:59:20.5|Trace|ConfigService|Using default config value for 'longdateformat' defaultValue:'dddd, MMMM D YYYY'
20-1-3 11:59:20.5|Trace|ConfigService|Using default config value for 'timeformat' defaultValue:'h(:mm)a'
20-1-3 11:59:20.5|Debug|Api|[GET] /api/config/mediamanagement: 200.OK (72 ms)
20-1-3 11:59:20.5|Trace|ConfigService|Using default config value for 'showrelativedates' defaultValue:'True'
20-1-3 11:59:20.5|Trace|ConfigService|Using default config value for 'enablecolorimpairedmode' defaultValue:'False'
20-1-3 11:59:20.5|Trace|Http|Res: 1163 [GET] /api/config/ui: 200.OK (27 ms)
20-1-3 11:59:20.5|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
20-1-3 11:59:20.5|Debug|Api|[GET] /api/config/ui: 200.OK (27 ms)
20-1-3 11:59:20.5|Trace|ConfigService|Using default config value for 'proxytype' defaultValue:'Http'
20-1-3 11:59:20.6|Trace|ConfigService|Using default config value for 'proxyhostname' defaultValue:''
20-1-3 11:59:20.6|Trace|ConfigService|Using default config value for 'proxyport' defaultValue:'8080'
20-1-3 11:59:20.6|Trace|ConfigService|Using default config value for 'proxyusername' defaultValue:''
20-1-3 11:59:20.6|Trace|ConfigService|Using default config value for 'proxypassword' defaultValue:''
20-1-3 11:59:20.6|Trace|ConfigService|Using default config value for 'proxybypassfilter' defaultValue:''
20-1-3 11:59:20.6|Trace|ConfigService|Using default config value for 'proxybypasslocaladdresses' defaultValue:'True'
20-1-3 11:59:20.6|Trace|Http|Res: 1162 [GET] /api/config/host: 200.OK (67 ms)
20-1-3 11:59:20.6|Debug|Api|[GET] /api/config/host: 200.OK (67 ms)
20-1-3 11:59:20.6|Trace|Http|Req: 1164 [GET] /api/config/naming/samples?renameEpisodes=false&replaceIllegalCharacters=true&multiEpisodeStyle=0&standardEpisodeFormat=%7BSeries+Title%7D+-+S%7Bseason%3A00%7DE%7Bepisode%3A00%7D+-+%7BEpisode+Title%7D+%7BQuality+Full%7D&dailyEpisodeFormat=%7BSeries+Title%7D+-+%7BAir-Date%7D+-+%7BEpisode+Title%7D+%7BQuality+Full%7D&animeEpisodeFormat=%7BSeries+Title%7D+-+S%7Bseason%3A00%7DE%7Bepisode%3A00%7D+-+%7BEpisode+Title%7D+%7BQuality+Full%7D&seriesFolderFormat=%7BSeries+Title%7D&seasonFolderFormat=Season+%7Bseason%3A00%7D&includeSeriesTitle=false&includeEpisodeTitle=false&includeQuality=false&replaceSpaces=true&separator=+-+&numberStyle=S%7Bseason%3A00%7DE%7Bepisode%3A00%7D&id=1
20-1-3 11:59:20.6|Trace|Http|Req: 1165 [GET] /api/profile
20-1-3 11:59:20.6|Debug|Parser|Parsing string 'Series.Title.S01E01.720p.HDTV.x264-EVOLVE'
20-1-3 11:59:20.6|Trace|Parser|^(?<title>.+?)(?:(?:[-_\W](?<![()\[!]))+S?(?<season>(?<!\d+)(?:\d{1,2})(?!\d+))(?:[ex]|\W[ex]){1,2}(?<episode>\d{2,3}(?!\d+))(?:(?:\-|[ex]|\W[ex]|_){1,2}(?<episode>\d{2,3}(?!\d+)))*)\W?(?!\\)
20-1-3 11:59:20.6|Debug|Parser|Episode Parsed. Series Title - S01E01 
20-1-3 11:59:20.6|Trace|Http|Req: 1166 [GET] /api/delayprofile
20-1-3 11:59:20.6|Debug|Parser|Language parsed: English
20-1-3 11:59:20.6|Debug|QualityParser|Trying to parse quality for Series.Title.S01E01.720p.HDTV.x264-EVOLVE
20-1-3 11:59:20.6|Debug|Parser|Quality parsed: HDTV-720p v1
20-1-3 11:59:20.6|Debug|Parser|Release Group parsed: EVOLVE
20-1-3 11:59:20.6|Trace|Http|Req: 1167 [GET] /api/qualitydefinition
20-1-3 11:59:20.6|Trace|Http|Req: 1168 [GET] /api/indexer
20-1-3 11:59:20.6|Trace|Http|Res: 1167 [GET] /api/qualitydefinition: 200.OK (10 ms)
20-1-3 11:59:20.6|Debug|Parser|Parsing string 'Series.Title.S01E01-E03.720p.HDTV.x264-EVOLVE'
20-1-3 11:59:20.6|Debug|Api|[GET] /api/qualitydefinition: 200.OK (10 ms)
20-1-3 11:59:20.6|Trace|Http|Res: 1166 [GET] /api/delayprofile: 200.OK (21 ms)
20-1-3 11:59:20.6|Trace|Http|Res: 1165 [GET] /api/profile: 200.OK (24 ms)
20-1-3 11:59:20.6|Debug|Api|[GET] /api/profile: 200.OK (24 ms)
20-1-3 11:59:20.6|Trace|Parser|^(?<title>.+?)(?:(?:[-_\W](?<![()\[!]))+S?(?<season>(?<!\d+)(?:\d{1,2})(?!\d+))(?:[ex]|\W[ex]){1,2}(?<episode>\d{2,3}(?!\d+))(?:(?:\-|[ex]|\W[ex]|_){1,2}(?<episode>\d{2,3}(?!\d+)))*)\W?(?!\\)
20-1-3 11:59:20.6|Debug|Api|[GET] /api/delayprofile: 200.OK (21 ms)
20-1-3 11:59:20.6|Debug|Parser|Episode Parsed. Series Title - S01E01-02-03 
20-1-3 11:59:20.6|Debug|Parser|Language parsed: English
20-1-3 11:59:20.7|Debug|QualityParser|Trying to parse quality for Series.Title.S01E01-E03.720p.HDTV.x264-EVOLVE
20-1-3 11:59:20.7|Debug|Parser|Quality parsed: HDTV-720p v1
20-1-3 11:59:20.7|Debug|Parser|Release Group parsed: EVOLVE
20-1-3 11:59:20.7|Trace|Http|Req: 1169 [GET] /api/Restriction
20-1-3 11:59:20.7|Trace|Http|Res: 1169 [GET] /api/Restriction: 200.OK (4 ms)
20-1-3 11:59:20.7|Debug|Parser|Parsing string 'Series.Title.2013.10.30.HDTV.x264-EVOLVE'
20-1-3 11:59:20.7|Debug|Api|[GET] /api/Restriction: 200.OK (4 ms)
20-1-3 11:59:20.7|Trace|Parser|^(?<title>.+?)?\W*(?<airyear>\d{4})[-_. ]+(?<airmonth>[0-1][0-9])[-_. ]+(?<airday>[0-3][0-9])(?![-_. ]+[0-3][0-9])
20-1-3 11:59:20.7|Debug|Parser|Episode Parsed. Series Title - 2013-10-30 
20-1-3 11:59:20.7|Debug|Parser|Language parsed: English
20-1-3 11:59:20.7|Debug|QualityParser|Trying to parse quality for Series.Title.2013.10.30.HDTV.x264-EVOLVE
20-1-3 11:59:20.7|Debug|Parser|Quality parsed: SDTV v1
20-1-3 11:59:20.7|Debug|Parser|Release Group parsed: EVOLVE
20-1-3 11:59:20.7|Debug|Parser|Parsing string '[RlsGroup] Series Title - 001 [720p]'
20-1-3 11:59:20.7|Trace|Http|Res: 1168 [GET] /api/indexer: 200.OK (67 ms)
20-1-3 11:59:20.7|Trace|Parser|^\[(?<subgroup>.+?)\][-_. ]?(?<title>.+?)(?:[. ]-[. ](?<absoluteepisode>\d{2,3}(\.\d{1,2})?(?!\d+|[-])))+(?:[-_. ]+(?<special>special|ova|ovd))?.*?(?<hash>\[\w{8}\])?(?:$|\.mkv)
20-1-3 11:59:20.7|Trace|Http|Req: 1170 [GET] /api/downloadclient
20-1-3 11:59:20.7|Trace|Http|Req: 1171 [GET] /api/remotePathMapping
20-1-3 11:59:20.7|Debug|Api|[GET] /api/indexer: 200.OK (67 ms)
20-1-3 11:59:20.7|Trace|Http|Res: 1171 [GET] /api/remotePathMapping: 200.OK (21 ms)
20-1-3 11:59:20.7|Debug|Parser|Episode Parsed. Series Title - 001 
20-1-3 11:59:20.7|Debug|Api|[GET] /api/remotePathMapping: 200.OK (21 ms)
20-1-3 11:59:20.7|Debug|Parser|Language parsed: English
20-1-3 11:59:20.7|Debug|QualityParser|Trying to parse quality for [RlsGroup] Series Title - 001 [720p]
20-1-3 11:59:20.7|Debug|Parser|Quality parsed: HDTV-720p v1
20-1-3 11:59:20.7|Debug|Parser|Release Group parsed: RlsGroup
20-1-3 11:59:20.7|Debug|Parser|Parsing string '[RlsGroup] Series Title - 001 - 103 [720p]'
20-1-3 11:59:20.7|Trace|Http|Req: 1172 [GET] /api/metadata
20-1-3 11:59:20.7|Trace|Parser|^\[(?<subgroup>.+?)\][-_. ]?(?<title>.+?)(?:[. ]-[. ](?<absoluteepisode>\d{2,3}(\.\d{1,2})?(?!\d+|[-])))+(?:[-_. ]+(?<special>special|ova|ovd))?.*?(?<hash>\[\w{8}\])?(?:$|\.mkv)
20-1-3 11:59:20.8|Debug|Parser|Episode Parsed. Series Title - 001-002-003-004-005-006-007-008-009-010-011-012-013-014-015-016-017-018-019-020-021-022-023-024-025-026-027-028-029-030-031-032-033-034-035-036-037-038-039-040-041-042-043-044-045-046-047-048-049-050-051-052-053-054-055-056-057-058-059-060-061-062-063-064-065-066-067-068-069-070-071-072-073-074-075-076-077-078-079-080-081-082-083-084-085-086-087-088-089-090-091-092-093-094-095-096-097-098-099-100-101-102-103 
20-1-3 11:59:20.8|Trace|Http|Res: 1170 [GET] /api/downloadclient: 200.OK (56 ms)
20-1-3 11:59:20.8|Debug|Api|[GET] /api/downloadclient: 200.OK (56 ms)
20-1-3 11:59:20.8|Debug|Parser|Language parsed: English
20-1-3 11:59:20.8|Debug|QualityParser|Trying to parse quality for [RlsGroup] Series Title - 001 - 103 [720p]
20-1-3 11:59:20.8|Debug|Parser|Quality parsed: HDTV-720p v1
20-1-3 11:59:20.8|Debug|Parser|Release Group parsed: RlsGroup
20-1-3 11:59:20.8|Trace|Http|Res: 1164 [GET] /api/config/naming/samples?renameEpisodes=false&replaceIllegalCharacters=true&multiEpisodeStyle=0&standardEpisodeFormat=%7BSeries+Title%7D+-+S%7Bseason%3A00%7DE%7Bepisode%3A00%7D+-+%7BEpisode+Title%7D+%7BQuality+Full%7D&dailyEpisodeFormat=%7BSeries+Title%7D+-+%7BAir-Date%7D+-+%7BEpisode+Title%7D+%7BQuality+Full%7D&animeEpisodeFormat=%7BSeries+Title%7D+-+S%7Bseason%3A00%7DE%7Bepisode%3A00%7D+-+%7BEpisode+Title%7D+%7BQuality+Full%7D&seriesFolderFormat=%7BSeries+Title%7D&seasonFolderFormat=Season+%7Bseason%3A00%7D&includeSeriesTitle=false&includeEpisodeTitle=false&includeQuality=false&replaceSpaces=true&separator=+-+&numberStyle=S%7Bseason%3A00%7DE%7Bepisode%3A00%7D&id=1: 200.OK (174 ms)
20-1-3 11:59:20.8|Debug|Api|[GET] /api/config/naming/samples?renameEpisodes=false&replaceIllegalCharacters=true&multiEpisodeStyle=0&standardEpisodeFormat=%7BSeries+Title%7D+-+S%7Bseason%3A00%7DE%7Bepisode%3A00%7D+-+%7BEpisode+Title%7D+%7BQuality+Full%7D&dailyEpisodeFormat=%7BSeries+Title%7D+-+%7BAir-Date%7D+-+%7BEpisode+Title%7D+%7BQuality+Full%7D&animeEpisodeFormat=%7BSeries+Title%7D+-+S%7Bseason%3A00%7DE%7Bepisode%3A00%7D+-+%7BEpisode+Title%7D+%7BQuality+Full%7D&seriesFolderFormat=%7BSeries+Title%7D&seasonFolderFormat=Season+%7Bseason%3A00%7D&includeSeriesTitle=false&includeEpisodeTitle=false&includeQuality=false&replaceSpaces=true&separator=+-+&numberStyle=S%7Bseason%3A00%7DE%7Bepisode%3A00%7D&id=1: 200.OK (174 ms)
20-1-3 11:59:20.8|Trace|Http|Res: 1172 [GET] /api/metadata: 200.OK (63 ms)
20-1-3 11:59:20.8|Debug|Api|[GET] /api/metadata: 200.OK (63 ms)
20-1-3 11:59:26.1|Trace|Http|Req: 1173 [PUT] /api/config/host
20-1-3 11:59:26.2|Trace|EventAggregator|Publishing ConfigFileSavedEvent
20-1-3 11:59:26.2|Trace|HttpClient|Req: [GET] http://services.sonarr.tv/v1/update/master?version=2.0.0.5338&os=linux&runtimeVer=5.20.1.34
20-1-3 11:59:26.2|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
20-1-3 11:59:26.2|Trace|EventAggregator|ConfigFileSavedEvent ~> ReconfigureLogging
20-1-3 11:59:26.2|Trace|ConfigService|Using default config value for 'downloadedepisodesfolder' defaultValue:''

I has to do with the quality not being completely known, it’s since been fixed in v3. It can be avoided by having the full quality in the file name (source and resolution).

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