-
Notifications
You must be signed in to change notification settings - Fork 79
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
Not able to add nzb through API #166
Comments
Does it work with warper disabled? Haven't checked yet |
Nope. Warper seems to ignore options in settings as well, it warps stuff That isn't the issue however. It's the way cp expects to get the nzb file. Easiest option is to download the file, and send it to cp through http. But I need to read up on python requests for that, I have general coding On Sun, Nov 15, 2015, 15:03 Moreno Sint Hill notifications@github.com
|
Issue resolved, made pull request in @Mirabis his fork |
Issue seems to be the API call sends out a redirect while CP and others expect a NZB file
Trying to fix the issue on https://github.com/Mirabis/usntssearch/tree/couchpotato-fix
However my Python knowledge is pretty much 0, so I've been messing about with it.
Issue seems to be around beam_localwarp in WarperModule.py it sends out a redirect, so the fix would be to get the file from the provider, and then send it back as a correct nzb file.
However not sure how to do it
The text was updated successfully, but these errors were encountered: