1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-10 14:14:25 +00:00

rarbg: trap error=8 imdbid not found. resolves #12466

This commit is contained in:
Garfield69 2021-10-27 08:43:10 +13:00
parent 550cc54836
commit c269401175

View file

@ -158,6 +158,7 @@ namespace Jackett.Common.Indexers
response = await RequestWithCookiesAndRetryAsync(BuildSearchUrl(query));
jsonContent = JObject.Parse(response.ContentString);
break;
case 8: // imdb not found, see issue #12466
case 10: // imdb not found, see issue #1486
case 20: // no results found
// the api returns "no results" in some valid queries. we do one retry on this case but we can't do more