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

Ebooks-Shares torrent search URL is incorrect #508

Open
2 tasks done
lhanson opened this issue Dec 26, 2024 · 2 comments
Open
2 tasks done

Ebooks-Shares torrent search URL is incorrect #508

lhanson opened this issue Dec 26, 2024 · 2 comments
Labels
Status: Needs Triage Type: Bug Something isn't working with an indexer

Comments

@lhanson
Copy link

lhanson commented Dec 26, 2024

Is there an existing issue for this?

  • I have searched the existing open and closed issues

Current Behavior

I try to add an indexer for Ebooks-Shares using valid credentials. When I try to Save or Test, the UI displays Unable to connect to indexer. Unexpected response status NotFound code from indexer request

The logs show:

2024-12-26 00:10:43.4|Warn|Cardigann|Unable to connect to indexer

[v1.29.0.4897] NzbDrone.Core.Indexers.Exceptions.IndexerException: Unexpected response status NotFound code from indexer request
   at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannParser.ParseResponse(IndexerResponse indexerResponse) in ./Prowlarr.Core/Indexers/Definitions/Cardigann/CardigannParser.cs:line 58
   at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Prowlarr.Core/Indexers/HttpIndexerBase.cs:line 606
   at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in ./Prowlarr.Core/Indexers/HttpIndexerBase.cs:line 760
RequestUri: https://ebooks-shares.org/torrents-search.php?incldead=1&freeleech=0&lang=0&sort=id&order=desc;StatusCode: NotFound;ContentType: text/html; charset=iso-8859-1;ContentLength: 196;ContentSample: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
</body></html>

When I log into the Ebooks-Shares website, I find the torrent search URL to be like this: https://ebooks-shares.org/index.php?page=torrents&search=&category=0&active=0 so I presume the query format has changed at some point and is no longer at /torrents-search.php.

Expected Behavior

The indexer can successfully be searched.

Steps To Reproduce

Try to create an indexer for Ebooks-Shares

Environment

- OS: Synology
- Prowlarr: 0.4.6.2711
- Docker Install: Yes
- Using Reverse Proxy: No
- Browser: Firefox (not UI related)

What branch are you running?

Master

Trace Logs?

2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'historycleanupdays' defaultValue:'30'
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-12-26 00:20:59.1|Trace|EventAggregator|ConfigFileSavedEvent <~ ReconfigureLogging
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'firstdayofweek' defaultValue:'0'
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'calendarweekcolumnheader' defaultValue:'ddd M/D'
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'shortdateformat' defaultValue:'MMM D YYYY'
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'longdateformat' defaultValue:'dddd, MMMM D YYYY'
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'timeformat' defaultValue:'h(:mm)a'
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'showrelativedates' defaultValue:'True'
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'enablecolorimpairedmode' defaultValue:'False'
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'uilanguage' defaultValue:'en'
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'proxytype' defaultValue:'Http'
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'proxyhostname' defaultValue:''
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'proxyport' defaultValue:'8080'
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'proxyusername' defaultValue:''
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'proxypassword' defaultValue:''
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'proxybypassfilter' defaultValue:''
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'proxybypasslocaladdresses' defaultValue:'True'
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'backupfolder' defaultValue:'Backups'
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'backupinterval' defaultValue:'7'
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'backupretention' defaultValue:'28'
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'certificatevalidation' defaultValue:'Enabled'
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'applicationurl' defaultValue:''
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'trustcgnatipaddresses' defaultValue:'False'
2024-12-26 00:20:59.1|Trace|EventAggregator|Publishing ConfigSavedEvent
2024-12-26 00:20:59.1|Trace|EventAggregator|ConfigSavedEvent -> UiAuthorizationHandler
2024-12-26 00:20:59.1|Trace|EventAggregator|ConfigSavedEvent <- UiAuthorizationHandler
2024-12-26 00:20:59.1|Trace|EventAggregator|ConfigSavedEvent > LocalizationService
2024-12-26 00:20:59.1|Trace|EventAggregator|ConfigSavedEvent <
LocalizationService
2024-12-26 00:20:59.1|Trace|EventAggregator|ConfigSavedEvent > TaskManager
2024-12-26 00:20:59.1|Trace|ConfigService|Using default config value for 'backupinterval' defaultValue:'7'
2024-12-26 00:20:59.3|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-12-26 00:20:59.3|Trace|ConfigService|Using default config value for 'proxytype' defaultValue:'Http'
2024-12-26 00:20:59.3|Trace|ConfigService|Using default config value for 'proxyhostname' defaultValue:''
2024-12-26 00:20:59.3|Trace|ConfigService|Using default config value for 'proxyport' defaultValue:'8080'
2024-12-26 00:20:59.3|Trace|ConfigService|Using default config value for 'proxyusername' defaultValue:''
2024-12-26 00:20:59.3|Trace|ConfigService|Using default config value for 'proxypassword' defaultValue:''
2024-12-26 00:20:59.3|Trace|ConfigService|Using default config value for 'proxybypassfilter' defaultValue:''
2024-12-26 00:20:59.3|Trace|ConfigService|Using default config value for 'proxybypasslocaladdresses' defaultValue:'True'
2024-12-26 00:20:59.3|Trace|ConfigService|Using default config value for 'certificatevalidation' defaultValue:'Enabled'
2024-12-26 00:20:59.3|Trace|ConfigService|Using default config value for 'backupfolder' defaultValue:'Backups'
2024-12-26 00:20:59.3|Trace|ConfigService|Using default config value for 'backupinterval' defaultValue:'7'
2024-12-26 00:20:59.3|Trace|ConfigService|Using default config value for 'backupretention' defaultValue:'28'
2024-12-26 00:20:59.3|Trace|ConfigService|Using default config value for 'applicationurl' defaultValue:''
2024-12-26 00:20:59.3|Trace|ConfigService|Using default config value for 'historycleanupdays' defaultValue:'30'
2024-12-26 00:20:59.3|Trace|Http|Res: 504 [PUT] /api/v1/config/host: 202.Accepted (243 ms)
2024-12-26 00:20:59.3|Debug|Api|[PUT] /api/v1/config/host: 202.Accepted (243 ms)
2024-12-26 00:21:00.0|Trace|EventAggregator|ConfigSavedEvent <
TaskManager
2024-12-26 00:21:00.8|Trace|Http|Req: 505 [GET] /api/v1/indexer (from 172.19.0.1 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-26 00:21:00.8|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-26 00:21:00.8|Trace|Http|Req: 506 [GET] /api/v1/indexerStatus (from 172.19.0.1 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-26 00:21:00.8|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-26 00:21:00.8|Trace|Http|Res: 506 [GET] /api/v1/indexerStatus: 200.OK (2 ms)
2024-12-26 00:21:00.8|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (2 ms)
2024-12-26 00:21:00.8|Trace|Http|Res: 505 [GET] /api/v1/indexer: 200.OK (15 ms)
2024-12-26 00:21:00.8|Debug|Api|[GET] /api/v1/indexer: 200.OK (15 ms)
2024-12-26 00:21:02.8|Trace|Http|Req: 507 [GET] /api/v1/indexer/schema (from 172.19.0.1 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-26 00:21:02.8|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-26 00:21:02.9|Trace|HttpClient|Req: [GET] https://indexers.prowlarr.com/master/11
2024-12-26 00:21:02.9|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-12-26 00:21:03.2|Trace|HttpClient|Res: HTTP/2.0 [GET] https://indexers.prowlarr.com/master/11: 200.OK (1310054 bytes) (336 ms)
2024-12-26 00:21:03.5|Trace|Http|Res: 507 [GET] /api/v1/indexer/schema: 200.OK (643 ms)
2024-12-26 00:21:03.5|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (643 ms)
2024-12-26 00:21:04.1|Trace|HealthCheckService|Check health -> UpdateCheck
2024-12-26 00:21:04.1|Trace|HealthCheckService|Check health <- UpdateCheck
2024-12-26 00:21:04.1|Trace|HealthCheckService|Check health -> ApiKeyValidationCheck
2024-12-26 00:21:04.1|Trace|HealthCheckService|Check health <- ApiKeyValidationCheck
2024-12-26 00:21:04.1|Trace|HealthCheckService|Check health -> ProxyCheck
2024-12-26 00:21:04.1|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-12-26 00:21:04.1|Trace|HealthCheckService|Check health <- ProxyCheck
2024-12-26 00:21:04.1|Trace|HealthCheckService|Check health -> ReleaseBranchCheck
2024-12-26 00:21:04.1|Trace|HealthCheckService|Check health <- ReleaseBranchCheck
2024-12-26 00:21:04.1|Trace|EventAggregator|Publishing HealthCheckCompleteEvent
2024-12-26 00:21:04.1|Trace|EventAggregator|HealthCheckCompleteEvent -> HealthController
2024-12-26 00:21:04.1|Trace|EventAggregator|HealthCheckCompleteEvent <- HealthController
2024-12-26 00:21:04.1|Trace|EventAggregator|HealthCheckCompleteEvent > NotificationService
2024-12-26 00:21:04.1|Trace|EventAggregator|HealthCheckCompleteEvent <
NotificationService
2024-12-26 00:21:04.2|Trace|Http|Req: 508 [GET] /api/v1/health (from 172.19.0.1 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-26 00:21:04.2|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-26 00:21:04.2|Trace|Http|Res: 508 [GET] /api/v1/health: 200.OK (2 ms)
2024-12-26 00:21:04.2|Debug|Api|[GET] /api/v1/health: 200.OK (2 ms)
2024-12-26 00:21:06.2|Trace|Http|Req: 509 [GET] /api/v1/downloadclient (from 172.19.0.1 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-26 00:21:06.2|Trace|Http|Req: 510 [POST] /api/v1/indexer/action/getUrls (from 172.19.0.1 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-26 00:21:06.2|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-26 00:21:06.2|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-26 00:21:06.2|Trace|Http|Res: 509 [GET] /api/v1/downloadclient: 200.OK (11 ms)
2024-12-26 00:21:06.2|Trace|Http|Res: 510 [POST] /api/v1/indexer/action/getUrls: 200.OK (10 ms)
2024-12-26 00:21:06.2|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (11 ms)
2024-12-26 00:21:06.2|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (10 ms)
2024-12-26 00:21:09.1|Trace|Http|Req: 511 [GET] /1/api?t=tvsearch&cat=5000,5050,5040,5045&extended=1&apikey=(removed)&offset=0&limit=100 (from 172.19.0.10 Sonarr/4.0.11.2680 (alpine 3.20.3))
2024-12-26 00:21:09.1|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-26 00:21:09.1|Trace|Http|Req: 512 [GET] /2/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=0&limit=100 (from 172.19.0.10 Sonarr/4.0.11.2680 (alpine 3.20.3))
2024-12-26 00:21:09.1|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-26 00:21:09.1|Trace|Http|Req: 513 [GET] /4/api?t=tvsearch&cat=5000,5030,5040,5045&extended=1&apikey=(removed)&offset=0&limit=100 (from 172.19.0.10 Sonarr/4.0.11.2680 (alpine 3.20.3))
2024-12-26 00:21:09.1|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-26 00:21:09.1|Debug|IndexerFactory|Temporarily ignoring indexer TorrentGalaxy till 12/26/2024 05:02:38 due to recent failures.
2024-12-26 00:21:09.1|Debug|IndexerFactory|Temporarily ignoring indexer TorrentGalaxy till 12/26/2024 05:02:38 due to recent failures.
2024-12-26 00:21:09.1|Info|ReleaseSearchService|Searching indexer(s): [The Pirate Bay] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045]
2024-12-26 00:21:09.1|Info|ReleaseSearchService|Searching indexer(s): [Aither (API)] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000]
2024-12-26 00:21:09.1|Trace|Cardigann|Getting TV search
2024-12-26 00:21:09.1|Trace|Cardigann|Getting TV search
2024-12-26 00:21:09.1|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-12-26 00:21:09.1|Trace|Cardigann|Populating config vars
2024-12-26 00:21:09.1|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-12-26 00:21:09.1|Trace|Cardigann|Populating config vars
2024-12-26 00:21:09.1|Debug|Cardigann|Adding request for The Pirate Bay: https://apibay.org/precompiled/data_top100_recent.json
2024-12-26 00:21:09.1|Debug|Cardigann|Downloading Feed https://apibay.org/precompiled/data_top100_recent.json
2024-12-26 00:21:09.1|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-12-26 00:21:09.1|Debug|Cardigann|Adding request for Aither (API): https://aither.cc/api/torrents/filter?categories[]=9&categories[]=2&sortField=created_at&sortDirection=desc&perPage=100
2024-12-26 00:21:09.1|Trace|Http|Req: 514 [GET] /5/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100 (from 172.19.0.10 Sonarr/4.0.11.2680 (alpine 3.20.3))
2024-12-26 00:21:09.1|Debug|Cardigann|Downloading Feed https://aither.cc/api/torrents/filter?categories[]=9&categories[]=2&sortField=created_at&sortDirection=desc&perPage=100
2024-12-26 00:21:09.1|Trace|IndexerHttpClient|Req: [GET] https://apibay.org/precompiled/data_top100_recent.json
2024-12-26 00:21:09.1|Debug|IndexerFactory|Temporarily ignoring indexer TorrentGalaxy till 12/26/2024 05:02:38 due to recent failures.
2024-12-26 00:21:09.1|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-12-26 00:21:09.1|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-26 00:21:09.1|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-12-26 00:21:09.1|Info|ReleaseSearchService|Searching indexer(s): [DigitalCore] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5030, 5040, 5045]
2024-12-26 00:21:09.1|Trace|Cardigann|Getting TV search
2024-12-26 00:21:09.1|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-12-26 00:21:09.1|Trace|IndexerHttpClient|Req: [GET] https://aither.cc/api/torrents/filter?categories[]=9&categories[]=2&sortField=created_at&sortDirection=desc&perPage=100
2024-12-26 00:21:09.1|Trace|Cardigann|Populating config vars
2024-12-26 00:21:09.1|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-12-26 00:21:09.1|Debug|Cardigann|Adding request for DigitalCore: https://digitalcore.club/api/v1/torrents?categories[]=10&categories[]=11&categories[]=8&categories[]=9&categories[]=13&categories[]=14&categories[]=12&categories[]=15&dead=true&extendedDead=true&extendedSearch=false&freeleech=false&index=0&limit=100&order=desc&page=search&section=all&sort=d&stereoscopic=false&watchview=false
2024-12-26 00:21:09.1|Debug|Cardigann|Downloading Feed https://digitalcore.club/api/v1/torrents?categories[]=10&categories[]=11&categories[]=8&categories[]=9&categories[]=13&categories[]=14&categories[]=12&categories[]=15&dead=true&extendedDead=true&extendedSearch=false&freeleech=false&index=0&limit=100&order=desc&page=search&section=all&sort=d&stereoscopic=false&watchview=false
2024-12-26 00:21:09.1|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-12-26 00:21:09.1|Trace|IndexerHttpClient|Req: [GET] https://digitalcore.club/api/v1/torrents?categories[]=10&categories[]=11&categories[]=8&categories[]=9&categories[]=13&categories[]=14&categories[]=12&categories[]=15&dead=true&extendedDead=true&extendedSearch=false&freeleech=false&index=0&limit=100&order=desc&page=search&section=all&sort=d&stereoscopic=false&watchview=false
2024-12-26 00:21:09.1|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-12-26 00:21:09.1|Debug|IndexerFactory|Temporarily ignoring indexer TorrentGalaxy till 12/26/2024 05:02:38 due to recent failures.
2024-12-26 00:21:09.1|Info|ReleaseSearchService|Searching indexer(s): [FearNoPeer] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070]
2024-12-26 00:21:09.1|Trace|Cardigann|Getting TV search
2024-12-26 00:21:09.1|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-12-26 00:21:09.1|Trace|Cardigann|Populating config vars
2024-12-26 00:21:09.1|Debug|Cardigann|Adding request for FearNoPeer: https://fearnopeer.com/api/torrents/filter?categories[]=2&categories[]=6&categories[]=10&categories[]=9&sortField=created_at&sortDirection=desc&perPage=100
2024-12-26 00:21:09.1|Debug|Cardigann|Downloading Feed https://fearnopeer.com/api/torrents/filter?categories[]=2&categories[]=6&categories[]=10&categories[]=9&sortField=created_at&sortDirection=desc&perPage=100
2024-12-26 00:21:09.1|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-12-26 00:21:09.1|Trace|IndexerHttpClient|Req: [GET] https://fearnopeer.com/api/torrents/filter?categories[]=2&categories[]=6&categories[]=10&categories[]=9&sortField=created_at&sortDirection=desc&perPage=100
2024-12-26 00:21:09.1|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-12-26 00:21:09.2|Trace|IndexerHttpClient|Res: HTTP/2.0 [GET] https://apibay.org/precompiled/data_top100_recent.json: 200.OK (14438 bytes) (113 ms)
2024-12-26 00:21:09.7|Trace|IndexerHttpClient|Res: HTTP/2.0 [GET] https://fearnopeer.com/api/torrents/filter?categories[]=2&categories[]=6&categories[]=10&categories[]=9&sortField=created_at&sortDirection=desc&perPage=100: 200.OK (1476973 bytes) (532 ms)
2024-12-26 00:21:10.0|Trace|Cardigann|Cardigann (thepiratebay): Parsing response
2024-12-26 00:21:10.0|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-12-26 00:21:10.0|Trace|Cardigann|Cardigann (thepiratebay): Got 50 releases
2024-12-26 00:21:10.1|Trace|IndexerHttpClient|Res: HTTP/2.0 [GET] https://digitalcore.club/api/v1/torrents?categories[]=10&categories[]=11&categories[]=8&categories[]=9&categories[]=13&categories[]=14&categories[]=12&categories[]=15&dead=true&extendedDead=true&extendedSearch=false&freeleech=false&index=0&limit=100&order=desc&page=search&section=all&sort=d&stereoscopic=false&watchview=false: 200.OK (67009 bytes) (932 ms)
2024-12-26 00:21:10.2|Trace|Cardigann|Cardigann (fearnopeer): Parsing response
2024-12-26 00:21:10.2|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-12-26 00:21:10.2|Trace|ReleaseSearchService|23 releases from The Pirate Bay (Cardigann) which didn't contain search categories [5000, 5050, 5040, 5045] were filtered
2024-12-26 00:21:10.2|Trace|EventAggregator|Publishing IndexerQueryEvent
2024-12-26 00:21:10.2|Trace|EventAggregator|IndexerQueryEvent -> HistoryService
2024-12-26 00:21:10.3|Trace|Cardigann|Cardigann (fearnopeer): Got 100 releases
2024-12-26 00:21:11.1|Trace|Cardigann|Cardigann (digitalcore): Parsing response
2024-12-26 00:21:11.1|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-12-26 00:21:11.1|Trace|EventAggregator|Publishing IndexerQueryEvent
2024-12-26 00:21:11.1|Trace|EventAggregator|IndexerQueryEvent -> HistoryService
2024-12-26 00:21:11.2|Trace|Cardigann|Cardigann (digitalcore): Got 100 releases
2024-12-26 00:21:11.2|Trace|EventAggregator|Publishing IndexerQueryEvent
2024-12-26 00:21:11.2|Trace|EventAggregator|IndexerQueryEvent -> HistoryService
2024-12-26 00:21:11.8|Trace|EventAggregator|IndexerQueryEvent <- HistoryService
2024-12-26 00:21:11.8|Debug|ReleaseSearchService|Total of 100 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5070] from 1 indexer(s)
2024-12-26 00:21:11.8|Trace|Http|Res: 514 [GET] /5/api?t=tvsearch&cat=5000,5070&extended=1&apikey=(removed)&offset=0&limit=100: 200.OK (2690 ms)
2024-12-26 00:21:11.8|Trace|IndexerHttpClient|Res: HTTP/1.1 [GET] https://aither.cc/api/torrents/filter?categories[]=9&categories[]=2&sortField=created_at&sortDirection=desc&perPage=100: 200.OK (1376503 bytes) (2702 ms)
2024-12-26 00:21:12.0|Trace|EventAggregator|IndexerQueryEvent <- HistoryService
2024-12-26 00:21:12.0|Debug|ReleaseSearchService|Total of 100 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5030, 5040, 5045] from 1 indexer(s)
2024-12-26 00:21:12.0|Trace|Http|Res: 513 [GET] /4/api?t=tvsearch&cat=5000,5030,5040,5045&extended=1&apikey=(removed)&offset=0&limit=100: 200.OK (2936 ms)
2024-12-26 00:21:12.9|Trace|EventAggregator|IndexerQueryEvent <- HistoryService
2024-12-26 00:21:12.9|Debug|ReleaseSearchService|Total of 27 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000, 5050, 5040, 5045] from 1 indexer(s)
2024-12-26 00:21:12.9|Trace|Http|Res: 511 [GET] /1/api?t=tvsearch&cat=5000,5050,5040,5045&extended=1&apikey=(removed)&offset=0&limit=100: 200.OK (3838 ms)
2024-12-26 00:21:13.1|Trace|Cardigann|Cardigann (aither-api): Parsing response
2024-12-26 00:21:13.1|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-12-26 00:21:13.3|Trace|Cardigann|Cardigann (aither-api): Got 100 releases
2024-12-26 00:21:13.3|Trace|EventAggregator|Publishing IndexerQueryEvent
2024-12-26 00:21:13.3|Trace|EventAggregator|IndexerQueryEvent -> HistoryService
2024-12-26 00:21:13.9|Trace|EventAggregator|IndexerQueryEvent <- HistoryService
2024-12-26 00:21:13.9|Debug|ReleaseSearchService|Total of 100 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2024-12-26 00:21:13.9|Trace|Http|Res: 512 [GET] /2/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=0&limit=100: 200.OK (4827 ms)
2024-12-26 00:21:14.2|Trace|Http|Req: 515 [POST] /api/v1/indexer/action/getUrls (from 172.19.0.1 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-26 00:21:14.2|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-26 00:21:14.2|Trace|Http|Req: 516 [GET] /api/v1/downloadclient (from 172.19.0.1 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-26 00:21:14.2|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-26 00:21:14.3|Trace|IndexerDefinitionUpdateService|Loading Cardigann definition /config/Definitions/ebookbay.yml
2024-12-26 00:21:14.3|Trace|Http|Res: 516 [GET] /api/v1/downloadclient: 200.OK (13 ms)
2024-12-26 00:21:14.3|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (13 ms)
2024-12-26 00:21:14.3|Trace|Http|Res: 515 [POST] /api/v1/indexer/action/getUrls: 200.OK (41 ms)
2024-12-26 00:21:14.3|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (41 ms)
2024-12-26 00:21:21.4|Trace|Scheduler|Pending Tasks: 0
2024-12-26 00:21:25.0|Trace|Http|Req: 517 [POST] /api/v1/indexer/action/getUrls (from 172.19.0.1 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-26 00:21:25.0|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-26 00:21:25.0|Trace|Http|Req: 518 [GET] /api/v1/downloadclient (from 172.19.0.1 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-26 00:21:25.0|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-26 00:21:25.0|Trace|Http|Res: 517 [POST] /api/v1/indexer/action/getUrls: 200.OK (3 ms)
2024-12-26 00:21:25.0|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (3 ms)
2024-12-26 00:21:25.0|Trace|Http|Res: 518 [GET] /api/v1/downloadclient: 200.OK (3 ms)
2024-12-26 00:21:25.0|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (3 ms)
2024-12-26 00:21:30.2|Trace|Http|Req: 519 [GET] /4/api?t=book&cat=7000,3030,7020&extended=1&apikey=(removed)&offset=0&limit=100 (from 172.19.0.9 Readarr/0.4.6.2711 (alpine 3.20.3))
2024-12-26 00:21:30.2|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-26 00:21:30.2|Debug|IndexerFactory|Temporarily ignoring indexer TorrentGalaxy till 12/26/2024 05:02:38 due to recent failures.
2024-12-26 00:21:30.2|Info|ReleaseSearchService|Searching indexer(s): [DigitalCore] for Term: [], Offset: 0, Limit: 100, Categories: [7000, 3030, 7020]
2024-12-26 00:21:30.2|Trace|Cardigann|Getting Book search
2024-12-26 00:21:30.2|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-12-26 00:21:30.2|Trace|Cardigann|Populating config vars
2024-12-26 00:21:30.2|Debug|Cardigann|Adding request for DigitalCore: https://digitalcore.club/api/v1/torrents?categories[]=44&categories[]=28&dead=true&extendedDead=true&extendedSearch=false&freeleech=false&index=0&limit=100&order=desc&page=search&section=all&sort=d&stereoscopic=false&watchview=false
2024-12-26 00:21:30.2|Debug|Cardigann|Downloading Feed https://digitalcore.club/api/v1/torrents?categories[]=44&categories[]=28&dead=true&extendedDead=true&extendedSearch=false&freeleech=false&index=0&limit=100&order=desc&page=search&section=all&sort=d&stereoscopic=false&watchview=false
2024-12-26 00:21:30.2|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-12-26 00:21:30.2|Trace|IndexerHttpClient|Req: [GET] https://digitalcore.club/api/v1/torrents?categories[]=44&categories[]=28&dead=true&extendedDead=true&extendedSearch=false&freeleech=false&index=0&limit=100&order=desc&page=search&section=all&sort=d&stereoscopic=false&watchview=false
2024-12-26 00:21:30.2|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-12-26 00:21:30.4|Trace|IndexerHttpClient|Res: HTTP/2.0 [GET] https://digitalcore.club/api/v1/torrents?categories[]=44&categories[]=28&dead=true&extendedDead=true&extendedSearch=false&freeleech=false&index=0&limit=100&order=desc&page=search&section=all&sort=d&stereoscopic=false&watchview=false: 200.OK (54970 bytes) (168 ms)
2024-12-26 00:21:31.9|Trace|Cardigann|Cardigann (digitalcore): Parsing response
2024-12-26 00:21:31.9|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-12-26 00:21:32.0|Trace|Cardigann|Cardigann (digitalcore): Got 100 releases
2024-12-26 00:21:32.3|Trace|EventAggregator|Publishing IndexerQueryEvent
2024-12-26 00:21:32.3|Trace|EventAggregator|IndexerQueryEvent -> HistoryService
2024-12-26 00:21:33.4|Trace|EventAggregator|IndexerQueryEvent <- HistoryService
2024-12-26 00:21:33.4|Debug|ReleaseSearchService|Total of 100 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [7000, 3030, 7020] from 1 indexer(s)
2024-12-26 00:21:33.4|Trace|Http|Res: 519 [GET] /4/api?t=book&cat=7000,3030,7020&extended=1&apikey=(removed)&offset=0&limit=100: 200.OK (3242 ms)
2024-12-26 00:21:40.6|Trace|Http|Req: 520 [POST] /api/v1/indexer/test?forceTest=true (from 172.19.0.1 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-26 00:21:40.6|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-26 00:21:40.7|Trace|Cardigann|Getting Basic search
2024-12-26 00:21:40.7|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-12-26 00:21:40.7|Trace|Cardigann|Populating config vars
2024-12-26 00:21:40.7|Debug|Cardigann|Adding request for Ebooks-Shares: https://ebooks-shares.org/torrents-search.php?incldead=1&freeleech=0&lang=0&sort=id&order=desc
2024-12-26 00:21:40.7|Debug|Cardigann|Downloading Feed https://ebooks-shares.org/torrents-search.php?incldead=1&freeleech=0&lang=0&sort=id&order=desc
2024-12-26 00:21:40.7|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-12-26 00:21:40.7|Trace|IndexerHttpClient|Req: [GET] https://ebooks-shares.org/torrents-search.php?incldead=1&freeleech=0&lang=0&sort=id&order=desc
2024-12-26 00:21:40.7|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-12-26 00:21:41.0|Trace|IndexerHttpClient|Res: HTTP/1.1 [GET] https://ebooks-shares.org/torrents-search.php?incldead=1&freeleech=0&lang=0&sort=id&order=desc: 404.NotFound (196 bytes)

<title>404 Not Found</title>

Not Found

The requested URL was not found on this server.

(378 ms) 2024-12-26 00:21:41.0|Trace|Cardigann|Attempting to re-auth based on indexer search response 2024-12-26 00:21:41.0|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False' 2024-12-26 00:21:41.0|Trace|Cardigann|Populating config vars 2024-12-26 00:21:41.0|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False' 2024-12-26 00:21:41.0|Trace|Cardigann|Populating config vars 2024-12-26 00:21:41.0|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False' 2024-12-26 00:21:41.0|Trace|Cardigann|Populating config vars 2024-12-26 00:21:41.0|Trace|RateLimitService|Rate Limit triggered, delaying 'ebooks-shares.org' for 1.618 sec 2024-12-26 00:21:42.7|Trace|IndexerHttpClient|Req: [POST] https://ebooks-shares.org/account-login.php: username=(removed)&password=(removed) 2024-12-26 00:21:42.7|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2024-12-26 00:21:43.1|Trace|IndexerHttpClient|Res: HTTP/1.1 [POST] https://ebooks-shares.org/account-login.php: 404.NotFound (196 bytes) <title>404 Not Found</title>

Not Found

The requested URL was not found on this server.

(393 ms) 2024-12-26 00:21:43.1|Trace|IndexerHttpClient|Response content (196 bytes): <title>404 Not Found</title>

Not Found

The requested URL was not found on this server.

2024-12-26 00:21:43.1|Trace|RateLimitService|Rate Limit triggered, delaying 'ebooks-shares.org' for 1.603 sec
2024-12-26 00:21:44.7|Trace|IndexerHttpClient|Req: [GET] https://ebooks-shares.org/torrents-search.php?incldead=1&freeleech=0&lang=0&sort=id&order=desc
2024-12-26 00:21:44.7|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-12-26 00:21:45.0|Trace|IndexerHttpClient|Res: HTTP/1.1 [GET] https://ebooks-shares.org/torrents-search.php?incldead=1&freeleech=0&lang=0&sort=id&order=desc: 404.NotFound (196 bytes)

<title>404 Not Found</title>

Not Found

The requested URL was not found on this server.

(352 ms) 2024-12-26 00:21:45.0|Warn|Cardigann|HTTP Error - Res: HTTP/1.1 [GET] https://ebooks-shares.org/torrents-search.php?incldead=1&freeleech=0&lang=0&sort=id&order=desc: 404.NotFound (196 bytes) <title>404 Not Found</title>

Not Found

The requested URL was not found on this server.

2024-12-26 00:21:45.0|Trace|Cardigann|Cardigann (ebooks-shares): Parsing response
2024-12-26 00:21:45.0|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-12-26 00:21:45.0|Trace|Cardigann|Unexpected Response content (196 bytes):

<title>404 Not Found</title>

Not Found

The requested URL was not found on this server.

2024-12-26 00:21:45.0|Warn|Cardigann|Unable to connect to indexer

[v1.29.0.4897] NzbDrone.Core.Indexers.Exceptions.IndexerException: Unexpected response status NotFound code from indexer request
at NzbDrone.Core.Indexers.Definitions.Cardigann.CardigannParser.ParseResponse(IndexerResponse indexerResponse) in ./Prowlarr.Core/Indexers/Definitions/Cardigann/CardigannParser.cs:line 58
at NzbDrone.Core.Indexers.HttpIndexerBase1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in ./Prowlarr.Core/Indexers/HttpIndexerBase.cs:line 606 at NzbDrone.Core.Indexers.HttpIndexerBase1.TestConnection() in ./Prowlarr.Core/Indexers/HttpIndexerBase.cs:line 852
RequestUri: https://ebooks-shares.org/torrents-search.php?incldead=1&freeleech=0&lang=0&sort=id&order=desc;StatusCode: NotFound;ContentType: text/html; charset=iso-8859-1;ContentLength: 196;ContentSample:

<title>404 Not Found</title>

Not Found

The requested URL was not found on this server.

2024-12-26 00:21:45.0|Trace|ProwlarrErrorPipeline|Handling Exception
2024-12-26 00:21:45.0|Warn|ProwlarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to indexer. Unexpected response status NotFound code from indexer request
2024-12-26 00:21:45.0|Trace|Http|Res: 520 [POST] /api/v1/indexer/test?forceTest=true: 400.BadRequest (4392 ms)
2024-12-26 00:21:45.0|Debug|Api|[POST] /api/v1/indexer/test?forceTest=true: 400.BadRequest (4392 ms)
2024-12-26 00:21:50.5|Trace|Http|Req: 521 [GET] /logfile/prowlarr.txt (from 172.19.0.1 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-26 00:21:50.5|Trace|Http|Res: 521 [GET] /logfile/prowlarr.txt: 200.OK (4 ms)
2024-12-26 00:21:51.4|Trace|Scheduler|Pending Tasks: 0
2024-12-26 00:22:12.9|Trace|Http|Req: 522 [GET] /api/v1/config/host (from 172.19.0.1 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-26 00:22:12.9|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-26 00:22:12.9|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-12-26 00:22:12.9|Trace|ConfigService|Using default config value for 'proxytype' defaultValue:'Http'
2024-12-26 00:22:12.9|Trace|ConfigService|Using default config value for 'proxyhostname' defaultValue:''
2024-12-26 00:22:12.9|Trace|ConfigService|Using default config value for 'proxyport' defaultValue:'8080'
2024-12-26 00:22:12.9|Trace|ConfigService|Using default config value for 'proxyusername' defaultValue:''
2024-12-26 00:22:12.9|Trace|ConfigService|Using default config value for 'proxypassword' defaultValue:''
2024-12-26 00:22:12.9|Trace|ConfigService|Using default config value for 'proxybypassfilter' defaultValue:''
2024-12-26 00:22:12.9|Trace|ConfigService|Using default config value for 'proxybypasslocaladdresses' defaultValue:'True'
2024-12-26 00:22:12.9|Trace|ConfigService|Using default config value for 'certificatevalidation' defaultValue:'Enabled'
2024-12-26 00:22:12.9|Trace|ConfigService|Using default config value for 'backupfolder' defaultValue:'Backups'
2024-12-26 00:22:12.9|Trace|ConfigService|Using default config value for 'backupinterval' defaultValue:'7'
2024-12-26 00:22:12.9|Trace|ConfigService|Using default config value for 'backupretention' defaultValue:'28'
2024-12-26 00:22:12.9|Trace|ConfigService|Using default config value for 'applicationurl' defaultValue:''
2024-12-26 00:22:12.9|Trace|ConfigService|Using default config value for 'historycleanupdays' defaultValue:'30'
2024-12-26 00:22:12.9|Trace|Http|Res: 522 [GET] /api/v1/config/host: 200.OK (7 ms)
2024-12-26 00:22:12.9|Debug|Api|[GET] /api/v1/config/host: 200.OK (7 ms)
2024-12-26 00:22:21.4|Trace|Scheduler|Pending Tasks: 0
2024-12-26 00:22:22.5|Trace|Http|Req: 523 [GET] /api/v1/health (from 172.19.0.1 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-26 00:22:22.5|Trace|Http|Req: 524 [GET] /api/v1/system/status (from 172.19.0.1 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-26 00:22:22.5|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-26 00:22:22.5|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-26 00:22:22.5|Trace|Http|Res: 523 [GET] /api/v1/health: 200.OK (2 ms)
2024-12-26 00:22:22.5|Debug|Api|[GET] /api/v1/health: 200.OK (2 ms)
2024-12-26 00:22:22.5|Trace|Http|Res: 524 [GET] /api/v1/system/status: 200.OK (2 ms)
2024-12-26 00:22:22.5|Debug|Api|[GET] /api/v1/system/status: 200.OK (2 ms)
2024-12-26 00:22:24.1|Trace|Http|Req: 525 [GET] /api/v1/log/file (from 172.19.0.1 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)
2024-12-26 00:22:24.1|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-12-26 00:22:24.1|Trace|Http|Res: 525 [GET] /api/v1/log/file: 200.OK (2 ms)
2024-12-26 00:22:24.1|Debug|Api|[GET] /api/v1/log/file: 200.OK (2 ms)
2024-12-26 00:22:27.7|Trace|Http|Req: 526 [GET] /logfile/prowlarr.trace.txt (from 172.19.0.1 Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0)

Trace Logs have been provided as applicable. Reports may be closed if the required logs are not provided.

  • I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain trace - that are relevant and show this issue.
@lhanson lhanson added Status: Needs Triage Type: Bug Something isn't working with an indexer labels Dec 26, 2024
@mynameisbogdan mynameisbogdan transferred this issue from Prowlarr/Prowlarr Dec 26, 2024
@mynameisbogdan
Copy link
Contributor

Did the layout of the site changed too, aka the design of the torrents page?

@lhanson
Copy link
Author

lhanson commented Dec 26, 2024

Did the layout of the site changed too, aka the design of the torrents page?

I'm not sure, this is the first time I've ever used it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage Type: Bug Something isn't working with an indexer
Projects
None yet
Development

No branches or pull requests

2 participants