Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle 404 responses #3

Open
nielsvanvelzen opened this issue Aug 12, 2020 · 0 comments
Open

Handle 404 responses #3

nielsvanvelzen opened this issue Aug 12, 2020 · 0 comments

Comments

@nielsvanvelzen
Copy link
Member

[ERR] [50] MediaBrowser.Providers.Music.AlbumMetadataService: Error in "VGMdb"
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 Emby.Server.Implementations.HttpClientManager.HttpClientManager.Get(HttpRequestOptions options)
   at Jellyfin.Plugin.Vgmdb.VgmdbApi.GetSearchResults(String name, CancellationToken cancellationToken) in D:\Files\Projects\github.com\nielsvanvelzen\jellyfin-plugin-vgmdb\src\VgmdbApi.cs:line 48
   at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbAlbumProvider.GetSearchResults(AlbumInfo searchInfo, CancellationToken cancellationToken) in D:\Files\Projects\github.com\nielsvanvelzen\jellyfin-plugin-vgmdb\src\Providers\Info\VgmdbAlbumProvider.cs:line 119
   at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbAlbumProvider.GetId(AlbumInfo info, CancellationToken cancellationToken) in D:\Files\Projects\github.com\nielsvanvelzen\jellyfin-plugin-vgmdb\src\Providers\Info\VgmdbAlbumProvider.cs:line 90
   at Jellyfin.Plugin.Vgmdb.Providers.Info.VgmdbAlbumProvider.GetMetadata(AlbumInfo info, CancellationToken cancellationToken) in D:\Files\Projects\github.com\nielsvanvelzen\jellyfin-plugin-vgmdb\src\Providers\Info\VgmdbAlbumProvider.cs:line 104
   at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant