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

retroflix missing dead result #14735

Closed
3 tasks done
swannie-eire opened this issue Oct 3, 2023 · 5 comments
Closed
3 tasks done

retroflix missing dead result #14735

swannie-eire opened this issue Oct 3, 2023 · 5 comments

Comments

@swannie-eire
Copy link
Contributor

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

Environment

Using Jackett version -  Jackett Version v0.21.947  
Running in container

Description

The results of a search of retroflix will be missing a torrent if that torrent is dead(no seeder). This makes cross-seeding more difficult.

The results are included in the webUI on the website and via API but only if you include includingDead=1 with the api. I can only assume that jackett is not passing include dead param as thats why its missing the dead torrents.

e.g
curl -X GET "https://retroflix.club/api/torrent?imdbId=tt0480922&includingDead=1" -H "accept: application/json" -H "Authorization: <API_KEY>"

Logged Error Messages

none

Screenshots

No response

@garfield69
Copy link
Contributor

you are correct, the speedapptracker abstract which the speedapp and retroflix indexer use, does not currently add the includedead parm.
I shall update the abstract to include it.

@swannie-eire
Copy link
Contributor Author

swannie-eire commented Oct 3, 2023

@garfield69 Thanks.

I assume its the API ye are using to search or are ye scraping the site? I never tested on speedapp but if ye are using API then it may be the same for that indexer too

@garfield69
Copy link
Contributor

garfield69 commented Oct 3, 2023

the abstract is using the API as documented at https://speedapp.io/api/doc but given the docs are v1.0.0, it has clearly never been updated after the includingDead parm was subsequently made available, as I have tested the parm just now on both indexers and can now get seed=0 results.
[edit] https://retroflix.club/api/doc is the same.

We've missed the Jackett release window, so this will be included in the next release that is due out in about 22 hours or so.

@swannie-eire
Copy link
Contributor Author

swannie-eire commented Oct 3, 2023

that retroflix docs is well out of date too. I figured it out from using the private API the browser uses when searching the site.

Most of the params for uploading dont work and the staff at retro dont even know the correct params for things like description.

thanks for the work.

@garfield69
Copy link
Contributor

v0.21.958

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants