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

Jackett downloads do not work #51

Closed
ordinarygulp opened this issue Jan 11, 2018 · 7 comments
Closed

Jackett downloads do not work #51

ordinarygulp opened this issue Jan 11, 2018 · 7 comments

Comments

@ordinarygulp
Copy link
Contributor

When trying to download search result from Jackett, it tries to use an address from 127.0.0.1, which obviously will not work when accessing it via the public IP.

@liaralabs
Copy link
Member

This should be fixed now:
box update and then box upgrade nginx to update your configs 🙂

@liaralabs
Copy link
Member

I accidentally did my testing with remote access enabled; thus the fix isn't working as intended. Changing Host from $proxy_host to $host has removed external access to jackett.

This appears to be a larger issue with mono in general, as it is Sonarr, Radarr and Jackett who all require $proxy_host when external access is disabled. I have opened a ticket with Jackett, and hope that something can be sorted.

Until then, there's not much that can be done on this issue.

Jackett/Jackett#2404

@liaralabs liaralabs reopened this Jan 11, 2018
liaralabs added a commit that referenced this issue Jan 11, 2018
@liaralabs
Copy link
Member

Alternatively, if upstream cannot fix, I will look into forcing an admin password and leaving remote access enabled. You'll potentially have to enter your password twice; however, it will work around the constraints if there is no alternative.

@ordinarygulp
Copy link
Contributor Author

Hmm, that is troubling. Thanks for the detective work, to my lazy issue xD Kaso from the Jackett team, is pretty good IIRC, so hopefully, they can get this sorted out.

@drew7721
Copy link

drew7721 commented Mar 3, 2018

I managed to get sonarr and radarr use the jackett Torznab feed by making some changes to the url
https://domain.ca/jackett/UI/jackett//api/v2.0/indexers/{trackername}/results/torznab/ change it to
https://localhost:9117/api/v2.0/indexers/{trackername}/results/torznab/
If not, it was connecting but it was not getting all the search results.

@ordinarygulp
Copy link
Contributor Author

ordinarygulp commented Mar 4, 2018

@drew7721 that sounds like a different problem, that is not pertinent to this issue 😄

@liaralabs
Copy link
Member

This has been fixed in the most recent version of jackett.

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

3 participants