Advertisement
moonchild_it

CherryPy error in SABnzb+ (QNAP Version)

Dec 3rd, 2016
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. Request Headers:
  2. Content-Length: 820920
  3. HOST: 192.168.1.10:8800
  4. CONNECTION: keep-alive
  5. Remote-Addr: 192.168.1.2
  6. ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  7. USER-AGENT: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0
  8. ACCEPT-LANGUAGE: en-US,en;q=0.5
  9. Content-Type: multipart/form-data; boundary=---------------------------176334159611997959402023274761
  10. ACCEPT-ENCODING: gzip, deflate
  11. 2016-12-03 13:57:38,324::ERROR::[_cplogging:219] [03/Dec/2016:13:57:38] HTTP
  12. Traceback (most recent call last):
  13. File "/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/_cprequest.py", line 663, in respond
  14. self.body.process()
  15. File "/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/_cpreqbody.py", line 989, in process
  16. super(RequestBody, self).process()
  17. File "/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/_cpreqbody.py", line 558, in process
  18. proc(self)
  19. File "/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/_cpreqbody.py", line 223, in process_multipart_form_data
  20. process_multipart(entity)
  21. File "/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/_cpreqbody.py", line 215, in process_multipart
  22. part.process()
  23. File "/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/_cpreqbody.py", line 556, in process
  24. self.default_proc()
  25. File "/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/_cpreqbody.py", line 715, in default_proc
  26. self.file = self.read_into_file()
  27. File "/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/_cpreqbody.py", line 730, in read_into_file
  28. self.read_lines_to_boundary(fp_out=fp_out)
  29. File "/share/CACHEDEV1_DATA/.qpkg/SABnzbdplus/sabnzbd/cherrypy/_cpreqbody.py", line 669, in read_lines_to_boundary
  30. raise EOFError('Illegal end of multipart body.')
  31. EOFError: Illegal end of multipart body.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement