[apachetorrent] Test search returns 0 releases although site contains releases
Have you checked our Troubleshooting page for your issue?
- I have checked the Troubleshooting page
Is there already an issue for your problem?
- I have checked older issues, open and closed
Have you read our Contributing Guidelines?
- I have read the Contributing Guidelines
Have you ACTUALLY checked all these?
YES
Environment
Starting Jackett v0.24.2581
Environment version: 9.0.20 (/app/Jackett/)
OS version: Unix 6.12.25.8 (64bit OS) (64bit process)
Jackett variant: CoreLinuxMuslArm64
File /etc/issue: Welcome to Alpine Linux 3.24
Running in Docker: Yes (image build: v0.24.2581-ls27)
App config/log directory: /config/Jackett
Using proxy: Disabled
Using FlareSolverr: No
Using HTTP Client: HttpWebClient2Description
ApacheTorrent is reachable normally from both a web browser and from inside the Jackett Docker container.
The configured Site Link is:
The website loads correctly and contains multiple movie and TV releases.
I followed the Jackett troubleshooting guide:
- Jackett is updated to the latest available version.
- The website is accessible from inside the Jackett container.
- There is no freeleech-only filter or similar search filter enabled.
- Cache was disabled for testing.
- Enhanced Logging was enabled.
When testing the ApacheTorrent indexer, Jackett successfully downloads the current HTML from the website. The enhanced log clearly shows multiple release entries in the returned HTML, including elements such as:
and:
<h2 class="capa-titulo">
<a href="https://apachetorrents.com/...">
...
</a>
</h2>However, after receiving the page containing these releases, Jackett reports:
Test search in ApacheTorrent => Found 0 releases
and then:
Found no results while trying to browse this tracker.
Manual searches also return 0 releases.
For example, manual searches for "Avatar" and "Naruto" return no results.
Since the current ApacheTorrent HTML is being downloaded successfully and contains release entries, but Jackett parses zero releases, it appears that the ApacheTorrent indexer parser/selectors may no longer match the current website structure.
Logged Error Messages
Test search in ApacheTorrent => Found 0 releases
System.Exception: Test search in ApacheTorrent => Found no results while trying to browse this tracker. This may be an issue with the indexer, or other indexer settings such as search freeleech only etc.
Manual searches for "Avatar" and "Naruto" also return 0 releases.Screenshots
No response
Source: Jackett/Jackett