theotherp / nzbhydra2

Usenet meta search
Other
1.23k stars 75 forks source link

How do we use torznab with sonarr/radarr #134

Closed saitoh183 closed 6 years ago

saitoh183 commented 6 years ago

I have all my jackett indexers setup in hydra when i do a search and try to click on one to download it i get

18-3-4 23:51:42.2|Error|ReleaseModule|Downloading torrent failed

[v2.0.0.5153] NzbDrone.Core.Exceptions.ReleaseDownloadException: Downloading torrent failed ---> System.Net.WebException: Error: ConnectFailure (Connection refused): 'http://127.0.0.1:5075/nzbhydra/getnzb/api/-4375270821703619455?apikey=(removed) ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
  at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x000b0] in /media/sdu1/home/saitoh183/mono-5.4.0.199/mcs/class/System/System.Net.Sockets/Socket.cs:879 
  at System.Net.WebConnection.Connect (System.Net.HttpWebRequest request) [0x0016d] in /media/sdu1/home/saitoh183/mono-5.4.0.199/mcs/class/System/System.Net/WebConnection.cs:187 
   --- End of inner exception stack trace ---
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00059] in /media/sdu1/home/saitoh183/mono-5.4.0.199/mcs/class/System/System.Net/HttpWebRequest.cs:1031 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in /media/sdu1/home/saitoh183/mono-5.4.0.199/mcs/class/System/System.Net/HttpWebRequest.cs:1043 
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000f6] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:63 
   --- End of inner exception stack trace ---
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0019e] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:91 
  at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000b5] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\Dispatchers\FallbackHttpDispatcher.cs:53 
  at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request) [0x0007e] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\HttpClient.cs:119 
  at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\HttpClient.cs:55 
  at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\HttpClient.cs:220 
  at NzbDrone.Core.Download.TorrentClientBase`1[TSettings].DownloadFromWebUrl (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode, System.String torrentUrl) [0x00024] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\TorrentClientBase.cs:134 
   --- End of inner exception stack trace ---
  at NzbDrone.Core.Download.TorrentClientBase`1[TSettings].DownloadFromWebUrl (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode, System.String torrentUrl) [0x001cc] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\TorrentClientBase.cs:184 
  at NzbDrone.Core.Download.TorrentClientBase`1[TSettings].Download (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00148] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\TorrentClientBase.cs:117 
  at NzbDrone.Core.Download.DownloadService.DownloadReport (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00227] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\DownloadService.cs:89 
  at NzbDrone.Api.Indexers.ReleaseModule.DownloadRelease (NzbDrone.Api.Indexers.ReleaseResource release) [0x0002d] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Api\Indexers\ReleaseModule.cs:67 

and all my results have no seeders and leetchers image

I also tried adding it as a newznab but that fails as well

i checked your wiki but didnt really understand the par about adding /torznab endpoint to URL. I tried it in sonarr in the URL box...appended to my hydra url and putting it in the api field instead of the default /api but it made the server test fail.

theotherp commented 6 years ago

You didn't attach the debug infos file.

Am 05.03.2018 06:16 schrieb "saitoh183" notifications@github.com:

I have all my jackett indexers setup in hydra when i do a search and try to click on one to download it i get

18-3-4 23:51:42.2|Error|ReleaseModule|Downloading torrent failed

[v2.0.0.5153] NzbDrone.Core.Exceptions.ReleaseDownloadException: Downloading torrent failed ---> System.Net.WebException: Error: ConnectFailure (Connection refused): 'http://127.0.0.1:5075/nzbhydra/getnzb/api/-4375270821703619455?apikey=(removed) ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x000b0] in /media/sdu1/home/saitoh183/mono-5.4.0.199/mcs/class/System/System.Net.Sockets/Socket.cs:879 at System.Net.WebConnection.Connect (System.Net.HttpWebRequest request) [0x0016d] in /media/sdu1/home/saitoh183/mono-5.4.0.199/mcs/class/System/System.Net/WebConnection.cs:187 --- End of inner exception stack trace --- at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00059] in /media/sdu1/home/saitoh183/mono-5.4.0.199/mcs/class/System/System.Net/HttpWebRequest.cs:1031 at System.Net.HttpWebRequest.GetResponse () [0x0000e] in /media/sdu1/home/saitoh183/mono-5.4.0.199/mcs/class/System/System.Net/HttpWebRequest.cs:1043 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000f6] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:63 --- End of inner exception stack trace --- at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0019e] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:91 at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000b5] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\Dispatchers\FallbackHttpDispatcher.cs:53 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request) [0x0007e] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\HttpClient.cs:119 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\HttpClient.cs:55 at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\HttpClient.cs:220 at NzbDrone.Core.Download.TorrentClientBase1[TSettings].DownloadFromWebUrl (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode, System.String torrentUrl) [0x00024] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\TorrentClientBase.cs:134 --- End of inner exception stack trace --- at NzbDrone.Core.Download.TorrentClientBase1[TSettings].DownloadFromWebUrl (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode, System.String torrentUrl) [0x001cc] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\TorrentClientBase.cs:184 at NzbDrone.Core.Download.TorrentClientBase`1[TSettings].Download (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00148] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\TorrentClientBase.cs:117 at NzbDrone.Core.Download.DownloadService.DownloadReport (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00227] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\DownloadService.cs:89 at NzbDrone.Api.Indexers.ReleaseModule.DownloadRelease (NzbDrone.Api.Indexers.ReleaseResource release) [0x0002d] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Api\Indexers\ReleaseModule.cs:67

and all my results have no seeders and leetchers [image: image] https://user-images.githubusercontent.com/1534197/36958450-e811a336-2009-11e8-9a55-8c11a555dfba.png

I also tried adding it as a newznab but that fails as well

i checked your wiki but didnt really understand the par about adding /torznab endpoint to URL. I tried it in sonarr in the URL box...appended to my hydra url and putting it in the api field instead of the default /api but it made the server test fail.

— 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/134, or mute the thread https://github.com/notifications/unsubscribe-auth/ANtAeVBQbFM1e-b6254p4rP4rPJcroS2ks5tbMoXgaJpZM4SbvQJ .

saitoh183 commented 6 years ago

nzbhydra-debuginfos-2018-03-05-01-35.zip

Also forgot to mention that NzbHydra and jackett are running locally while sonarr is on a seedbox

theotherp commented 6 years ago

All the results from demonoid are rejected because they're in a category you didn't enable for it. Perhaps jackett doesn't return proper category mappings. The category mapping for torrent engines is very wonky.

I'm currently very busy but when I have time I'll try to do some tests for demonoid.

saitoh183 commented 6 years ago

but Demonoid is not setup with anime as category so it shouldnt be used

saitoh183 commented 6 years ago

im testing this with anime so only anime indexers are returning results but when i click to download , i get the message of my OP

theotherp commented 6 years ago

Your instance is running on port 5076 but the links sonarr tries to download from uses port 5075.

Please set your logging settings like this https://i.imgur.com/wweSkpd.png, try again and post your new debug infos zip afterwards.

saitoh183 commented 6 years ago

Also im running binhex docker image of this locally i changed the port to correspond to 5076 in the docker image. At first i was using hydra 1 so i didnt want to modify my reverse proxy in nginx so i had just forward container port 5076 to host port 5075. nzbhydra-debuginfos-2018-03-05-10-08.zip

theotherp commented 6 years ago

Hm, for some reason I can't see the results of the URL calculation. You could try restarting Hydra. Even then, I just remembered, all the useful info will be hidden by the log anonymization algorithm. So restart Hydra, check the log and see if you see any output that explains what's happening.

Have you made sure that your nginx instance is configured like this: https://github.com/theotherp/nzbhydra2/wiki/Exposing-Hydra-to-the-internet-and-using-reverse-proxies ?

Hydra attempts to find out under which host and port and path it's running or, more generally, under which address it was called and uses that to build the links to its results. It seems to think that it should be or is reachable under port 5075 and uses that one.

saitoh183 commented 6 years ago

nzbhydra-debuginfos-2018-03-05-11-56.zip I added everything for the reverse proxy. Restart nginx and then restart hydra. I then went in sonarr and executed a manual search and selected a episode and i got the red cloud. Then I went in hydra and exported the debug. Hydra is on 5076:5076 in the container config

Sent from my Galaxy S8 using FastHub

saitoh183 commented 6 years ago

I have moved everything to my seedbox..hydra,jackett,sonarr i configured all the indexers with the jackett url on the seedbox. Here is the error in sonarr

Request Failed. POST /api/release: Data at the root level is invalid. Line 1, position 1.

System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
  at System.Xml.XmlTextReaderImpl.Throw (System.Exception e) [0x00027] in /media/sdu1/home/saitoh183/mono-5.4.0.199/mcs/class/referencesource/System.Xml/System/Xml/Core/XmlTextReaderImpl.cs:2503 
  at System.Xml.XmlTextReaderImpl.Throw (System.String res, System.String arg) [0x00000] in /media/sdu1/home/saitoh183/mono-5.4.0.199/mcs/class/referencesource/System.Xml/System/Xml/Core/XmlTextReaderImpl.cs:2478 
  at System.Xml.XmlTextReaderImpl.Throw (System.String res) [0x00000] in /media/sdu1/home/saitoh183/mono-5.4.0.199/mcs/class/referencesource/System.Xml/System/Xml/Core/XmlTextReaderImpl.cs:2470 
  at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace () [0x0012c] in /media/sdu1/home/saitoh183/mono-5.4.0.199/mcs/class/referencesource/System.Xml/System/Xml/Core/XmlTextReaderImpl.cs:5406 
  at System.Xml.XmlTextReaderImpl.ParseDocumentContent () [0x002d4] in /media/sdu1/home/saitoh183/mono-5.4.0.199/mcs/class/referencesource/System.Xml/System/Xml/Core/XmlTextReaderImpl.cs:3701 
  at System.Xml.XmlTextReaderImpl.Read () [0x0008c] in /media/sdu1/home/saitoh183/mono-5.4.0.199/mcs/class/referencesource/System.Xml/System/Xml/Core/XmlTextReaderImpl.cs:1168 
  at System.Xml.Linq.XDocument.Load (System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options) [0x00016] in /media/sdu1/home/saitoh183/mono-5.4.0.199/mcs/class/referencesource/System.Xml.Linq/System/Xml/Linq/XLinq.cs:5730 
  at System.Xml.Linq.XDocument.Load (System.Xml.XmlReader reader) [0x00000] in /media/sdu1/home/saitoh183/mono-5.4.0.199/mcs/class/referencesource/System.Xml.Linq/System/Xml/Linq/XLinq.cs:5710 
  at NzbDrone.Core.Download.NzbValidationService.Validate (System.String filename, System.Byte[] fileContent) [0x00024] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\NzbValidationService.cs:22 
  at NzbDrone.Core.Download.UsenetClientBase`1[TSettings].Download (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00151] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\UsenetClientBase.cs:76 
  at NzbDrone.Core.Download.DownloadService.DownloadReport (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00175] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\DownloadService.cs:69 
  at NzbDrone.Api.Indexers.ReleaseModule.DownloadRelease (NzbDrone.Api.Indexers.ReleaseResource release) [0x0002d] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Api\Indexers\ReleaseModule.cs:67 
  at NzbDrone.Api.Indexers.ReleaseModule.<.ctor>b__7_0 (System.Object x) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Api\Indexers\ReleaseModule.cs:46 
  at (wrapper dynamic-method) System.Object:CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2<object, object>,object)
  at Nancy.Routing.Route+<>c__DisplayClass4.<Wrap>b__3 (System.Object parameters, System.Threading.CancellationToken context) [0x00049] in <63c44d6f8d7e4f339a987bf9eb94d931>:0 

and debug from hydra nzbhydra-debuginfos-2018-03-05-15-08.zip

theotherp commented 6 years ago

If you open http://127.0.0.1:5076/nzbhydra/torznab/?apikey=&t=search&q= (using the scheme, host and port you entered in sonarr) what do the links look like?

Unfortunately the sonarr exception doesn't show the URL it tried to download from.

saitoh183 commented 6 years ago

If you open http://127.0.0.1:5076/nzbhydra/torznab/?apikey=&t=search&q= (using the scheme, host and port you entered in sonarr) what do the links look like?

So in the hydra log i see

http://erebus.feralhosting.com:123456/dl/aniRena/?jackett_apikey=<apikey>&path=a0R6VmFLNmdDdXhUa3J6SzZDVTNsaUpHeE13S0JhUDVmcHpJdURaR09WTmtiYlRLNnVlbEh5b25qT1RWRDc2aWZqRnNvbFBxZWxsSlN6aGxEWEhGWW1rWVpHa0h4bFFrV1FzMFBDVnNXbXhwM0pTZElsM3pqbVdzQjcwTFJCQS83cUtvZEJHTFM2dThYckE0eHZnZnRaM05FN3lpN3ZOMlA2b2VuMnhwOFI5YVdvUUpUMG8waE40Z2p2cXExN2JmaElCeFNhNmsyQ2lYMkpKQ0I1ejcvbjVFazV1c21SUHpqZC94WXZzK0hRcFRMQjhUNHRxTFhwOVZUdnlwa1dMOXFnNlV1TXVNaFNTanQwNVFwY&file=[Erai-raws]++Cardcaptor+Sakura+-+Clear+Card-hen+-+09+[1080p][Multiple+Subtitle].mkv

if i replace "< apikey >" with the real api key. i get a prompt to download the torrent file. In the log i see exaclty what is above with < apikey > and not the actual api key of jackett...could this be the problem or the log just puts a placeholder instead of the api key to hide it?

saitoh183 commented 6 years ago

@theotherp

So what next?

theotherp commented 6 years ago

You wait for me to have time to give support...

Am 07.03.2018 19:02 schrieb "saitoh183" notifications@github.com:

@theotherp https://github.com/theotherp

So what next?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/theotherp/nzbhydra2/issues/134#issuecomment-371227495, or mute the thread https://github.com/notifications/unsubscribe-auth/ANtAeWkUeUh6WR5iyGtcvzfOdwhbXU52ks5tcCCZgaJpZM4SbvQJ .

saitoh183 commented 6 years ago

Ok.. Sorry...

theotherp commented 6 years ago

No worries, I just have a job and private life beside this project ;-)

saitoh183 commented 6 years ago

So i did some testing and got some odd results:

image

Hydra

2018-03-08 18:54:45.919  INFO --- [ol-381-thread-2] org.nzbhydra.indexers.Newznab            : [Search: 255761, IP: <IP>] IPTorrents: Successfully executed search call in 394ms with 50 results
2018-03-08 18:54:46.594  INFO --- [ol-381-thread-7] org.nzbhydra.indexers.Newznab            : [Search: 255761, IP: <IP>] TorrentLeetch: Successfully executed search call in 902ms with 75 results
2018-03-08 18:54:46.602 DEBUG --- [ol-381-thread-2] org.nzbhydra.indexers.Newznab            : [Search: 255761, IP: <IP>] IPTorrents: Returning results 0-0 of 0 available (0 already rejected)
2018-03-08 18:54:47.162  INFO --- [ol-381-thread-6] org.nzbhydra.indexers.Newznab            : [Search: 255761, IP: <IP>] Torrentbytes: Successfully executed search call in 1642ms with 15 results
2018-03-08 18:54:47.171  INFO --- [ol-381-thread-3] org.nzbhydra.indexers.Newznab            : [Search: 255761, IP: <IP>] altHUB: Successfully executed search call in 1642ms with 100 results
2018-03-08 18:54:47.195 DEBUG --- [ol-381-thread-7] org.nzbhydra.indexers.Newznab            : [Search: 255761, IP: <IP>] TorrentLeetch: Returning results 0-0 of 0 available (0 already rejected)
2018-03-08 18:54:47.195 DEBUG --- [ol-381-thread-3] o.n.searching.SearchResultAcceptor       : [Search: 255761, IP: <IP>] Rejected 60 out of 100 search results from indexer altHUB
2018-03-08 18:54:47.195  INFO --- [ol-381-thread-3] o.n.searching.SearchResultAcceptor       : [Search: 255761, IP: <IP>] Rejected 60 search results from altHUB for the following reason: In forbidden category
2018-03-08 18:54:47.247 DEBUG --- [ol-381-thread-6] org.nzbhydra.indexers.Newznab            : [Search: 255761, IP: <IP>] Torrentbytes: Returning results 0-0 of 0 available (0 already rejected)
2018-03-08 18:54:47.304 DEBUG --- [ol-381-thread-3] org.nzbhydra.indexers.Newznab            : [Search: 255761, IP: <IP>] altHUB: Returning results 0-40 of 10000 available (60 already rejected)
2018-03-08 18:54:47.923  INFO --- [ol-381-thread-4] org.nzbhydra.indexers.Newznab            : [Search: 255761, IP: <IP>] DogNZB: Successfully executed search call in 2391ms with 100 results
2018-03-08 18:54:47.944 DEBUG --- [ol-381-thread-4] o.n.searching.SearchResultAcceptor       : [Search: 255761, IP: <IP>] Rejected 49 out of 100 search results from indexer DogNZB
2018-03-08 18:54:47.944  INFO --- [ol-381-thread-4] o.n.searching.SearchResultAcceptor       : [Search: 255761, IP: <IP>] Rejected 49 search results from DogNZB for the following reason: In forbidden category
2018-03-08 18:54:47.963 DEBUG --- [ol-381-thread-4] org.nzbhydra.indexers.Newznab            : [Search: 255761, IP: <IP>] DogNZB: Returning results 0-51 of 100 available (49 already rejected)
2018-03-08 18:54:47.970  INFO --- [.0-24927-exec-5] org.nzbhydra.searching.Searcher          : [Search: 255761, IP: <IP>] Returning results 1-100 from 230 results in cache. A total of 10100 results is available from indexers of which 109 were already rejected and 1 were removed as duplicates
2018-03-08 18:54:47.971 DEBUG --- [.0-24927-exec-5] org.nzbhydra.web.UrlCalculator           : [Search: 255761, IP: <IP>] Using scheme HTTP because header x-forwarded-proto is not set and built-in SSL is disabled
2018-03-08 18:54:47.971 DEBUG --- [.0-24927-exec-5] org.nzbhydra.web.UrlCalculator           : [Search: 255761, IP: <IP>] Using host erebus.feralhosting.com and port 24927 from host header erebus.feralhosting.com:24927
2018-03-08 18:54:47.971 DEBUG --- [.0-24927-exec-5] org.nzbhydra.web.UrlCalculator           : [Search: 255761, IP: <IP>] Using context path /nzbhydra as path
2018-03-08 18:54:47.974  INFO --- [.0-24927-exec-5] org.nzbhydra.api.ExternalApi             : [Search: 255761, IP: <IP>] Search took 2475ms. Returning 100 results

Sonarr 18-3-8 19:02:32.8|Warn|TorznabRssParser|Feed does not contain application/x-bittorrent, found application/x-nzb, did you intend to add a Newznab indexer?

Hydra

2018-03-08 19:06:40.884  INFO --- [.0-24927-exec-3] org.nzbhydra.api.ExternalApi             : [Search: 169487, IP: <IP>] Received external torznab API call: NewznabParameters{t=TVSEARCH, cat=[5030, 5040, 5070], offset=0, limit=100, raw=false, extended=true}
2018-03-08 19:06:40.884 DEBUG --- [.0-24927-exec-3] org.nzbhydra.searching.CategoryProvider  : [Search: 169487, IP: <IP>] The supplied categories 5070,5040,5030 match multiple configured categories
2018-03-08 19:06:40.884 DEBUG --- [.0-24927-exec-3] org.nzbhydra.searching.CategoryProvider  : [Search: 169487, IP: <IP>] The supplied categories 5070,5040,5030 match the configured main category TV and will be assigned to that
2018-03-08 19:06:40.885  INFO --- [.0-24927-exec-3] org.nzbhydra.api.ExternalApi             : [Search: 326526, IP: <IP>] Executing new search
2018-03-08 19:06:40.886 DEBUG --- [.0-24927-exec-3] o.n.searching.IndexerForSearchSelector   : [Search: 326526, IP: <IP>] Picking indexers out of 17
2018-03-08 19:06:40.887  INFO --- [.0-24927-exec-3] o.n.searching.IndexerForSearchSelector   : [Search: 326526, IP: <IP>] Not using altHUB because a torrent search is requested
2018-03-08 19:06:40.887  INFO --- [.0-24927-exec-3] o.n.searching.IndexerForSearchSelector   : [Search: 326526, IP: <IP>] Not using IPTorrents because a torrent search is requested
2018-03-08 19:06:40.887  INFO --- [.0-24927-exec-3] o.n.searching.IndexerForSearchSelector   : [Search: 326526, IP: <IP>] Not using nzb.su because it's disabled until 2018-03-09T00:09:45.520Z due to a previous error 
2018-03-08 19:06:40.887  INFO --- [.0-24927-exec-3] o.n.searching.IndexerForSearchSelector   : [Search: 326526, IP: <IP>] Not using Tokyo Toshokan because a torrent search is requested
2018-03-08 19:06:40.888  INFO --- [.0-24927-exec-3] o.n.searching.IndexerForSearchSelector   : [Search: 326526, IP: <IP>] Not using Nyoo because a torrent search is requested
2018-03-08 19:06:40.888  INFO --- [.0-24927-exec-3] o.n.searching.IndexerForSearchSelector   : [Search: 326526, IP: <IP>] Not using TorrentLeetch because a torrent search is requested
2018-03-08 19:06:40.888  INFO --- [.0-24927-exec-3] o.n.searching.IndexerForSearchSelector   : [Search: 326526, IP: <IP>] Not using Torrentbytes because a torrent search is requested
2018-03-08 19:06:40.888  INFO --- [.0-24927-exec-3] o.n.searching.IndexerForSearchSelector   : [Search: 326526, IP: <IP>] Not using DogNZB because a torrent search is requested
2018-03-08 19:06:40.888  INFO --- [.0-24927-exec-3] o.n.searching.IndexerForSearchSelector   : [Search: 326526, IP: <IP>] Not using Animebytes because it's disabled for category TV
2018-03-08 19:06:40.889  INFO --- [.0-24927-exec-3] o.n.searching.IndexerForSearchSelector   : [Search: 326526, IP: <IP>] Not using Horriblesubs because a torrent search is requested
2018-03-08 19:06:40.889  INFO --- [.0-24927-exec-3] o.n.searching.IndexerForSearchSelector   : [Search: 326526, IP: <IP>] Not using Anidex because it's disabled for category TV
2018-03-08 19:06:40.889  INFO --- [.0-24927-exec-3] o.n.searching.IndexerForSearchSelector   : [Search: 326526, IP: <IP>] Not using Anime torrents because a torrent search is requested
2018-03-08 19:06:40.889  INFO --- [.0-24927-exec-3] o.n.searching.IndexerForSearchSelector   : [Search: 326526, IP: <IP>] Not using AniRena because a torrent search is requested
2018-03-08 19:06:40.889  INFO --- [.0-24927-exec-3] o.n.searching.IndexerForSearchSelector   : [Search: 326526, IP: <IP>] Not using SceneTime because it's disabled until 2018-03-09T00:09:45.520Z due to a previous error 
2018-03-08 19:06:40.890  INFO --- [.0-24927-exec-3] o.n.searching.IndexerForSearchSelector   : [Search: 326526, IP: <IP>] Not using Nyaa-pantsu because a torrent search is requested
2018-03-08 19:06:40.890  INFO --- [.0-24927-exec-3] o.n.searching.IndexerForSearchSelector   : [Search: 326526, IP: <IP>] Not using Nyaa.si because a torrent search is requested
2018-03-08 19:06:40.890  INFO --- [.0-24927-exec-3] o.n.searching.IndexerForSearchSelector   : [Search: 326526, IP: <IP>] Selected 1 out of 17 indexers: Demonoid
2018-03-08 19:06:40.890 DEBUG --- [.0-24927-exec-3] org.nzbhydra.searching.Searcher          : [Search: 326526, IP: <IP>] Going to call 1 indexers because 0 of 100 wanted results were loaded yet
2018-03-08 19:06:40.891  INFO --- [ol-397-thread-1] org.nzbhydra.indexers.Torznab            : [Search: 326526, IP: <IP>] Demonoid: Calling http://erebus.feralhosting.com:47486/api/v2.0/indexers/demonoid/results/torznab/api?apikey=<apikey>&t=tvsearch&extended=1&password=<password>&cat=5030,5040,5070&limit=100&offset=0
2018-03-08 19:06:41.447  INFO --- [ol-397-thread-1] org.nzbhydra.indexers.Torznab            : [Search: 326526, IP: <IP>] Demonoid: Successfully executed search call in 552ms with 50 results
2018-03-08 19:06:41.455 DEBUG --- [ol-397-thread-1] o.n.searching.SearchResultAcceptor       : [Search: 326526, IP: <IP>] Rejected 50 out of 50 search results from indexer Demonoid
2018-03-08 19:06:41.455  INFO --- [ol-397-thread-1] o.n.searching.SearchResultAcceptor       : [Search: 326526, IP: <IP>] Rejected 50 search results from Demonoid for the following reason: In forbidden category
2018-03-08 19:06:41.457 DEBUG --- [ol-397-thread-1] org.nzbhydra.indexers.Torznab            : [Search: 326526, IP: <IP>] Demonoid: Returning results 0-0 of 50 available (50 already rejected)
2018-03-08 19:06:41.459 DEBUG --- [.0-24927-exec-3] org.nzbhydra.searching.Searcher          : [Search: 326526, IP: <IP>] Offset 0 + limit 100 exceeds the number of available results 0; returning all remaining results from cache
2018-03-08 19:06:41.459  INFO --- [.0-24927-exec-3] org.nzbhydra.api.ExternalApi             : [Search: 326526, IP: <IP>] Search took 574ms. Returning 0 results

And as you can see from the log it only seems to use Demonoid

Hydra (only took 5030/40 and not 5070)

2018-03-08 19:10:27.174  INFO --- [.0-24927-exec-2] org.nzbhydra.api.ExternalApi             : [Search: 272255, IP: <IP>] Received external torznab API call: NewznabParameters{t=TVSEARCH, cat=[5030, 5040], offset=0, limit=100, raw=false, extended=true}
2018-03-08 19:10:27.175 DEBUG --- [.0-24927-exec-2] org.nzbhydra.searching.CategoryProvider  : [Search: 272255, IP: <IP>] The supplied categories 5040,5030 match multiple configured categories
2018-03-08 19:10:27.175 DEBUG --- [.0-24927-exec-2] org.nzbhydra.searching.CategoryProvider  : [Search: 272255, IP: <IP>] The supplied categories 5040,5030 match the configured main category TV and will be assigned to that
2018-03-08 19:10:27.175  INFO --- [.0-24927-exec-2] org.nzbhydra.api.ExternalApi             : [Search: 520852, IP: <IP>] Executing new search
2018-03-08 19:10:27.177 DEBUG --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 520852, IP: <IP>] Picking indexers out of 17
2018-03-08 19:10:27.178  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 520852, IP: <IP>] Not using altHUB because a torrent search is requested
2018-03-08 19:10:27.178  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 520852, IP: <IP>] Not using IPTorrents because a torrent search is requested
2018-03-08 19:10:27.178  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 520852, IP: <IP>] Not using nzb.su because a torrent search is requested
2018-03-08 19:10:27.178  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 520852, IP: <IP>] Not using Tokyo Toshokan because a torrent search is requested
2018-03-08 19:10:27.178  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 520852, IP: <IP>] Not using Nyoo because a torrent search is requested
2018-03-08 19:10:27.178  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 520852, IP: <IP>] Not using TorrentLeetch because a torrent search is requested
2018-03-08 19:10:27.179  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 520852, IP: <IP>] Not using Torrentbytes because a torrent search is requested
2018-03-08 19:10:27.179  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 520852, IP: <IP>] Not using DogNZB because a torrent search is requested
2018-03-08 19:10:27.179  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 520852, IP: <IP>] Not using Animebytes because it's disabled for category TV
2018-03-08 19:10:27.179  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 520852, IP: <IP>] Not using Horriblesubs because a torrent search is requested
2018-03-08 19:10:27.179  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 520852, IP: <IP>] Not using Anidex because it's disabled for category TV
2018-03-08 19:10:27.179  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 520852, IP: <IP>] Not using Anime torrents because a torrent search is requested
2018-03-08 19:10:27.180  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 520852, IP: <IP>] Not using AniRena because a torrent search is requested
2018-03-08 19:10:27.180  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 520852, IP: <IP>] Not using SceneTime because a torrent search is requested
2018-03-08 19:10:27.180  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 520852, IP: <IP>] Not using Nyaa-pantsu because a torrent search is requested
2018-03-08 19:10:27.180  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 520852, IP: <IP>] Not using Nyaa.si because a torrent search is requested
2018-03-08 19:10:27.180  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 520852, IP: <IP>] Selected 1 out of 17 indexers: Demonoid
2018-03-08 19:10:27.180 DEBUG --- [.0-24927-exec-2] org.nzbhydra.searching.Searcher          : [Search: 520852, IP: <IP>] Going to call 1 indexers because 0 of 100 wanted results were loaded yet
2018-03-08 19:10:27.181  INFO --- [ol-399-thread-1] org.nzbhydra.indexers.Torznab            : [Search: 520852, IP: <IP>] Demonoid: Calling http://erebus.feralhosting.com:47486/api/v2.0/indexers/demonoid/results/torznab/api?apikey=<apikey>&t=tvsearch&extended=1&password=<password>&cat=5030,5040&limit=100&offset=0
2018-03-08 19:10:28.216  INFO --- [ol-399-thread-1] org.nzbhydra.indexers.Torznab            : [Search: 520852, IP: <IP>] Demonoid: Successfully executed search call in 1032ms with 25 results
2018-03-08 19:10:28.474 DEBUG --- [ol-399-thread-1] org.nzbhydra.indexers.Torznab            : [Search: 520852, IP: <IP>] Demonoid: Returning results 0-25 of 25 available (0 already rejected)
2018-03-08 19:10:28.477 DEBUG --- [.0-24927-exec-2] org.nzbhydra.searching.Searcher          : [Search: 520852, IP: <IP>] Offset 0 + limit 100 exceeds the number of available results 25; returning all remaining results from cache
2018-03-08 19:10:28.477  INFO --- [.0-24927-exec-2] org.nzbhydra.searching.Searcher          : [Search: 520852, IP: <IP>] Returning results 1-25 from 25 results in cache. A total of 25 results is available from indexers of which 0 were already rejected and 0 were removed as duplicates
2018-03-08 19:10:28.478 DEBUG --- [.0-24927-exec-2] org.nzbhydra.web.UrlCalculator           : [Search: 520852, IP: <IP>] Using scheme HTTP because header x-forwarded-proto is not set and built-in SSL is disabled
2018-03-08 19:10:28.478 DEBUG --- [.0-24927-exec-2] org.nzbhydra.web.UrlCalculator           : [Search: 520852, IP: <IP>] Using host erebus.feralhosting.com and port 24927 from host header erebus.feralhosting.com:24927
2018-03-08 19:10:28.478 DEBUG --- [.0-24927-exec-2] org.nzbhydra.web.UrlCalculator           : [Search: 520852, IP: <IP>] Using context path /nzbhydra as path
2018-03-08 19:10:28.480  INFO --- [.0-24927-exec-2] org.nzbhydra.api.ExternalApi             : [Search: 520852, IP: <IP>] Search took 1304ms. Returning 25 results
2018-03-08 19:15:26.407  INFO --- [.0-24927-exec-1] org.nzbhydra.api.ExternalApi             : [Search: 576862, IP: <IP>] Received external torznab API call: NewznabParameters{t=TVSEARCH, cat=[5030, 5040, 5070], offset=0, limit=100, raw=false, extended=true}
2018-03-08 19:15:26.419 DEBUG --- [.0-24927-exec-1] org.nzbhydra.searching.CategoryProvider  : [Search: 576862, IP: <IP>] The supplied categories 5070,5040,5030 match multiple configured categories
2018-03-08 19:15:26.419 DEBUG --- [.0-24927-exec-1] org.nzbhydra.searching.CategoryProvider  : [Search: 576862, IP: <IP>] The supplied categories 5070,5040,5030 match the configured main category TV and will be assigned to that
2018-03-08 19:15:26.419  INFO --- [.0-24927-exec-1] org.nzbhydra.api.ExternalApi             : [Search: 30875, IP: <IP>] Executing new search
2018-03-08 19:15:26.422 DEBUG --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 30875, IP: <IP>] Picking indexers out of 17
2018-03-08 19:15:26.422  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 30875, IP: <IP>] Not using altHUB because a torrent search is requested
2018-03-08 19:15:26.422  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 30875, IP: <IP>] Not using IPTorrents because a torrent search is requested
2018-03-08 19:15:26.422  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 30875, IP: <IP>] Not using nzb.su because a torrent search is requested
2018-03-08 19:15:26.423  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 30875, IP: <IP>] Not using Tokyo Toshokan because a torrent search is requested
2018-03-08 19:15:26.423  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 30875, IP: <IP>] Not using Nyoo because a torrent search is requested
2018-03-08 19:15:26.423  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 30875, IP: <IP>] Not using TorrentLeetch because a torrent search is requested
2018-03-08 19:15:26.424  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 30875, IP: <IP>] Not using Torrentbytes because a torrent search is requested
2018-03-08 19:15:26.424  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 30875, IP: <IP>] Not using DogNZB because a torrent search is requested
2018-03-08 19:15:26.424  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 30875, IP: <IP>] Not using Animebytes because it's disabled for category TV
2018-03-08 19:15:26.424  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 30875, IP: <IP>] Not using Horriblesubs because a torrent search is requested
2018-03-08 19:15:26.425  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 30875, IP: <IP>] Not using Anidex because it's disabled for category TV
2018-03-08 19:15:26.425  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 30875, IP: <IP>] Not using Anime torrents because a torrent search is requested
2018-03-08 19:15:26.425  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 30875, IP: <IP>] Not using AniRena because a torrent search is requested
2018-03-08 19:15:26.425  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 30875, IP: <IP>] Not using SceneTime because a torrent search is requested
2018-03-08 19:15:26.426  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 30875, IP: <IP>] Not using Nyaa-pantsu because a torrent search is requested
2018-03-08 19:15:26.426  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 30875, IP: <IP>] Not using Nyaa.si because a torrent search is requested
2018-03-08 19:15:26.426  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 30875, IP: <IP>] Selected 1 out of 17 indexers: Demonoid
2018-03-08 19:15:26.426 DEBUG --- [.0-24927-exec-1] org.nzbhydra.searching.Searcher          : [Search: 30875, IP: <IP>] Going to call 1 indexers because 0 of 100 wanted results were loaded yet
2018-03-08 19:15:26.427  INFO --- [ol-401-thread-1] org.nzbhydra.indexers.Torznab            : [Search: 30875, IP: <IP>] Demonoid: Calling http://erebus.feralhosting.com:47486/api/v2.0/indexers/demonoid/results/torznab/api?apikey=<apikey>&t=tvsearch&extended=1&password=<password>&cat=5030,5040,5070&limit=100&offset=0
2018-03-08 19:15:27.084  INFO --- [ol-401-thread-1] org.nzbhydra.indexers.Torznab            : [Search: 30875, IP: <IP>] Demonoid: Successfully executed search call in 655ms with 50 results
2018-03-08 19:15:27.091 DEBUG --- [ol-401-thread-1] o.n.searching.SearchResultAcceptor       : [Search: 30875, IP: <IP>] Rejected 50 out of 50 search results from indexer Demonoid
2018-03-08 19:15:27.091  INFO --- [ol-401-thread-1] o.n.searching.SearchResultAcceptor       : [Search: 30875, IP: <IP>] Rejected 50 search results from Demonoid for the following reason: In forbidden category
2018-03-08 19:15:27.092 DEBUG --- [ol-401-thread-1] org.nzbhydra.indexers.Torznab            : [Search: 30875, IP: <IP>] Demonoid: Returning results 0-0 of 50 available (50 already rejected)
2018-03-08 19:15:27.094 DEBUG --- [.0-24927-exec-1] org.nzbhydra.searching.Searcher          : [Search: 30875, IP: <IP>] Offset 0 + limit 100 exceeds the number of available results 0; returning all remaining results from cache
2018-03-08 19:15:27.094  INFO --- [.0-24927-exec-1] org.nzbhydra.api.ExternalApi             : [Search: 30875, IP: <IP>] Search took 676ms. Returning 0 results
2018-03-08 19:15:39.991  INFO --- [.0-24927-exec-2] org.nzbhydra.api.ExternalApi             : [Search: 520852, IP: <IP>] Received external torznab API call: NewznabParameters{t=TVSEARCH, cat=[5030, 5040, 5070], offset=0, limit=100, raw=false, extended=true}
2018-03-08 19:15:39.992 DEBUG --- [.0-24927-exec-2] org.nzbhydra.searching.CategoryProvider  : [Search: 520852, IP: <IP>] The supplied categories 5070,5040,5030 match multiple configured categories
2018-03-08 19:15:39.992 DEBUG --- [.0-24927-exec-2] org.nzbhydra.searching.CategoryProvider  : [Search: 520852, IP: <IP>] The supplied categories 5070,5040,5030 match the configured main category TV and will be assigned to that
2018-03-08 19:15:39.992  INFO --- [.0-24927-exec-2] org.nzbhydra.api.ExternalApi             : [Search: 497250, IP: <IP>] Executing new search
2018-03-08 19:15:39.994 DEBUG --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 497250, IP: <IP>] Picking indexers out of 17
2018-03-08 19:15:39.994  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 497250, IP: <IP>] Not using altHUB because a torrent search is requested
2018-03-08 19:15:39.994  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 497250, IP: <IP>] Not using IPTorrents because a torrent search is requested
2018-03-08 19:15:39.994  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 497250, IP: <IP>] Not using nzb.su because a torrent search is requested
2018-03-08 19:15:39.995  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 497250, IP: <IP>] Not using Tokyo Toshokan because a torrent search is requested
2018-03-08 19:15:39.995  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 497250, IP: <IP>] Not using Nyoo because a torrent search is requested
2018-03-08 19:15:39.995  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 497250, IP: <IP>] Not using TorrentLeetch because a torrent search is requested
2018-03-08 19:15:39.995  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 497250, IP: <IP>] Not using Torrentbytes because a torrent search is requested
2018-03-08 19:15:39.995  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 497250, IP: <IP>] Not using DogNZB because a torrent search is requested
2018-03-08 19:15:39.995  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 497250, IP: <IP>] Not using Animebytes because it's disabled for category TV
2018-03-08 19:15:39.996  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 497250, IP: <IP>] Not using Horriblesubs because a torrent search is requested
2018-03-08 19:15:39.996  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 497250, IP: <IP>] Not using Anidex because it's disabled for category TV
2018-03-08 19:15:39.996  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 497250, IP: <IP>] Not using Anime torrents because a torrent search is requested
2018-03-08 19:15:39.996  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 497250, IP: <IP>] Not using AniRena because a torrent search is requested
2018-03-08 19:15:39.996  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 497250, IP: <IP>] Not using SceneTime because a torrent search is requested
2018-03-08 19:15:39.997  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 497250, IP: <IP>] Not using Nyaa-pantsu because a torrent search is requested
2018-03-08 19:15:39.997  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 497250, IP: <IP>] Not using Nyaa.si because a torrent search is requested
2018-03-08 19:15:39.997  INFO --- [.0-24927-exec-2] o.n.searching.IndexerForSearchSelector   : [Search: 497250, IP: <IP>] Selected 1 out of 17 indexers: Demonoid
2018-03-08 19:15:39.997 DEBUG --- [.0-24927-exec-2] org.nzbhydra.searching.Searcher          : [Search: 497250, IP: <IP>] Going to call 1 indexers because 0 of 100 wanted results were loaded yet
2018-03-08 19:15:39.998  INFO --- [ol-403-thread-1] org.nzbhydra.indexers.Torznab            : [Search: 497250, IP: <IP>] Demonoid: Calling http://erebus.feralhosting.com:47486/api/v2.0/indexers/demonoid/results/torznab/api?apikey=<apikey>&t=tvsearch&extended=1&password=<password>&cat=5030,5040,5070&limit=100&offset=0

*With only test that works when appending /torznab searching for tv show yields 0 results unless Demonoid has results (also spits out random shows but that isnt a issue) image

Hydra

2018-03-08 19:26:11.347  INFO --- [.0-24927-exec-4] org.nzbhydra.api.ExternalApi             : [Search: 542913, IP: <IP>] Received external torznab API call: NewznabParameters{t=TVSEARCH, cat=[5030, 5040], tvRageId=32656, tvdbId=263365, tvmazeId=31, season=5, ep=11, offset=0, limit=100, raw=false, extended=true}
2018-03-08 19:26:11.347 DEBUG --- [.0-24927-exec-4] org.nzbhydra.searching.CategoryProvider  : [Search: 542913, IP: <IP>] The supplied categories 5040,5030 match multiple configured categories
2018-03-08 19:26:11.347 DEBUG --- [.0-24927-exec-4] org.nzbhydra.searching.CategoryProvider  : [Search: 542913, IP: <IP>] The supplied categories 5040,5030 match the configured main category TV and will be assigned to that
2018-03-08 19:26:11.347  INFO --- [.0-24927-exec-4] org.nzbhydra.api.ExternalApi             : [Search: 341274, IP: <IP>] Executing new search
2018-03-08 19:26:11.631 DEBUG --- [.0-24927-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 341274, IP: <IP>] Picking indexers out of 17
2018-03-08 19:26:11.631  INFO --- [.0-24927-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 341274, IP: <IP>] Not using altHUB because a torrent search is requested
2018-03-08 19:26:11.631  INFO --- [.0-24927-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 341274, IP: <IP>] Not using IPTorrents because a torrent search is requested
2018-03-08 19:26:11.631  INFO --- [.0-24927-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 341274, IP: <IP>] Not using nzb.su because a torrent search is requested
2018-03-08 19:26:11.632  INFO --- [.0-24927-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 341274, IP: <IP>] Not using Tokyo Toshokan because a torrent search is requested
2018-03-08 19:26:11.632  INFO --- [.0-24927-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 341274, IP: <IP>] Not using Nyoo because a torrent search is requested
2018-03-08 19:26:11.632  INFO --- [.0-24927-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 341274, IP: <IP>] Not using TorrentLeetch because a torrent search is requested
2018-03-08 19:26:11.632  INFO --- [.0-24927-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 341274, IP: <IP>] Not using Torrentbytes because a torrent search is requested
2018-03-08 19:26:11.632  INFO --- [.0-24927-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 341274, IP: <IP>] Not using DogNZB because a torrent search is requested
2018-03-08 19:26:11.633  INFO --- [.0-24927-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 341274, IP: <IP>] Not using Animebytes because it's disabled for category TV
2018-03-08 19:26:11.633  INFO --- [.0-24927-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 341274, IP: <IP>] Not using Horriblesubs because a torrent search is requested
2018-03-08 19:26:11.633  INFO --- [.0-24927-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 341274, IP: <IP>] Not using Anidex because it's disabled for category TV
2018-03-08 19:26:11.633  INFO --- [.0-24927-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 341274, IP: <IP>] Not using Anime torrents because a torrent search is requested
2018-03-08 19:26:11.633  INFO --- [.0-24927-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 341274, IP: <IP>] Not using AniRena because a torrent search is requested
2018-03-08 19:26:11.634  INFO --- [.0-24927-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 341274, IP: <IP>] Not using SceneTime because a torrent search is requested
2018-03-08 19:26:11.634  INFO --- [.0-24927-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 341274, IP: <IP>] Not using Nyaa-pantsu because a torrent search is requested
2018-03-08 19:26:11.634  INFO --- [.0-24927-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 341274, IP: <IP>] Not using Nyaa.si because a torrent search is requested
2018-03-08 19:26:11.634  INFO --- [.0-24927-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 341274, IP: <IP>] Selected 1 out of 17 indexers: Demonoid
2018-03-08 19:26:11.634 DEBUG --- [.0-24927-exec-4] org.nzbhydra.searching.Searcher          : [Search: 341274, IP: <IP>] Going to call 1 indexers because 0 of 100 wanted results were loaded yet
2018-03-08 19:26:11.635  INFO --- [ol-407-thread-1] org.nzbhydra.indexers.Torznab            : [Search: 341274, IP: <IP>] Demonoid: Calling http://erebus.feralhosting.com:47486/api/v2.0/indexers/demonoid/results/torznab/api?apikey=<apikey>&t=tvsearch&extended=1&rid=32656&tvdbid=263365&tvmazeid=31&season=5&ep=11&password=<password>&cat=5030,5040&limit=100&offset=0
2018-03-08 19:26:12.170  INFO --- [ol-407-thread-1] org.nzbhydra.indexers.Torznab            : [Search: 341274, IP: <IP>] Demonoid: Successfully executed search call in 530ms with 50 results
2018-03-08 19:26:12.926 DEBUG --- [ol-407-thread-1] org.nzbhydra.indexers.Torznab            : [Search: 341274, IP: <IP>] Demonoid: Returning results 0-50 of 50 available (0 already rejected)
2018-03-08 19:26:12.938 DEBUG --- [.0-24927-exec-4] org.nzbhydra.searching.Searcher          : [Search: 341274, IP: <IP>] Offset 0 + limit 100 exceeds the number of available results 50; returning all remaining results from cache
2018-03-08 19:26:12.938  INFO --- [.0-24927-exec-4] org.nzbhydra.searching.Searcher          : [Search: 341274, IP: <IP>] Returning results 1-50 from 50 results in cache. A total of 50 results is available from indexers of which 0 were already rejected and 0 were removed as duplicates
2018-03-08 19:26:12.939 DEBUG --- [.0-24927-exec-4] org.nzbhydra.web.UrlCalculator           : [Search: 341274, IP: <IP>] Using scheme HTTP because header x-forwarded-proto is not set and built-in SSL is disabled
2018-03-08 19:26:12.939 DEBUG --- [.0-24927-exec-4] org.nzbhydra.web.UrlCalculator           : [Search: 341274, IP: <IP>] Using host erebus.feralhosting.com and port 24927 from host header erebus.feralhosting.com:24927
2018-03-08 19:26:12.939 DEBUG --- [.0-24927-exec-4] org.nzbhydra.web.UrlCalculator           : [Search: 341274, IP: <IP>] Using context path /nzbhydra as path
2018-03-08 19:26:12.941  INFO --- [.0-24927-exec-4] org.nzbhydra.api.ExternalApi             : [Search: 341274, IP: <IP>] Search took 1594ms. Returning 50 results
2018-03-08 19:27:14.637  INFO --- [.0-24927-exec-2] o.n.d.torrents.TorrentFileHandler        : [Search: 497250, IP: <IP>] Download request for "Marvels Agents of S H I E L D S05E11 iNTERNAL 720p WEB x264-BAMBOOZLE EZTV" from indexer Demonoid
2018-03-08 19:27:14.637 DEBUG --- [.0-24927-exec-2] org.nzbhydra.downloading.FileHandler     : [Search: 497250, IP: <IP>] Redirecting to http://erebus.feralhosting.com:47486/dl/demonoid/?jackett_apikey=<apikey>&path=aHpNRTRpYmZ6SWp1Y0NsdUxZOWhuNW5zQ01ZTTRLMlhFQ3BpV2I0TjZlMWJoV2hVVERlY0tSN3QzQmZ6eUNHdVRxY2NYZ3ZPQ041S2NyZC80UjRCVng3aFUzQTNzdTRnUW5RQmIvdnliUjBseGR0dlRVK3o5UDB3eS90RjMxaDdDWEdtVEpRY2orSW40dUJsZERBc0ZFRzRDNm1lV0J3TFVWT292QUU3eXM2b3NET1lVN2JsSDlXRG40N2g0OXplSjhGcTk4aWlSNkVuUFlpMjVwTGMySnR2b1luNlI5aG1laWlEelZteUFqaDJXS1VrWGJkUGRoNnZ1Z0ZvUVVwd3c3Y2xMYmQwcU1OZHlwQ2N1TTNJMVFaYW9WRE9tWkhMWHFTQ3g5dE9idEJvNVlrak56cEpoaURkSkVXazlERUFBWXpkVE0zMElRODBZZ2ZpRDVhemhIdG9rV2t5dG5SYzVSQTE1SXNzb1VkK1AwbitqVnFLRFdDQkxaMjBxcVlpWFl0UjlBVkhGQUhPeVlQQi9WVWNLdz090&file=Marvels+Agents+of+S+H+I+E+L+D+S05E11+iNTERNAL+720p+WEB+x264-BAMBOOZLE+EZTV
2018-03-08 19:27:16.635  INFO --- [.0-24927-exec-5] o.n.d.torrents.TorrentFileHandler        : [Search: 255761, IP: <IP>] Download request for "Marvels Agents of S H I E L D S05E11 720p HDTV x264-AVS EZTV" from indexer Demonoid
2018-03-08 19:27:16.636 DEBUG --- [.0-24927-exec-5] org.nzbhydra.downloading.FileHandler     : [Search: 255761, IP: <IP>] Redirecting to http://erebus.feralhosting.com:47486/dl/demonoid/?jackett_apikey=<apikey>&path=VXM2TlpITDhwMCtkVjJWMG90ZnJyektjZVFSSVhubCs0SWZoMWZEVWFveXpuVldOajB2UUhjSXN6ZWRzekFvaDVIaTZSeVZjMlE1TWl6R0h3cDhiQkYvTElDbDlMcXFoam5qaXhSM0UzR2F6d0F6TnlQYkMydkhZS1hFbHRrWTFET1JUMGdLN1FZb2hscVY0bTlJMVA4V1Y5S1kveE85UFlSMUQxRFdGS3NGOFJYTlFwZjNkeC9MWUliV01zaGJYL2NiMUt1NW1STFhLSEVYWkIwanFCLzMxV05VbWg4ZnpLaHorbGtiaHJvd3ZFODRRaDhDRHdCd2pkTjc0Y3ptSFA0ak9BcGM3ZVRBZWR5ZnRVc2NzN1FmTFEyZE9jdEFFVnlEZ3RKMnpwVjd3MTJNa1BpaEtOaERGVWdpZDBkbnNnWCtPUWVxVEVDK1NsR1ZFU2ViOE8zR0V6ZDExUFJyM05SOUFFdmlPenFGS0xQS2k0SHBmL01WeWVFWUJ0VW1OcFczdDBWcTJMY3luSFFlVEp3dVZwdz090&file=Marvels+Agents+of+S+H+I+E+L+D+S05E11+720p+HDTV+x264-AVS+EZTV
2018-03-08 19:27:18.867  INFO --- [.0-24927-exec-3] o.n.d.torrents.TorrentFileHandler        : [Search: 326526, IP: <IP>] Download request for "Marvels.Agents.of. S.H.I.E.L.D.S05E11 .720p.HDTV.x264-AV S[ettv]" from indexer Demonoid
2018-03-08 19:27:18.867 DEBUG --- [.0-24927-exec-3] org.nzbhydra.downloading.FileHandler     : [Search: 326526, IP: <IP>] Redirecting to http://erebus.feralhosting.com:47486/dl/demonoid/?jackett_apikey=<apikey>&path=WmhJK0xkME9TOEd3MzA0NTg3eEdnUy9VK05qVExha1Y0MlVVVmpzM3ovT0hpWnZVRGFNZkNPQS9TanU2SUFZaWRGM1lpNkJmTkx1UVpqc2M0cWtNNW9Za2IwckNSRkNZdzE0RUJGbUxaNS9SSUNNc3J3b1JaUWdpemlqbXovYk16Qm1JeVFrNFJ5bmNubGYxSHVYVVRVaS9KZk9BWHloMXVKR2gxaWdYdmdOT1hnU29nN2duR3lvR0RkYVR3QkdjZmU3THZHYzM1cGZNNjhacnBVUXJjOWJwTy8wTm10TlA4a3J4bXJTMTFxcVdyNWY4NDJwdUhaZmF4NFFJOVdqV1dBWW83eDBwSWk1ZG5wb2ZkajA4allUdHlFRVZSWHY4ZU0yQ0NDYTVRTmVtbTZ1dVFlRUtBRG5FeUx3bkM2MmFwMlRjaHVZQ21SbXRXTWloMjBydlVJY1cxT0ViK2lTZmJSK21WRm50NFQ1clUyWWpOTVM3bHUwWmpiSUZnNlZQcUZVOWI3ZDExL3JHeUM3MlpKcEFydz090&file=Marvels.Agents.of.+S.H.I.E.L.D.S05E11+.720p.HDTV.x264-AV+S[ettv]
2018-03-08 19:27:20.866  INFO --- [.0-24927-exec-1] o.n.d.torrents.TorrentFileHandler        : [Search: 202140, IP: <IP>] Download request for "Marvels.Agents.of. S.H.I.E.L.D.S05E11 .HDTV.x264-SVA[ett v]" from indexer Demonoid
2018-03-08 19:27:20.867 DEBUG --- [.0-24927-exec-1] org.nzbhydra.downloading.FileHandler     : [Search: 202140, IP: <IP>] Redirecting to http://erebus.feralhosting.com:47486/dl/demonoid/?jackett_apikey=<apikey>&path=UmYvT0V1by85ZUVEd1ZFY2N6akdyeDJYRkZrKzZlSFVDSVhPV0M1d2VOOVp1S3plaTUrMk1oZGpkKzY1UENvNnhpM3RHTnJKMzltbklTVWFWR1JsazVnUlZmdURRaXBaVXNnZTBzWUJGS0VoaVV3M0F3YSt6S0M4NDd2ZmJDZm9jekhqd2JrWW05eE5mMUlVRUY3eHpycE5zbWcrWHdvSkkxYmY5RzBncVhlbG15cVhYNGI4MXhHMEVacmVNNGRTditWNDZyMUthcmJobmk3YWZZZ2QzYWFlQVFjeVE3Y0lCTWZhWWtXK3dIK040dG1INWF0a1dXYk85eGFrSERRNVhOaGx3YTl3WndkOThVQzBYRzFVUkZFRVQvVXN0S0tpT2pSdFJDWTJpSVNjZCt4eXEyOHArbEhWOVNZUmh4cGZJM0kyS0dId1lEeEoyUUpKNWZqRlYvWUxSRkVuWjZYaTlsWkZVcGJyUnN1TXVibFBnTVpITTEvakRBSHZ0YlVsK28wcTc5dmpLcmFKd3lNaTZwSEVQUT090&file=Marvels.Agents.of.+S.H.I.E.L.D.S05E11+.HDTV.x264-SVA[ett+v]
2018-03-08 19:27:22.866  INFO --- [.0-24927-exec-4] o.n.d.torrents.TorrentFileHandler        : [Search: 341274, IP: <IP>] Download request for "Marvels Agents of S H I E L D S05E11 HDTV x264-SVA EZTV" from indexer Demonoid
2018-03-08 19:27:22.866 DEBUG --- [.0-24927-exec-4] org.nzbhydra.downloading.FileHandler     : [Search: 341274, IP: <IP>] Redirecting to http://erebus.feralhosting.com:47486/dl/demonoid/?jackett_apikey=<apikey>&path=QXhPSHAxYm9MVXo3QjQzYTdlR05hRHVCTmQxSnpSeEhic2FCRmE2TWhvUStuTWo0N1FIR29YaTlxeVRad1NwOHl6SkVXWUs1MnpZUHl5azNQN3ZzY3F3SHhCVnBhVGN5Si9KblJJR040YmlqaDdWTkZ6elJhckJ3bE5KSk5EZ2ZEaUZGcjF4YTMzeTZkZGpHNmpCMmZXZlU3bmxaNUZlWXQ2MWdKU0J6ZDZ6Y01Bd0MxWVBlVE4zZzJOZHdoS1plWHJweXJyN0RsMWhBNDZPN0wvSTMvNFJYRkdHNHBlZXJZMStBMGMxTWMvdmFNYlVTa0tVWGk5QVNGM2NNQ3k4bjRScFZHa3prYU54SDlwSXpjUFUxd2Ewb09FaUFjengyb1QxdDc4eEozVG1NaERuWk1yUTRMNjdDblpyRHd6bDNwbTNFVjBGdjhSUlRwT0EyNzVLNVdXQk9hY0w4NVpib3RZemVJRjJiUjR2cEo3THB3c1k2R3UvWXNTcldobDUvVUl5WDdDak1XUGFXNWFpZHJhRHFyUT090&file=Marvels+Agents+of+S+H+I+E+L+D+S05E11+HDTV+x264-SVA+EZTV

*Anime has 0 results (im guessing since i cant add 5070 as category )

2018-03-08 19:30:41.052  INFO --- [.0-24927-exec-1] org.nzbhydra.api.ExternalApi             : [Search: 202140, IP: 185.21.216.146] Received external torznab API call: NewznabParameters{t=TVSEARCH, cat=[5030, 5040], offset=0, limit=100, raw=false, extended=true}
2018-03-08 19:30:41.052 DEBUG --- [.0-24927-exec-1] org.nzbhydra.searching.CategoryProvider  : [Search: 202140, IP: 185.21.216.146] The supplied categories 5040,5030 match multiple configured categories
2018-03-08 19:30:41.052 DEBUG --- [.0-24927-exec-1] org.nzbhydra.searching.CategoryProvider  : [Search: 202140, IP: 185.21.216.146] The supplied categories 5040,5030 match the configured main category TV and will be assigned to that
2018-03-08 19:30:41.052  INFO --- [.0-24927-exec-1] org.nzbhydra.api.ExternalApi             : [Search: 483758, IP: 185.21.216.146] Executing new search
2018-03-08 19:30:41.054 DEBUG --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 483758, IP: 185.21.216.146] Picking indexers out of 17
2018-03-08 19:30:41.054  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 483758, IP: 185.21.216.146] Not using altHUB because a torrent search is requested
2018-03-08 19:30:41.054  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 483758, IP: 185.21.216.146] Not using IPTorrents because a torrent search is requested
2018-03-08 19:30:41.054  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 483758, IP: 185.21.216.146] Not using nzb.su because a torrent search is requested
2018-03-08 19:30:41.055  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 483758, IP: 185.21.216.146] Not using Tokyo Toshokan because a torrent search is requested
2018-03-08 19:30:41.055  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 483758, IP: 185.21.216.146] Not using Nyoo because a torrent search is requested
2018-03-08 19:30:41.055  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 483758, IP: 185.21.216.146] Not using TorrentLeetch because a torrent search is requested
2018-03-08 19:30:41.055  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 483758, IP: 185.21.216.146] Not using Torrentbytes because a torrent search is requested
2018-03-08 19:30:41.055  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 483758, IP: 185.21.216.146] Not using DogNZB because a torrent search is requested
2018-03-08 19:30:41.055  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 483758, IP: 185.21.216.146] Not using Animebytes because it's disabled for category TV
2018-03-08 19:30:41.055  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 483758, IP: 185.21.216.146] Not using Horriblesubs because a torrent search is requested
2018-03-08 19:30:41.056  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 483758, IP: 185.21.216.146] Not using Anidex because it's disabled for category TV
2018-03-08 19:30:41.056  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 483758, IP: 185.21.216.146] Not using Anime torrents because a torrent search is requested
2018-03-08 19:30:41.056  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 483758, IP: 185.21.216.146] Not using AniRena because a torrent search is requested
2018-03-08 19:30:41.056  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 483758, IP: 185.21.216.146] Not using SceneTime because a torrent search is requested
2018-03-08 19:30:41.056  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 483758, IP: 185.21.216.146] Not using Nyaa-pantsu because a torrent search is requested
2018-03-08 19:30:41.056  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 483758, IP: 185.21.216.146] Not using Nyaa.si because a torrent search is requested
2018-03-08 19:30:41.057  INFO --- [.0-24927-exec-1] o.n.searching.IndexerForSearchSelector   : [Search: 483758, IP: 185.21.216.146] Selected 1 out of 17 indexers: Demonoid
2018-03-08 19:30:41.057 DEBUG --- [.0-24927-exec-1] org.nzbhydra.searching.Searcher          : [Search: 483758, IP: 185.21.216.146] Going to call 1 indexers because 0 of 100 wanted results were loaded yet
2018-03-08 19:30:41.057  INFO --- [ol-409-thread-1] org.nzbhydra.indexers.Torznab            : [Search: 483758, IP: 185.21.216.146] Demonoid: Calling http://erebus.feralhosting.com:47486/api/v2.0/indexers/demonoid/results/torznab/api?apikey=<apikey>&t=tvsearch&extended=1&password=<password>&cat=5030,5040&limit=100&offset=0
2018-03-08 19:30:42.153  INFO --- [ol-409-thread-1] org.nzbhydra.indexers.Torznab            : [Search: 483758, IP: 185.21.216.146] Demonoid: Successfully executed search call in 1093ms with 27 results
2018-03-08 19:30:42.488 DEBUG --- [ol-409-thread-1] org.nzbhydra.indexers.Torznab            : [Search: 483758, IP: 185.21.216.146] Demonoid: Returning results 0-27 of 27 available (0 already rejected)
2018-03-08 19:30:42.490 DEBUG --- [.0-24927-exec-1] org.nzbhydra.searching.Searcher          : [Search: 483758, IP: 185.21.216.146] Offset 0 + limit 100 exceeds the number of available results 27; returning all remaining results from cache
2018-03-08 19:30:42.490  INFO --- [.0-24927-exec-1] org.nzbhydra.searching.Searcher          : [Search: 483758, IP: 185.21.216.146] Returning results 1-27 from 27 results in cache. A total of 27 results is available from indexers of which 0 were already rejected and 0 were removed as duplicates
2018-03-08 19:30:42.490 DEBUG --- [.0-24927-exec-1] org.nzbhydra.web.UrlCalculator           : [Search: 483758, IP: 185.21.216.146] Using scheme HTTP because header x-forwarded-proto is not set and built-in SSL is disabled
2018-03-08 19:30:42.490 DEBUG --- [.0-24927-exec-1] org.nzbhydra.web.UrlCalculator           : [Search: 483758, IP: 185.21.216.146] Using host erebus.feralhosting.com and port 24927 from host header erebus.feralhosting.com:24927
2018-03-08 19:30:42.491 DEBUG --- [.0-24927-exec-1] org.nzbhydra.web.UrlCalculator           : [Search: 483758, IP: 185.21.216.146] Using context path /nzbhydra as path
2018-03-08 19:30:42.491  INFO --- [.0-24927-exec-1] org.nzbhydra.api.ExternalApi             : [Search: 483758, IP: 185.21.216.146] Search took 1439ms. Returning 27 results
2018-03-08 19:31:12.927 DEBUG --- [ringMap-Expirer] org.nzbhydra.searching.Searcher          : Removing expired search cache entry SearchRequest{source=API, searchType=TVSEARCH, category=TV, offset=0, limit=100, identifiers={TVRAGE=32656, TVDB=263365, TVMAZE=31}, season=5, episode=11}

Question: Why is there no Anime Search Type in hydra as well?

Also here is my Demonoid config in Hydra image image image

I hope this helps narrow down the problem :)

saitoh183 commented 6 years ago

Ok after all that digging the Demonoid problem put me on the path to the solution. It is because i added the other as nzb indexer by clicking just on add indexers instead of using the sub-menu. I didnt notice because the menu's are exactly the same whether you using Jackett/Cardigann or simply click on Add Indexer.

I re-added everything and now it works just fine. Maybe it would be a good idea to have a noticed that warns people that if you click on Add Indexer only that this will add the indexer as a Newznab indexer. Because since adding this way works with torznab as well, i didnt even think about it...

So case Closed :)