jellyfin / jellyfin-plugin-tmdbboxsets

https://jellyfin.org
MIT License
83 stars 18 forks source link

Getting lots of warnings #24

Open 1024mb opened 4 years ago

1024mb commented 4 years ago

Getting lots of warning and an error:

[03:32:40] [ERR] [22] MediaBrowser.Providers.Manager.ProviderManager: TmdbBoxSetImageProvider failed in GetImageInfos for type BoxSet
MediaBrowser.Model.Net.HttpException: Not Found
   at Emby.Server.Implementations.HttpClientManager.HttpClientManager.EnsureSuccessStatusCode(HttpResponseMessage response, HttpRequestOptions options)
   at Emby.Server.Implementations.HttpClientManager.HttpClientManager.SendAsyncInternal(HttpRequestOptions options, HttpMethod httpMethod)
   at Emby.Server.Implementations.HttpClientManager.HttpClientManager.SendAsync(HttpRequestOptions options, HttpMethod httpMethod)
   at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMovieDbResponse(HttpRequestOptions options)
   at MediaBrowser.Providers.Plugins.Tmdb.BoxSets.TmdbBoxSetProvider.FetchMainResult(String id, String language, CancellationToken cancellationToken)
   at MediaBrowser.Providers.Plugins.Tmdb.BoxSets.TmdbBoxSetProvider.DownloadInfo(String tmdbId, String preferredMetadataLanguage, CancellationToken cancellationToken)
   at MediaBrowser.Providers.Plugins.Tmdb.BoxSets.TmdbBoxSetProvider.GetMovieDbResult(String tmdbId, String language, CancellationToken cancellationToken)
   at MediaBrowser.Providers.Plugins.Tmdb.BoxSets.TmdbBoxSetImageProvider.GetImages(BaseItem item, CancellationToken cancellationToken)
   at MediaBrowser.Providers.Manager.ProviderManager.GetImages(BaseItem item, CancellationToken cancellationToken, IRemoteImageProvider provider, List`1 preferredLanguages, Nullable`1 type)
[03:32:40] [WRN] [22] MediaBrowser.LocalMetadata.Parsers.BoxSetXmlParser: Invalid Added value found: 07/23/2020 02:49:20
[03:32:56] [WRN] [22] MediaBrowser.LocalMetadata.Parsers.BoxSetXmlParser: Invalid Added value found: 07/23/2020 02:49:20
[03:33:07] [WRN] [22] MediaBrowser.LocalMetadata.Parsers.BoxSetXmlParser: Invalid Added value found: 07/23/2020 02:49:20
[03:33:07] [WRN] [22] MediaBrowser.LocalMetadata.Parsers.BoxSetXmlParser: Invalid Added value found: 07/23/2020 02:49:20
[03:33:21] [WRN] [22] MediaBrowser.LocalMetadata.Parsers.BoxSetXmlParser: Invalid Added value found: 07/23/2020 02:49:20
[03:33:35] [WRN] [31] MediaBrowser.LocalMetadata.Parsers.BoxSetXmlParser: Invalid Added value found: 07/23/2020 02:49:20
[03:33:44] [WRN] [15] MediaBrowser.LocalMetadata.Parsers.BoxSetXmlParser: Invalid Added value found: 07/23/2020 02:49:20
[03:33:47] [WRN] [15] MediaBrowser.LocalMetadata.Parsers.BoxSetXmlParser: Invalid Added value found: 07/23/2020 02:49:20
[03:33:58] [WRN] [18] MediaBrowser.LocalMetadata.Parsers.BoxSetXmlParser: Invalid Added value found: 07/23/2020 02:49:20
[03:34:08] [WRN] [18] MediaBrowser.LocalMetadata.Parsers.BoxSetXmlParser: Invalid Added value found: 07/23/2020 

That warning keeps repeating.

I'm using latest stable 10.6.0 on Windows 10.