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

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

Closed
KMohZaid opened this issue Aug 13, 2024 · 5 comments
Labels

Comments

@KMohZaid
Copy link

  • What do you expect to happen? What does happen?

    • It should find tmdb id as it was trying to do. If it fails, it should try imdb find or skip it and look for other db ids
  • Can the problem be reproduced? How?

    • If you search any series or show with imdb id, eg searched "sweet tooth" and select it from auto complete, then modify request and add imdbId in it, it will fails to do so
  • If you use a docker container please tell me which one.

  • lastest one, v7.4.0-ls19

  • If there's a bug with the GUI post at least your current version, OS, resolution and browser and post a screenshot if necessary.

  • it is not appear in web view search because it is not searching with "imdb" when we select from autocomplete

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 [email protected]/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)
@KMohZaid KMohZaid added the bug label Aug 13, 2024
@theotherp
Copy link
Owner

Post full debug infos.

@theotherp
Copy link
Owner

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

@KMohZaid
Copy link
Author

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

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

@theotherp
Copy link
Owner

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

@KMohZaid
Copy link
Author

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

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

No branches or pull requests

2 participants