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

v0.55 SABnzbd Integration - Space in URL #158

Open
albino1 opened this issue Aug 16, 2015 · 1 comment
Open

v0.55 SABnzbd Integration - Space in URL #158

albino1 opened this issue Aug 16, 2015 · 1 comment

Comments

@albino1
Copy link

albino1 commented Aug 16, 2015

In the new version something has changed in how NZBM sends URLs to SABnzbd. Both with and without warping enabled you get a space in the URL. With warping enabled it will still send, but if you disable warping (the default) SAB is unable to retrieve the URL and gives a retry countdown WAIT XX sec error as it tries repeatedly to fetch.

Going back and forth between v0.53 and v0.55 the only difference I can see is the URL itself. Here's an example URL from v0.53:

http://192.168.1.3:5000/warp?x=123456789==

And now here are some examples from v0.55...

Warp Enabled:

http://192.168.1.3:5000/ warp?x=12345689==

Warp Disabled:

http://192.168.1.3:5000/ https://indexer.com/getnzb/0123456789.nzb&i=12345&r=abcdefghijk

As you can see a space has been added between / warp and / https which would seem to be what's making it fail.

In the meantime, I've reverted back to v0.53 for daily use, but I'll be happy to test any changes.

@donkeyhigh
Copy link

Started working for me when I enabled Warping.. weird..

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