theotherp / nzbhydra2

Usenet meta search
Other
1.23k stars 75 forks source link

adding my own spotweb instance #747

Open digrouz opened 2 years ago

digrouz commented 2 years ago

Hello,

I'm having some troubles adding my own spotweb instance. when I try to add it, I get error message:

2021-12-14 09:12:26.187  INFO --- [http-nio-0.0.0.0-5] o.n.indexers.capscheck.IndexerChecker    : [ID: 25286, Host: <hidden ip>] Will check capabilities of indexer tatooine-spotweb using 2 concurrent connections and a delay of 1000ms
2021-12-14 09:12:30.532 ERROR --- [http-nio-0.0.0.0-5] o.n.indexers.capscheck.IndexerChecker    : [ID: 25286, Host: <hidden ip>] Error while communicating with indexer: org.nzbhydra.indexers.exceptions.IndexerAccessException: Unable to parse indexer output
2021-12-14 09:12:30.532 ERROR --- [http-nio-0.0.0.0-5] o.n.indexers.capscheck.IndexerChecker    : [ID: 25286, Host: <hidden ip>] Error while communicating with indexer: org.nzbhydra.indexers.exceptions.IndexerAccessException: Unable to parse indexer output
2021-12-14 09:12:30.533 ERROR --- [http-nio-0.0.0.0-5] o.n.indexers.capscheck.IndexerChecker    : [ID: 25286, Host: <hidden ip>] Error while communicating with indexer: org.nzbhydra.indexers.exceptions.IndexerAccessException: Unable to parse indexer output
2021-12-14 09:12:30.533 ERROR --- [http-nio-0.0.0.0-5] o.n.indexers.capscheck.IndexerChecker    : [ID: 25286, Host: <hidden ip>] Error while communicating with indexer: org.nzbhydra.indexers.exceptions.IndexerAccessException: Unable to parse indexer output
2021-12-14 09:12:30.533 ERROR --- [http-nio-0.0.0.0-5] o.n.indexers.capscheck.IndexerChecker    : [ID: 25286, Host: <hidden ip>] Error while communicating with indexer: org.nzbhydra.indexers.exceptions.IndexerAccessException: Unable to parse indexer output
2021-12-14 09:12:30.533 ERROR --- [http-nio-0.0.0.0-5] o.n.indexers.capscheck.IndexerChecker    : [ID: 25286, Host: <hidden ip>] Error while communicating with indexer: org.nzbhydra.indexers.exceptions.IndexerAccessException: Unable to parse indexer output
2021-12-14 09:12:30.533 ERROR --- [http-nio-0.0.0.0-5] o.n.indexers.capscheck.IndexerChecker    : [ID: 25286, Host: <hidden ip>] Error while communicating with indexer: org.nzbhydra.indexers.exceptions.IndexerAccessException: Unable to parse indexer output
2021-12-14 09:12:30.533  INFO --- [http-nio-0.0.0.0-5] o.n.indexers.capscheck.IndexerChecker    : [ID: 25286, Host: <hidden ip>] Indexer own-spotweb does not support searching by any IDs
2021-12-14 09:12:30.555 ERROR --- [http-nio-0.0.0.0-5] o.n.indexers.capscheck.IndexerChecker    : [ID: 25286, Host: <hidden ip>] Error while accessing indexer: Unable to parse indexer output
2021-12-14 09:12:30.555  INFO --- [http-nio-0.0.0.0-5] o.n.indexers.capscheck.IndexerChecker    : [ID: 25286, Host: <hidden ip>] Indexer own-spotweb didn't provide a backend type. Will use newznab.

From nginx point of view, i get only 200 return codes:

10.42.0.1 - digrouz [14/Dec/2021:09:12:27 +0000] "GET /index.php?page=newznabapi?apikey=<hidden key>&t=tvsearch&rid=24493 HTTP/1.1" 200 1541 "-" "NZBHydra2" "0.006" "0.004" "2.33"
10.42.0.1 - digrouz [14/Dec/2021:09:12:27 +0000] "GET /index.php?page=newznabapi?apikey=<hidden key>&t=tvsearch&tvdbid=121361 HTTP/1.1" 200 1543 "-" "NZBHydra2" "0.010" "0.012" "2.33"
10.42.0.1 - digrouz [14/Dec/2021:09:12:28 +0000] "GET /index.php?page=newznabapi?apikey=<hidden key>&t=tvsearch&tvmazeid=82 HTTP/1.1" 200 1541 "-" "NZBHydra2" "0.010" "0.012" "2.33"
10.42.0.1 - digrouz [14/Dec/2021:09:12:28 +0000] "GET /index.php?page=newznabapi?apikey=<hidden key>&t=tvsearch&traktid=1390 HTTP/1.1" 200 1541 "-" "NZBHydra2" "0.003" "0.004" "2.34"
10.42.0.1 - digrouz [14/Dec/2021:09:12:29 +0000] "GET /index.php?page=newznabapi?apikey=<hidden key>&t=tvsearch&imdbid=0944947 HTTP/1.1" 200 1544 "-" "NZBHydra2" "0.004" "0.004" "2.33"
10.42.0.1 - digrouz [14/Dec/2021:09:12:29 +0000] "GET /index.php?page=newznabapi?apikey=<hidden key>&t=movie&tmdbid=24428 HTTP/1.1" 200 1539 "-" "NZBHydra2" "0.004" "0.000" "2.34"
10.42.0.1 - digrouz [14/Dec/2021:09:12:30 +0000] "GET /index.php?page=newznabapi?apikey=<hidden key>&t=movie&imdbid=0848228 HTTP/1.1" 200 1542 "-" "NZBHydra2" "0.005" "0.004" "2.33"
10.42.0.1 - digrouz [14/Dec/2021:09:12:30 +0000] "GET /index.php?page=newznabapi?apikey=<hidden key>&t=caps HTTP/1.1" 200 1529 "-" "NZBHydra2" "0.004" "0.004" "2.34"

so I don't really understand why it does not work. I'm using last version of both products: nzbhydra 3.18.4 and spotweb 1.5.1. How can I debug further?

theotherp commented 2 years ago

Your spotweb instance doesn't return newznab compatible results under that path.

On Tue, 14 Dec 2021, 10:28 Nicolas Di Gregorio, @.***> wrote:

Hello,

I'm having some troubles adding my own spotweb instance. when I try to add it, I get error message: 2021-12-14 09:12:26.187 INFO --- [http-nio-0.0.0.0-5] o.n.indexers.capscheck.IndexerChecker : [ID: 25286, Host: ] Will check capabilities of indexer tatooine-spotweb using 2 concurrent connections and a delay of 1000ms 2021-12-14 09:12:30.532 ERROR --- [http-nio-0.0.0.0-5] o.n.indexers.capscheck.IndexerChecker : [ID: 25286, Host: ] Error while communicating with indexer: org.nzbhydra.indexers.exceptions.IndexerAccessException: Unable to parse indexer output 2021-12-14 09:12:30.532 ERROR --- [http-nio-0.0.0.0-5] o.n.indexers.capscheck.IndexerChecker : [ID: 25286, Host: ] Error while communicating with indexer: org.nzbhydra.indexers.exceptions.IndexerAccessException: Unable to parse indexer output 2021-12-14 09:12:30.533 ERROR --- [http-nio-0.0.0.0-5] o.n.indexers.capscheck.IndexerChecker : [ID: 25286, Host: ] Error while communicating with indexer: org.nzbhydra.indexers.exceptions.IndexerAccessException: Unable to parse indexer output 2021-12-14 09:12:30.533 ERROR --- [http-nio-0.0.0.0-5] o.n.indexers.capscheck.IndexerChecker : [ID: 25286, Host: ] Error while communicating with indexer: org.nzbhydra.indexers.exceptions.IndexerAccessException: Unable to parse indexer output 2021-12-14 09:12:30.533 ERROR --- [http-nio-0.0.0.0-5] o.n.indexers.capscheck.IndexerChecker : [ID: 25286, Host: ] Error while communicating with indexer: org.nzbhydra.indexers.exceptions.IndexerAccessException: Unable to parse indexer output 2021-12-14 09:12:30.533 ERROR --- [http-nio-0.0.0.0-5] o.n.indexers.capscheck.IndexerChecker : [ID: 25286, Host: ] Error while communicating with indexer: org.nzbhydra.indexers.exceptions.IndexerAccessException: Unable to parse indexer output 2021-12-14 09:12:30.533 ERROR --- [http-nio-0.0.0.0-5] o.n.indexers.capscheck.IndexerChecker : [ID: 25286, Host: ] Error while communicating with indexer: org.nzbhydra.indexers.exceptions.IndexerAccessException: Unable to parse indexer output 2021-12-14 09:12:30.533 INFO --- [http-nio-0.0.0.0-5] o.n.indexers.capscheck.IndexerChecker : [ID: 25286, Host: ] Indexer own-spotweb does not support searching by any IDs 2021-12-14 09:12:30.555 ERROR --- [http-nio-0.0.0.0-5] o.n.indexers.capscheck.IndexerChecker : [ID: 25286, Host: ] Error while accessing indexer: Unable to parse indexer output 2021-12-14 09:12:30.555 INFO --- [http-nio-0.0.0.0-5] o.n.indexers.capscheck.IndexerChecker : [ID: 25286, Host: ] Indexer own-spotweb didn't provide a backend type. Will use newznab.

From nginx point of view, i get only 200 return codes: 10.42.0.1 - digrouz [14/Dec/2021:09:12:27 +0000] "GET /index.php?page=newznabapi?apikey=&t=tvsearch&rid=24493 HTTP/1.1" 200 1541 "-" "NZBHydra2" "0.006" "0.004" "2.33" 10.42.0.1 - digrouz [14/Dec/2021:09:12:27 +0000] "GET /index.php?page=newznabapi?apikey=&t=tvsearch&tvdbid=121361 HTTP/1.1" 200 1543 "-" "NZBHydra2" "0.010" "0.012" "2.33" 10.42.0.1 - digrouz [14/Dec/2021:09:12:28 +0000] "GET /index.php?page=newznabapi?apikey=&t=tvsearch&tvmazeid=82 HTTP/1.1" 200 1541 "-" "NZBHydra2" "0.010" "0.012" "2.33" 10.42.0.1 - digrouz [14/Dec/2021:09:12:28 +0000] "GET /index.php?page=newznabapi?apikey=&t=tvsearch&traktid=1390 HTTP/1.1" 200 1541 "-" "NZBHydra2" "0.003" "0.004" "2.34" 10.42.0.1 - digrouz [14/Dec/2021:09:12:29 +0000] "GET /index.php?page=newznabapi?apikey=&t=tvsearch&imdbid=0944947 HTTP/1.1" 200 1544 "-" "NZBHydra2" "0.004" "0.004" "2.33" 10.42.0.1 - digrouz [14/Dec/2021:09:12:29 +0000] "GET /index.php?page=newznabapi?apikey=&t=movie&tmdbid=24428 HTTP/1.1" 200 1539 "-" "NZBHydra2" "0.004" "0.000" "2.34" 10.42.0.1 - digrouz [14/Dec/2021:09:12:30 +0000] "GET /index.php?page=newznabapi?apikey=&t=movie&imdbid=0848228 HTTP/1.1" 200 1542 "-" "NZBHydra2" "0.005" "0.004" "2.33" 10.42.0.1 - digrouz [14/Dec/2021:09:12:30 +0000] "GET /index.php?page=newznabapi?apikey=&t=caps HTTP/1.1" 200 1529 "-" "NZBHydra2" "0.004" "0.004" "2.34"

so I don't really understand why it does not work. I'm using last version of both products: nzbhydra 3.18.4 and spotweb 1.5.1. How can I debug further?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/theotherp/nzbhydra2/issues/747, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADNUA6IJIBMN635AGIKJSZTUQ4E3VANCNFSM5KALQR6Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

digrouz commented 2 years ago

Is there any specific path to use ?

theotherp commented 2 years ago

I don't know spotweb. It's whatever URL you would enter in sonarr or radarr or whatever.

digrouz commented 2 years ago

this url seems to work properly within sickchill

theotherp commented 2 years ago

Post your debug infos zip.