ValueError: MIME requires CRLF terminator

Report & discuss bugs found in SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
ravensorb
Newbie
Newbie
Posts: 2
Joined: March 26th, 2016, 7:33 pm

ValueError: MIME requires CRLF terminator

Post by ravensorb »

After updated to 1.0 -- I am starting to see a lot of the following errors when adding nzb links. Any ideas?

Code: Select all

	
[26/Mar/2016:17:43:09] HTTP Traceback (most recent call last): File "/usr/pbi/sabnzbd-amd64/share/sabnzbdplus/cherrypy/_cprequest.py", line 663, in respond self.body.process() File "/usr/pbi/sabnzbd-amd64/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 996, in process super(RequestBody, self).process() File "/usr/pbi/sabnzbd-amd64/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 540, in process proc(self) File "/usr/pbi/sabnzbd-amd64/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 223, in process_multipart_form_data process_multipart(entity) File "/usr/pbi/sabnzbd-amd64/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 213, in process_multipart part = entity.part_class.from_fp(entity.fp, ib) File "/usr/pbi/sabnzbd-amd64/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 599, in from_fp headers = cls.read_headers(fp) File "/usr/pbi/sabnzbd-amd64/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 615, in read_headers raise ValueError("MIME requires CRLF terminators: %r" % line) ValueError: MIME requires CRLF terminators: 'Content-Disposition: form-data; name="name"; filename="DownloadFile.nzb"\n'
User avatar
safihre
Administrator
Administrator
Posts: 5678
Joined: April 30th, 2015, 7:35 am
Contact:

Re: ValueError: MIME requires CRLF terminator

Post by safihre »

We are aware and build a fix for 1.0.1 release.
Out of interest: how do you add NZBs? Using some plugin?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: ValueError: MIME requires CRLF terminator

Post by sander »

If you use sabnzbdfox, read https://forums.sabnzbd.org/viewtopic.ph ... 50#p102069 and https://forums.sabnzbd.org/viewtopic.ph ... 57#p102074 telling to switch to another plugin:
The problem was the sabnzbdfox 1.2.1-signed plugin which I was using ever since but it seems to be outdated for version 0.8.x
I switched to the latest nzbfox 1.4.1-fix plugin and it everything runs like it is supposed to.
and
Switch to nzbFox.
nzbdstatus is out of maintenance, nzbFox is under active development.
ravensorb
Newbie
Newbie
Posts: 2
Joined: March 26th, 2016, 7:33 pm

Re: ValueError: MIME requires CRLF terminator

Post by ravensorb »

safihre wrote:We are aware and build a fix for 1.0.1 release.
Out of interest: how do you add NZBs? Using some plugin?
I was using both a firefox plug in and directly from the "add nzb" from the Web UI -- neither was working.
Post Reply