theotherp / nzbhydra2

Usenet meta search
Other
1.23k stars 75 forks source link

TMDB search from IMDB fails and it move on to next indexer without using other db id #964

Closed KMohZaid closed 8 hours ago

KMohZaid commented 1 month ago

Error : (same for all indexers)

nzbhydra2    | 2024-08-13 18:48:11.430  WARN --- [  pool-10-thread-4] org.nzbhydra.indexers.Newznab            : [ID: 00000, Host: 172.23.0.4] indexer-name. Unexpected error while preparing search: Error while getting infos to generate queries
nzbhydra2    | 2024-08-13 18:48:11.446 ERROR --- [  pool-10-thread-7] org.nzbhydra.mediainfo.InfoProvider      : [ID: 00000, Host: 172.23.0.4] Error while converting IMDB tt12809988
nzbhydra2    | 
nzbhydra2    | org.nzbhydra.mediainfo.InfoProviderException: TMDB query for IMDB ID tt12809988 returned no searchResults
nzbhydra2    |  at org.nzbhydra.mediainfo.TmdbHandler.getMovieByImdbId(TmdbHandler.java:79)
nzbhydra2    |  at org.nzbhydra.mediainfo.TmdbHandler.getInfos(TmdbHandler.java:38)
nzbhydra2    |  at org.nzbhydra.mediainfo.InfoProvider.convert(InfoProvider.java:118)
nzbhydra2    |  at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:54) [5 skipped]
nzbhydra2    |  at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:366)
nzbhydra2    |  at org.springframework.cache.interceptor.CacheAspectSupport.lambda$handleSynchronizedGet$1(CacheAspectSupport.java:446)
nzbhydra2    |  at org.springframework.cache.caffeine.CaffeineCache$LoadFunction.apply(CaffeineCache.java:169)
nzbhydra2    |  at com.github.benmanes.caffeine.cache.UnboundedLocalCache.lambda$computeIfAbsent$2(UnboundedLocalCache.java:289)
nzbhydra2    |  at java.base@17.0.9/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
nzbhydra2    |  at com.github.benmanes.caffeine.cache.UnboundedLocalCache.computeIfAbsent(UnboundedLocalCache.java:285)
nzbhydra2    |  at com.github.benmanes.caffeine.cache.LocalCache.computeIfAbsent(LocalCache.java:106)
nzbhydra2    |  at com.github.benmanes.caffeine.cache.LocalManualCache.get(LocalManualCache.java:62)
nzbhydra2    |  at org.springframework.cache.caffeine.CaffeineCache.get(CaffeineCache.java:90)
nzbhydra2    |  at org.springframework.cache.interceptor.CacheAspectSupport.handleSynchronizedGet(CacheAspectSupport.java:441)
nzbhydra2    |  at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:382)
theotherp commented 1 month ago

Post full debug infos.

theotherp commented 1 month ago

Also enable debug log file level and restart hydra. As requested in the issue template.

KMohZaid commented 1 day ago

nzbhydra-debuginfos-2024-09-14-15-13.zip

for imdb conversation error, search this time "09:42:03.289"

theotherp commented 8 hours ago

Unfortunately I'm unable to reproduce it but I think I've managed to fix it.

KMohZaid commented 6 hours ago

Unfortunately I'm unable to reproduce it but I think I've managed to fix it.

It won't occur when we choose series auto complete from web search. When I was passing all IDs like IMDb tmdb, etc. I got this error So i removed IMDb I'd if any other I'd is there

Anyway thanks