Download_url wrong? Potato endpoint.
Environment
OS: Windows 10
Jackett Version: v0.18.656
Description
The download urls returned from the "http://127.0.0.1:9117/api/v2.0/indexers/all/results/potato" endpoint are not valid?
For example, a torrent from limetorrent should start like this
- http://127.0.0.1:9117/dl/limetorrent/?
but instead start like this
- http://127.0.0.1:9117/dl/all/?
The equivlanet urls gotten from the torznab endpoint are in the first format and work fine.
I tried to set up couchpotato 3.0.1 on my win10 but once installed the gui just presents a black page and I cant make any headway with the docs.
what are you using that makes use of the copy potato feed links on the Jackett dashboard?
If I cant get a test image working then I will not be able to research your question and we will need to wait for a volunteer with more expertise to contribute ;-D
links like http://127.0.0.1:9117/dl/limetorrent/? are obviously direct links to an indexer, but I am aware of indirect links that go though the aggregate indexer and can be referenced via the tracker[] parameter for example http://127.0.0.1:9117/api/v2.0/indexers/all/results?Tracker[]=limetorrents perhaps something similar is going on with the http://127.0.0.1:9117/api/v2.0/indexers/all/results/potato ?
also the readme only states that the aggregate indexer is available for the torznab api https://github.com/Jackett/Jackett#aggregate-indexers so perhaps your use of all with potato is not supported? don't know for sure, needs research.
and while we are at it, what happens if you use http://127.0.0.1:9117/api/v2.0/indexers/limetorrents/results/potato, do the DL links for this get generated correctly?
also the readme only states that the aggregate indexer is available for the torznab api https://github.com/Jackett/Jackett#aggregate-indexers so perhaps your use of all with potato is not supported? don't know for sure, needs research.
I am using all with the potato api, yes. I'm writing a program that makes use of Jackett for scraping torrents, I'm not using Couchpotato.
and while we are at it, what happens if you use http://127.0.0.1:9117/api/v2.0/indexers/limetorrents/results/potato, do the DL links for this get generated correctly?
I'd presume so. Taking the two URLs from my original post and replacing "all" in the second one with the appropriate tracker will make the link work.