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

Function Not Available: tmdbid is not supported for movie search by this indexer #856

Closed
groenator opened this issue Feb 26, 2023 · 2 comments
Labels

Comments

@groenator
Copy link

groenator commented Feb 26, 2023

Set your log file level to debug, repeat the steps that cause the problem and post the debug infos ZIP which can be retrieved in the System / Bugreport section. If other tools are involved post their logs as well.

You don't have to follow the next steps by the letter, just think about what you're trying to achieve ;-)

  • What do you expect to happen? What does happen?
    • I configured my Torrent index in Jackett and NZBHydra2. When I run the capability check I am getting the following error:
The capabilities of the indexer could not be checked completely. You may use it but it's recommended to repeat the check at another time.
Until then some search types or IDs may not be usable.

Hydra Logs are showing this error:

2023-02-26 20:44:32.920 ERROR --- [http-nio-0.0.0.0-5] o.s.w.s.s.s.DefaultHandshakeHandler      : [Host: 192.168.1.96] "Handshake failed due to invalid Upgrade header: null"
2023-02-26 20:44:43.540  INFO --- [http-nio-0.0.0.0-5] o.n.indexers.capscheck.IndexerChecker    : [Host: 192.168.1.96] Will check capabilities of indexer 1337 using 2 concurrent connections and a delay of 1000ms
2023-02-26 20:44:44.554  INFO --- [  pool-14-thread-1] o.n.indexers.capscheck.IndexerChecker    : [Host: 192.168.1.96] Indexer 1337 probably doesn't support the ID type TVDB. 0.0% of results were correct.
2023-02-26 20:44:44.555  INFO --- [  pool-14-thread-2] o.n.indexers.capscheck.IndexerChecker    : [Host: 192.168.1.96] Indexer 1337 probably doesn't support the ID type TVRAGE. 0.0% of results were correct.
2023-02-26 20:44:45.568  INFO --- [  pool-14-thread-2] o.n.indexers.capscheck.IndexerChecker    : [Host: 192.168.1.96] Indexer 1337 probably doesn't support the ID type TRAKT. 0.0% of results were correct.
2023-02-26 20:44:45.568  INFO --- [  pool-14-thread-1] o.n.indexers.capscheck.IndexerChecker    : [Host: 192.168.1.96] Indexer 1337 probably doesn't support the ID type TVMAZE. 0.0% of results were correct.
2023-02-26 20:44:46.569 ERROR --- [  pool-20-thread-1] org.nzbhydra.webaccess.WebAccess         : [Host: 192.168.1.96] URL call to http://127.0.0.1:9117/downloads/api/v2.0/indexers/1337x/results/torznab/api?apikey=<apikey>&t=movie&tmdbid=24428 returned 400: Bad Request
<?xml version="1.0" encoding="UTF-8"?>
<error code="203" description="Function Not Available: tmdbid is not supported for movie search by this indexer" />
  • Have you searched for this problem? You don't have to answer, just make sure.
  • Yes, I did. I couldn't find anything useful.
  • Can the problem be reproduced? How?
  • Configure the 1337x index in Jackett and Hydra and run the capability check.
  • Use a proper title. Describe the problem succinctly, don't just copy and paste the error message.
  • If you use a docker container please tell me which one.
  • I am using this docker image: lscr.io/linuxserver/nzbhydra2
  • If there's a bug with the GUI post at least your current version, OS, resolution and browser and post a screenshot if necessary.
  • Rocky Linux 9, using docker.
    Program info
    Version: 5.1.6
    Container version: v5.1.6-ls90
    Container release type: Release
    Container author: linuxserver.io

The warning message showing below:
Screenshot_20230226_205326

Error from nzbhydra2 image:
Screenshot_20230226_205538

I will close your issues if I you didn't provide proper information as described as above

The more information you provide up front the higher the chance that I can help you.

@groenator groenator added the bug label Feb 26, 2023
@theotherp
Copy link
Owner

theotherp commented Mar 2, 2023

Sorry, I can't reproduce this on either of my two machines. Works fine. Can you just retry?

Nevermind just in that instant a check failed.

@groenator
Copy link
Author

It only shows the warning when you run the check on each individual index. If I run it for all indexes, the warning message is not showing.

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