Error: "ExistingMetadataService failed while processing "

Running Sonnaar as a MS Windows Servce

Sonarr Ver. 2.0.0.4163
develop

Getting this error:

System.NotSupportedException: The given path’s format is not supported.
at System.Security.Permissions.FileIOPermission.QuickDemand(FileIOPermissionAccess access, String fullPath, Boolean checkForDuplicates, Boolean needFullPath)
at System.IO.FileInfo.Init(String fileName, Boolean checkHost)
at System.IO.FileInfo…ctor(String fileName)
at NzbDrone.Common.Extensions.PathExtensions.CleanFilePath(String path) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Extensions\PathExtensions.cs:line 30
at NzbDrone.Common.PathEqualityComparer.GetHashCode(String obj) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\PathEqualityComparer.cs:line 26
at System.Linq.Set1.InternalGetHashCode(TElement value) at System.Linq.Set1.Find(TElement value, Boolean add)
at System.Linq.Enumerable.d__721.MoveNext() at System.Collections.Generic.List1…ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source)
at NzbDrone.Core.Metadata.Files.MetadataFileService.FilterExistingFiles(List`1 files, Series series) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Metadata\Files\MetadataFileService.cs:line 67
at NzbDrone.Core.Metadata.ExistingMetadataService.Handle(SeriesScannedEvent message) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Metadata\ExistingMetadataService.cs:line 47
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:line 56

And:

MetadataService failed while processing [MediaCoversUpdatedEvent]: Sequence contains no elements

System.InvalidOperationException: Sequence contains no elements
at System.Linq.Enumerable.First[TSource](IEnumerable1 source) at NzbDrone.Core.Metadata.Consumers.Roksbox.RoksboxMetadata.EpisodeImages(Series series, EpisodeFile episodeFile) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Metadata\Consumers\Roksbox\RoksboxMetadata.cs:line 245 at NzbDrone.Core.Metadata.MetadataService.ProcessEpisodeImages(IMetadata consumer, Series series, EpisodeFile episodeFile, List1 existingMetadataFiles) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Metadata\MetadataService.cs:line 328
at NzbDrone.Core.Metadata.MetadataService.Handle(MediaCoversUpdatedEvent message) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Metadata\MetadataService.cs:line 64
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:line 566

We need to see the ((debug logs)) that surround these errors for more details.

@markus101

The only think I have in my DEBUG logs from today are the following:

16-6-1 12:55:31.2|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\nzbdrone.console.exe - Version 2.0.0.4163
16-6-1 12:55:31.6|Debug|ServiceProvider|Checking if service NzbDrone exists.
16-6-1 15:44:29.9|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\nzbdrone.console.exe - Version 2.0.0.4163
16-6-1 15:44:30.2|Debug|ServiceProvider|Checking if service NzbDrone exists.

In that case enable debug logging now and refresh the series, which should throw the same error again, if it hasn’t been resolved automatically by background cleaning.

Okay, @markus101 here is the only entries related to “METADATA”:

16-5-5 03:47:36.1|Debug|MigrationLogger|Took: 00:00:00.0010023
16-5-5 03:47:36.1|Debug|MigrationLogger|CreateColumn Episodes Ratings String
16-5-5 03:47:36.1|Debug|MigrationLogger|ALTER TABLE “Episodes” ADD COLUMN “Ratings” TEXT
16-5-5 03:47:36.1|Debug|MigrationLogger|Took: 00:00:00.0020061
16-5-5 03:47:36.2|Debug|MigrationLogger|CreateColumn Episodes Images String
16-5-5 03:47:36.2|Debug|MigrationLogger|ALTER TABLE “Episodes” ADD COLUMN “Images” TEXT
16-5-5 03:47:36.2|Debug|MigrationLogger|Took: 00:00:00.0010023
16-5-5 03:47:36.2|Debug|MigrationLogger|INSERT INTO “VersionInfo” (“Version”, “AppliedOn”, “Description”) VALUES (40, ‘2016-05-05T10:47:36’, ‘add_metadata_to_episodes_and_series’)
16-5-5 03:47:36.2|Debug|MigrationLogger|Committing Transaction
16-5-5 03:47:36.2|Debug|MigrationLogger|40: add_metadata_to_episodes_and_series migrated
16-5-5 03:47:36.2|Debug|MigrationLogger|Took: 00:00:00.0104707
16-5-5 03:47:36.2|Info|MigrationLogger|*** 41: fix_xbmc_season_images_metadata migrating ***
16-5-5 03:47:36.2|Debug|MigrationLogger|Beginning Transaction
16-5-5 03:47:36.2|Info|fix_xbmc_season_images_metadata|Starting migration to 41
16-5-5 03:47:36.2|Debug|MigrationLogger|ExecuteSqlStatement UPDATE MetadataFiles SET Type = 4 WHERE Consumer = ‘XbmcMetadata’ AND SeasonNumber IS NOT NULL
16-5-5 03:47:36.2|Debug|MigrationLogger|UPDATE MetadataFiles SET Type = 4 WHERE Consumer = ‘XbmcMetadata’ AND SeasonNumber IS NOT NULL
16-5-5 03:47:36.2|Debug|MigrationLogger|Took: 00:00:00.0020051
16-5-5 03:47:36.2|Debug|MigrationLogger|INSERT INTO “VersionInfo” (“Version”, “AppliedOn”, “Description”) VALUES (41, ‘2016-05-05T10:47:36’, ‘fix_xbmc_season_images_metadata’)
16-5-5 03:47:36.2|Debug|MigrationLogger|Committing Transaction
16-5-5 03:47:36.2|Debug|MigrationLogger|41: fix_xbmc_season_images_metadata migrated
16-5-5 03:47:36.2|Debug|MigrationLogger|Took: 00:00:00.0108202
16-5-5 03:47:36.2|Info|MigrationLogger|*** 42: add_download_clients_table migrating ***
16-5-5 03:47:36.2|Debug|MigrationLogger|Beginning Transaction
16-5-5 03:47:36.2|Info|add_download_clients_table|Starting migration to 42
16-5-5 03:47:36.2|Debug|MigrationLogger|CreateTable DownloadClients
16-5-5 03:47:36.2|Debug|MigrationLogger|CREATE TABLE “DownloadClients” (“Id” INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, “Enable” INTEGER NOT NULL, “Name” TEXT NOT NULL, “Implementation” TEXT NOT NULL, “Settings” TEXT NOT NULL, “ConfigContract” TEXT NOT NULL, “Protocol” INTEGER NOT NULL)

Those are from May 5th by the looks of it.

Might as well clear the existing files and refresh the series (update library).

oh, shoot here you go

[v2.0.0.4163] System.NotSupportedException: The given path’s format is not supported.
at System.Security.Permissions.FileIOPermission.QuickDemand(FileIOPermissionAccess access, String fullPath, Boolean checkForDuplicates, Boolean needFullPath)
at System.IO.FileInfo.Init(String fileName, Boolean checkHost)
at System.IO.FileInfo…ctor(String fileName)
at NzbDrone.Common.Extensions.PathExtensions.CleanFilePath(String path) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Extensions\PathExtensions.cs:line 30
at NzbDrone.Common.PathEqualityComparer.GetHashCode(String obj) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\PathEqualityComparer.cs:line 26
at System.Linq.Set1.InternalGetHashCode(TElement value) at System.Linq.Set1.Find(TElement value, Boolean add)
at System.Linq.Enumerable.d__721.MoveNext() at System.Collections.Generic.List1…ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source)
at NzbDrone.Core.Metadata.Files.MetadataFileService.FilterExistingFiles(List`1 files, Series series) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Metadata\Files\MetadataFileService.cs:line 67
at NzbDrone.Core.Metadata.ExistingMetadataService.Handle(SeriesScannedEvent message) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Metadata\ExistingMetadataService.cs:line 47
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:line 56

16-6-1 19:47:31.7|Debug|CleanMetadataService|Cleaning missing metadata files for series: Portlandia
16-6-1 19:47:31.8|Debug|MediaBrowserMetadata|Generating series.xml for: Portlandia
16-6-1 19:47:31.8|Debug|MediaBrowserMetadata|Saving series.xml for Portlandia
16-6-1 19:47:31.8|Debug|MetadataService|Series image already exists: \wdmycloud\nfs\TV\Portlandia\Portlandia.jpg
16-6-1 19:47:31.8|Debug|RoksboxMetadata|Failed to parse season number from \wdmycloud\nfs\TV\Portlandia\Specials for series Portlandia.
16-6-1 19:47:31.8|Debug|RoksboxMetadata|Failed to parse season number from \wdmycloud\nfs\TV\Portlandia\Specials for series Portlandia.
16-6-1 19:47:31.8|Debug|RoksboxMetadata|Failed to parse season number from \wdmycloud\nfs\TV\Portlandia\Specials for series Portlandia.
16-6-1 19:47:31.8|Debug|RoksboxMetadata|Failed to parse season number from \wdmycloud\nfs\TV\Portlandia\Specials for series Portlandia.
16-6-1 19:47:31.8|Debug|RoksboxMetadata|Failed to parse season number from \wdmycloud\nfs\TV\Portlandia\Specials for series Portlandia.
16-6-1 19:47:31.8|Debug|RoksboxMetadata|Failed to parse season number from \wdmycloud\nfs\TV\Portlandia\Specials for series Portlandia.
16-6-1 19:47:31.9|Debug|RoksboxMetadata|Failed to parse season number from \wdmycloud\nfs\TV\Portlandia\Specials for series Portlandia.
16-6-1 19:47:31.9|Debug|MetadataService|Season image already exists: \wdmycloud\nfs\TV\Portlandia\Season 06\Season 06.jpg
16-6-1 19:47:31.9|Debug|RoksboxMetadata|Generating Episode Metadata for: Season 06\Portlandia - S06E05 - Breaking Up WEBDL-1080p.mkv
16-6-1 19:47:31.9|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E05 - Breaking Up WEBDL-1080p.jpg
16-6-1 19:47:31.9|Debug|RoksboxMetadata|Generating Episode Metadata for: Season 06\Portlandia - S06E04 - Weirdo Beach WEBDL-1080p.mkv
16-6-1 19:47:31.9|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E04 - Weirdo Beach WEBDL-1080p.jpg
16-6-1 19:47:31.9|Debug|RoksboxMetadata|Generating Episode Metadata for: Season 06\Portlandia - S06E03 - Shville WEBDL-1080p.mkv
16-6-1 19:47:31.9|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E03 - Shville WEBDL-1080p.jpg
16-6-1 19:47:31.9|Debug|RoksboxMetadata|Generating Episode Metadata for: Season 06\Portlandia - S06E02 - Going Gray WEBDL-1080p.mkv
16-6-1 19:47:31.9|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E02 - Going Gray WEBDL-1080p.jpg
16-6-1 19:47:31.9|Debug|RoksboxMetadata|Generating Episode Metadata for: Season 06\Portlandia - S06E01 - Pickathon WEBDL-1080p.mkv
16-6-1 19:47:31.9|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E01 - Pickathon WEBDL-1080p.jpg
16-6-1 19:47:31.9|Debug|RoksboxMetadata|Generating Episode Metadata for: Specials\Portlandia - S00E02 - The Brunch Special HDTV-720p.mkv
16-6-1 19:47:31.9|Debug|MetadataService|Episode image already exists: Specials\Portlandia - S00E02 - The Brunch Special HDTV-720p.jpg
16-6-1 19:47:31.9|Debug|RoksboxMetadata|Generating Episode Metadata for: Season 06\Portlandia - S06E06 - TADA WEBDL-1080p.mkv
16-6-1 19:47:31.9|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E06 - TADA WEBDL-1080p.jpg
16-6-1 19:47:31.9|Debug|RoksboxMetadata|Generating Episode Metadata for: Season 06\Portlandia - S06E07 - Family Emergency WEBDL-1080p.mkv
16-6-1 19:47:31.9|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E07 - Family Emergency WEBDL-1080p.jpg
16-6-1 19:47:31.9|Debug|RoksboxMetadata|Generating Episode Metadata for: Season 06\Portlandia - S06E08 - First Feminist City WEBDL-1080p.mkv
16-6-1 19:47:31.9|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E08 - First Feminist City WEBDL-1080p.jpg
16-6-1 19:47:31.9|Debug|RoksboxMetadata|Generating Episode Metadata for: Season 06\Portlandia - S06E09 - Lance Is Smart WEBDL-1080p.mkv
16-6-1 19:47:31.9|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E09 - Lance Is Smart WEBDL-1080p.jpg
16-6-1 19:47:31.9|Debug|RoksboxMetadata|Generating Episode Metadata for: Season 06\Portlandia - S06E10 - Noodle Monster WEBDL-1080p.mkv
16-6-1 19:47:31.9|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E10 - Noodle Monster WEBDL-1080p.jpg
16-6-1 19:47:31.9|Debug|MetadataService|Series image already exists: \wdmycloud\nfs\TV\Portlandia\folder.jpg
16-6-1 19:47:31.9|Info|RefreshEpisodeService|Starting episode info refresh for: [277165][Silicon Valley]
16-6-1 19:47:31.9|Debug|WdtvMetadata|Failed to parse season number from \wdmycloud\nfs\TV\Portlandia\Specials for series Portlandia.
16-6-1 19:47:31.9|Debug|WdtvMetadata|Failed to parse season number from \wdmycloud\nfs\TV\Portlandia\Specials for series Portlandia.
16-6-1 19:47:31.9|Debug|WdtvMetadata|Failed to parse season number from \wdmycloud\nfs\TV\Portlandia\Specials for series Portlandia.
16-6-1 19:47:31.9|Debug|WdtvMetadata|Failed to parse season number from \wdmycloud\nfs\TV\Portlandia\Specials for series Portlandia.
16-6-1 19:47:31.9|Debug|WdtvMetadata|Failed to parse season number from \wdmycloud\nfs\TV\Portlandia\Specials for series Portlandia.
16-6-1 19:47:31.9|Debug|WdtvMetadata|Failed to parse season number from \wdmycloud\nfs\TV\Portlandia\Specials for series Portlandia.
16-6-1 19:47:31.9|Debug|WdtvMetadata|Failed to parse season number from \wdmycloud\nfs\TV\Portlandia\Specials for series Portlandia.
16-6-1 19:47:31.9|Debug|MetadataService|Season image already exists: \wdmycloud\nfs\TV\Portlandia\Season 06\folder.jpg
16-6-1 19:47:31.9|Debug|WdtvMetadata|Generating Episode Metadata for: \wdmycloud\nfs\TV\Portlandia\Season 06\Portlandia - S06E05 - Breaking Up WEBDL-1080p.mkv
16-6-1 19:47:31.9|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E05 - Breaking Up WEBDL-1080p.metathumb
16-6-1 19:47:31.9|Debug|WdtvMetadata|Generating Episode Metadata for: \wdmycloud\nfs\TV\Portlandia\Season 06\Portlandia - S06E04 - Weirdo Beach WEBDL-1080p.mkv
16-6-1 19:47:31.9|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E04 - Weirdo Beach WEBDL-1080p.metathumb
16-6-1 19:47:31.9|Debug|WdtvMetadata|Generating Episode Metadata for: \wdmycloud\nfs\TV\Portlandia\Season 06\Portlandia - S06E03 - Shville WEBDL-1080p.mkv
16-6-1 19:47:31.9|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E03 - Shville WEBDL-1080p.metathumb
16-6-1 19:47:31.9|Debug|WdtvMetadata|Generating Episode Metadata for: \wdmycloud\nfs\TV\Portlandia\Season 06\Portlandia - S06E02 - Going Gray WEBDL-1080p.mkv
16-6-1 19:47:31.9|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E02 - Going Gray WEBDL-1080p.metathumb
16-6-1 19:47:31.9|Debug|WdtvMetadata|Generating Episode Metadata for: \wdmycloud\nfs\TV\Portlandia\Season 06\Portlandia - S06E01 - Pickathon WEBDL-1080p.mkv
16-6-1 19:47:31.9|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E01 - Pickathon WEBDL-1080p.metathumb
16-6-1 19:47:31.9|Debug|WdtvMetadata|Generating Episode Metadata for: \wdmycloud\nfs\TV\Portlandia\Specials\Portlandia - S00E02 - The Brunch Special HDTV-720p.mkv
16-6-1 19:47:31.9|Debug|MetadataService|Episode image already exists: Specials\Portlandia - S00E02 - The Brunch Special HDTV-720p.metathumb
16-6-1 19:47:31.9|Debug|WdtvMetadata|Generating Episode Metadata for: \wdmycloud\nfs\TV\Portlandia\Season 06\Portlandia - S06E06 - TADA WEBDL-1080p.mkv
16-6-1 19:47:31.9|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E06 - TADA WEBDL-1080p.metathumb
16-6-1 19:47:31.9|Debug|WdtvMetadata|Generating Episode Metadata for: \wdmycloud\nfs\TV\Portlandia\Season 06\Portlandia - S06E07 - Family Emergency WEBDL-1080p.mkv
16-6-1 19:47:31.9|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E07 - Family Emergency WEBDL-1080p.metathumb
16-6-1 19:47:31.9|Debug|WdtvMetadata|Generating Episode Metadata for: \wdmycloud\nfs\TV\Portlandia\Season 06\Portlandia - S06E08 - First Feminist City WEBDL-1080p.mkv
16-6-1 19:47:31.9|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E08 - First Feminist City WEBDL-1080p.metathumb
16-6-1 19:47:32.0|Debug|WdtvMetadata|Generating Episode Metadata for: \wdmycloud\nfs\TV\Portlandia\Season 06\Portlandia - S06E09 - Lance Is Smart WEBDL-1080p.mkv
16-6-1 19:47:32.0|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E09 - Lance Is Smart WEBDL-1080p.metathumb
16-6-1 19:47:32.0|Debug|WdtvMetadata|Generating Episode Metadata for: \wdmycloud\nfs\TV\Portlandia\Season 06\Portlandia - S06E10 - Noodle Monster WEBDL-1080p.mkv
16-6-1 19:47:32.0|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E10 - Noodle Monster WEBDL-1080p.metathumb
16-6-1 19:47:31.9|Debug|EpisodeAddedService|No new episodes, skipping search
16-6-1 19:47:32.0|Debug|XbmcMetadata|Generating tvshow.nfo for: Portlandia
16-6-1 19:47:32.0|Info|RefreshEpisodeService|Finished episode refresh for series: [277165][Silicon Valley].
16-6-1 19:47:32.0|Debug|XbmcMetadata|Saving tvshow.nfo for Portlandia
16-6-1 19:47:32.0|Debug|RefreshSeriesService|Finished series refresh for Silicon Valley
16-6-1 19:47:32.0|Debug|MetadataService|Series image already exists: \wdmycloud\nfs\TV\Portlandia\fanart.jpg
16-6-1 19:47:32.0|Debug|MetadataService|Series image already exists: \wdmycloud\nfs\TV\Portlandia\banner.jpg
16-6-1 19:47:32.0|Debug|MetadataService|Series image already exists: \wdmycloud\nfs\TV\Portlandia\poster.jpg
16-6-1 19:47:32.0|Debug|MetadataService|Season image already exists: \wdmycloud\nfs\TV\Portlandia\season-specials-poster.jpg
16-6-1 19:47:32.0|Debug|MetadataService|Season image already exists: \wdmycloud\nfs\TV\Portlandia\season01-poster.jpg
16-6-1 19:47:32.0|Debug|MetadataService|Season image already exists: \wdmycloud\nfs\TV\Portlandia\season01-banner.jpg
16-6-1 19:47:32.0|Debug|MetadataService|Season image already exists: \wdmycloud\nfs\TV\Portlandia\season02-poster.jpg
16-6-1 19:47:32.0|Debug|MetadataService|Season image already exists: \wdmycloud\nfs\TV\Portlandia\season02-banner.jpg
16-6-1 19:47:32.0|Debug|MetadataService|Season image already exists: \wdmycloud\nfs\TV\Portlandia\season03-poster.jpg
16-6-1 19:47:32.0|Info|DiskScanService|Scanning disk for Silicon Valley
16-6-1 19:47:32.0|Debug|MetadataService|Season image already exists: \wdmycloud\nfs\TV\Portlandia\season03-banner.jpg
16-6-1 19:47:32.0|Debug|MetadataService|Season image already exists: \wdmycloud\nfs\TV\Portlandia\season04-poster.jpg
16-6-1 19:47:32.0|Debug|MetadataService|Season image already exists: \wdmycloud\nfs\TV\Portlandia\season04-banner.jpg
16-6-1 19:47:32.0|Debug|MetadataService|Season image already exists: \wdmycloud\nfs\TV\Portlandia\season05-poster.jpg
16-6-1 19:47:32.0|Debug|MetadataService|Season image already exists: \wdmycloud\nfs\TV\Portlandia\season05-banner.jpg
16-6-1 19:47:32.0|Debug|MetadataService|Season image already exists: \wdmycloud\nfs\TV\Portlandia\season06-poster.jpg
16-6-1 19:47:32.0|Debug|XbmcMetadata|Generating Episode Metadata for: \wdmycloud\nfs\TV\Portlandia\Season 06\Portlandia - S06E05 - Breaking Up WEBDL-1080p.mkv
16-6-1 19:47:32.0|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E05 - Breaking Up WEBDL-1080p-thumb.jpg
16-6-1 19:47:32.0|Debug|XbmcMetadata|Generating Episode Metadata for: \wdmycloud\nfs\TV\Portlandia\Season 06\Portlandia - S06E04 - Weirdo Beach WEBDL-1080p.mkv
16-6-1 19:47:32.0|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E04 - Weirdo Beach WEBDL-1080p-thumb.jpg
16-6-1 19:47:32.0|Debug|XbmcMetadata|Generating Episode Metadata for: \wdmycloud\nfs\TV\Portlandia\Season 06\Portlandia - S06E03 - Shville WEBDL-1080p.mkv
16-6-1 19:47:32.0|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E03 - Shville WEBDL-1080p-thumb.jpg
16-6-1 19:47:32.0|Debug|XbmcMetadata|Generating Episode Metadata for: \wdmycloud\nfs\TV\Portlandia\Season 06\Portlandia - S06E02 - Going Gray WEBDL-1080p.mkv
16-6-1 19:47:32.0|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E02 - Going Gray WEBDL-1080p-thumb.jpg
16-6-1 19:47:32.0|Debug|XbmcMetadata|Generating Episode Metadata for: \wdmycloud\nfs\TV\Portlandia\Season 06\Portlandia - S06E01 - Pickathon WEBDL-1080p.mkv
16-6-1 19:47:32.0|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E01 - Pickathon WEBDL-1080p-thumb.jpg
16-6-1 19:47:32.0|Debug|XbmcMetadata|Generating Episode Metadata for: \wdmycloud\nfs\TV\Portlandia\Specials\Portlandia - S00E02 - The Brunch Special HDTV-720p.mkv
16-6-1 19:47:32.0|Debug|MetadataService|Episode image already exists: Specials\Portlandia - S00E02 - The Brunch Special HDTV-720p-thumb.jpg
16-6-1 19:47:32.0|Debug|XbmcMetadata|Generating Episode Metadata for: \wdmycloud\nfs\TV\Portlandia\Season 06\Portlandia - S06E06 - TADA WEBDL-1080p.mkv
16-6-1 19:47:32.0|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E06 - TADA WEBDL-1080p-thumb.jpg
16-6-1 19:47:32.0|Debug|XbmcMetadata|Generating Episode Metadata for: \wdmycloud\nfs\TV\Portlandia\Season 06\Portlandia - S06E07 - Family Emergency WEBDL-1080p.mkv
16-6-1 19:47:32.0|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E07 - Family Emergency WEBDL-1080p-thumb.jpg
16-6-1 19:47:32.0|Debug|XbmcMetadata|Generating Episode Metadata for: \wdmycloud\nfs\TV\Portlandia\Season 06\Portlandia - S06E08 - First Feminist City WEBDL-1080p.mkv
16-6-1 19:47:32.0|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E08 - First Feminist City WEBDL-1080p-thumb.jpg
16-6-1 19:47:32.0|Debug|XbmcMetadata|Generating Episode Metadata for: \wdmycloud\nfs\TV\Portlandia\Season 06\Portlandia - S06E09 - Lance Is Smart WEBDL-1080p.mkv
16-6-1 19:47:32.0|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E09 - Lance Is Smart WEBDL-1080p-thumb.jpg
16-6-1 19:47:32.0|Debug|XbmcMetadata|Generating Episode Metadata for: \wdmycloud\nfs\TV\Portlandia\Season 06\Portlandia - S06E10 - Noodle Monster WEBDL-1080p.mkv
16-6-1 19:47:32.0|Debug|MetadataService|Episode image already exists: Season 06\Portlandia - S06E10 - Noodle Monster WEBDL-1080p-thumb.jpg
16-6-1 19:47:32.1|Debug|DiskScanService|Scanning ‘\wdmycloud\nfs\TV\Silicon Valley’ for video files
16-6-1 19:47:32.4|Debug|DiskScanService|9 video files were found in \wdmycloud\nfs\TV\Silicon Valley
16-6-1 19:47:32.4|Debug|DiskScanService|[277165][Silicon Valley] Cleaning up media files in DB
16-6-1 19:47:32.4|Debug|ImportDecisionMaker|Analyzing 0/9 files.
16-6-1 19:47:32.4|Info|DiskScanService|Completed scanning disk for Silicon Valley

I’m most curious what comes before this that makes the path illegal, not sure if its logged just before or not though.

Yeah, I’ve seen this before, and there is nothing before it:

16-5-28 01:00:02.2|Info|RefreshSeriesService|Updating Info for The Walking Dead
16-5-28 01:00:02.7|Info|RefreshEpisodeService|Starting episode info refresh for: [153021][The Walking Dead]
16-5-28 01:00:02.8|Info|RefreshEpisodeService|Finished episode refresh for series: [153021][The Walking Dead].
16-5-28 01:00:02.8|Info|DiskScanService|Scanning disk for The Walking Dead
16-5-28 01:00:06.7|Info|DiskScanService|Completed scanning disk for The Walking Dead
16-5-28 01:00:06.7|Error|EventAggregator|ExistingMetadataService failed while processing [SeriesScannedEvent]

[v2.0.0.4163] System.NotSupportedException: The given path’s format is not supported.
at System.Security.Permissions.FileIOPermission.QuickDemand(FileIOPermissionAccess access, String fullPath, Boolean checkForDuplicates, Boolean needFullPath)
at System.IO.FileInfo.Init(String fileName, Boolean checkHost)
at System.IO.FileInfo…ctor(String fileName)
at NzbDrone.Common.Extensions.PathExtensions.CleanFilePath(String path) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Extensions\PathExtensions.cs:line 30
at NzbDrone.Common.PathEqualityComparer.GetHashCode(String obj) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\PathEqualityComparer.cs:line 26
at System.Linq.Set1.InternalGetHashCode(TElement value) at System.Linq.Set1.Find(TElement value, Boolean add)
at System.Linq.Enumerable.d__721.MoveNext() at System.Collections.Generic.List1…ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source)
at NzbDrone.Core.Metadata.Files.MetadataFileService.FilterExistingFiles(List`1 files, Series series) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Metadata\Files\MetadataFileService.cs:line 67
at NzbDrone.Core.Metadata.ExistingMetadataService.Handle(SeriesScannedEvent message) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Metadata\ExistingMetadataService.cs:line 47
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:line 56

I’m not sure where that’s coming from.

Can you enable ((trace logging)), clear your log files then refresh The Walking Dead and post the contents to hastebin.com that should give us all the details we can get.

I think I did it right @markus101 :

http://hastebin.com/ugibulewug.tex

Yeah, that was it, still not exactly what I was hoping for (not your fault). Would you be able to make a ((backup)) of your database and PM me a link to download it (Dropbox or google drive are good places to put it)? I want to do some digging in the database and find out why its getting tripped up.

@markus101 Yeah, can you send me the exact Db file you’re looking for?

Thanks,

It’s nzbdrone.db, it will one of two files in the backup zips you can make in the UI.

@markus101 uploaded here:

Removed Link.

@markus101 did you get that link? I saw someone removed it?

Yeah, Markus removed the link after grabbing it. The Db contains passwords and other keys.

got it. Thanks. Let me know.

Hey @Taloth, have you investigated this at all? Just following up! Thanks my man!

Hey, don’t draft me into it! :slight_smile: @markus101 is the one that got you db copy.