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

AniDB throwing 403 forbiddens when fetching metadata #50

Open
ghost opened this issue Feb 10, 2020 · 4 comments
Open

AniDB throwing 403 forbiddens when fetching metadata #50

ghost opened this issue Feb 10, 2020 · 4 comments

Comments

@ghost
Copy link

ghost commented Feb 10, 2020

When matching and fetching metadata from AniDB it throws 403's like candy
the logs are as follows:
[2020-02-11 00:35:20.329 +11:00] [ERR] Error in "AniDB" System.Net.WebException: The remote server returned an error: (403) Forbidden. at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result) at System.Net.WebClient.<>c__DisplayClass164_1.<OpenReadAsync>b__0(IAsyncResult iar) --- End of stack trace from previous location where exception was thrown ---

one 403 for each show being matched. any ideas?

@hauntingEcho
Copy link

this looks like the same log message I'm getting in #48

@zeldatp151
Copy link

I am also getting this.

@Cyan101
Copy link

Cyan101 commented Sep 5, 2020

This doesn't seem to be fixed even in v10

[23:54:22] [ERR] [36] MediaBrowser.Providers.TV.SeriesMetadataService: Error in AniSearch
System.Net.Http.HttpRequestException: Response status code does not indicate success: 403 (Forbidden).
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at System.Net.Http.HttpClient.GetStringAsyncCore(Task`1 getTask)
   at Jellyfin.Plugin.Anime.Providers.AniSearch.AniSearchSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken)
   at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
[23:54:22] [INF] [36] Jellyfin.Plugin.Anime.Providers.KitsuIO.Metadata.KitsuIoSeriesProvider: Start KitsuIo... Searching(Angel Beats!)
[23:54:28] [ERR] [36] MediaBrowser.Providers.Manager.ProviderManager: AniSearchSeriesImageProvider failed in GetImageInfos for type Series
System.Net.Http.HttpRequestException: Response status code does not indicate success: 403 (Forbidden).
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at System.Net.Http.HttpClient.GetStringAsyncCore(Task`1 getTask)
   at Jellyfin.Plugin.Anime.Providers.AniSearch.AniSearchSeriesImageProvider.GetImages(String aid, CancellationToken cancellationToken)
   at MediaBrowser.Providers.Manager.ProviderManager.GetImages(BaseItem item, CancellationToken cancellationToken, IRemoteImageProvider provider, List`1 preferredLanguages, Nullable`1 type)

@unmenschlich
Copy link

unmenschlich commented Sep 24, 2020

same problem here with anisearch
i use jellyfin 10.6.4, os Windows, x64 with anime v10.0.0.0

[22:36:00] [ERR] [43] MediaBrowser.Providers.TV.SeriesMetadataService: Error in AniSearch
System.Net.Http.HttpRequestException: Response status code does not indicate success: 403 (Forbidden).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at System.Net.Http.HttpClient.GetStringAsyncCore(Task1 getTask) at Jellyfin.Plugin.Anime.Providers.AniSearch.AniSearchSeriesProvider.GetMetadata(SeriesInfo info, CancellationToken cancellationToken) at MediaBrowser.Providers.Manager.MetadataService2.ExecuteRemoteProviders(MetadataResult1 temp, String logName, TIdType id, IEnumerable1 providers, CancellationToken cancellationToken)
[22:36:00] [ERR] [43] MediaBrowser.Providers.Manager.ProviderManager: AniSearchSeriesImageProvider failed in GetImageInfos for type Series
System.Net.Http.HttpRequestException: Response status code does not indicate success: 403 (Forbidden).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at System.Net.Http.HttpClient.GetStringAsyncCore(Task1 getTask) at Jellyfin.Plugin.Anime.Providers.AniSearch.AniSearchSeriesImageProvider.GetImages(String aid, CancellationToken cancellationToken) at MediaBrowser.Providers.Manager.ProviderManager.GetImages(BaseItem item, CancellationToken cancellationToken, IRemoteImageProvider provider, List1 preferredLanguages, Nullable`1 type)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants