Error sending NZB to nzbGet (Update the request URL to avoid this redirect)

Sonarr version (exact version): 10.0.0.37821
Mono version (if Sonarr is not running on Windows):5.0.1.1
OS: OpenSuSE
Debug logs: https://pastebin.com/5f4eHk4Y https://pastebin.com/fKR1sGdr
Description of issue:Apparently there is a redirect, which nzbGet or Docker aren’t handling well. when I wget the address it works fine and the NZB is valid. Nzbget has this error
ERROR Fri Aug 04 2017 09:20:38 Could not add collection Last.Chance.U.S02E01.720p.WEBRip.x264-STRiFE.nzb to queue
ERROR Fri Aug 04 2017 09:20:38 Error parsing nzb-file Last.Chance.U.S02E01.720p.WEBRip.x264-STRiFE.nzb
ERROR Fri Aug 04 2017 09:20:38 Error parsing nzb-file: Premature end of data in tag html line 2
ERROR Fri Aug 04 2017 09:20:38 Error parsing nzb-file: Opening and ending tag mismatch: body line 4 and html
ERROR Fri Aug 04 2017 09:20:38 Error parsing nzb-file: Opening and ending tag mismatch: hr line 7 and body
ERROR Fri Aug 04 2017 09:20:38 Error parsing nzb-file: SYSTEM or PUBLIC, the URI is missing
ERROR Fri Aug 04 2017 09:20:38 Error parsing nzb-file: SystemLiteral " or ’ expected
ERROR Fri Aug 04 2017 09:20:38 Error parsing nzb-file: Space required after the Public Identifier

You’re getting this because you’re running what is effectively a development version of Sonarr, not a version built for production.

Is there a particular reason you’re running a custom build?

I just grabbed the source from github and ran the build.sh.

You can grab the precompiled version here: http://update.sonarr.tv/v2/master/mono/NzbDrone.master.tar.gz (linked from https://github.com/Sonarr/Sonarr/wiki/Installation#linux).

And that indeed solved my issue. Thank you.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.