Guest User

Untitled

a guest
Mar 16th, 2014
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. 2014-03-16 18:39:56-0400 [HTTPChannel,5,97.91.223.185] 97.91.223.185 - - [16/Mar/2014:22:39:56 +0000] "GET /overview HTTP/1.1" 500 8431 "http://69.175.123.234:32884/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0"
  2. 2014-03-16 18:40:01-0400 [HTTPChannel,5,97.91.223.185] 97.91.223.185 - - [16/Mar/2014:22:40:01 +0000] "GET / HTTP/1.1" 200 984 "http://theakcrew.us.to/pages/server/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0"
  3. 2014-03-16 18:40:02-0400 [HTTPChannel,5,97.91.223.185] Unhandled Error
  4. Traceback (most recent call last):
  5. File "/usr/lib/python2.7/dist-packages/twisted/protocols/basic.py", line 581, in dataReceived
  6. why = self.lineReceived(line)
  7. File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 1611, in lineReceived
  8. self.allContentReceived()
  9. File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 1686, in allContentReceived
  10. req.requestReceived(command, path, version)
  11. File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 790, in requestReceived
  12. self.process()
  13. --- <exception caught here> ---
  14. File "/usr/lib/python2.7/dist-packages/twisted/web/server.py", line 192, in process
  15. self.render(resrc)
  16. File "/usr/lib/python2.7/dist-packages/twisted/web/server.py", line 241, in render
  17. body = resrc.render(self)
  18. File "/usr/lib/python2.7/dist-packages/twisted/web/resource.py", line 250, in render
  19. return m(request)
  20. File "/root/pysnip2/aos/feature_server/statusserver.py", line 82, in render_GET
  21. overview = self.parent.get_overview()
  22. File "/root/pysnip2/aos/feature_server/statusserver.py", line 110, in get_overview
  23. image.save(data, 'png')
  24. File "/usr/local/lib/python2.7/dist-packages/PIL-1.1.7-py2.7-linux-x86_64.egg/Image.py", line 1439, in save
  25. save_handler(self, fp, filename)
  26. File "/usr/local/lib/python2.7/dist-packages/PIL-1.1.7-py2.7-linux-x86_64.egg/PngImagePlugin.py", line 572, in _save
  27. ImageFile._save(im, _idat(fp, chunk), [("zip", (0,0)+im.size, 0, rawmode)])
  28. File "/usr/local/lib/python2.7/dist-packages/PIL-1.1.7-py2.7-linux-x86_64.egg/ImageFile.py", line 481, in _save
  29. e = Image._getencoder(im.mode, e, a, im.encoderconfig)
  30. File "/usr/local/lib/python2.7/dist-packages/PIL-1.1.7-py2.7-linux-x86_64.egg/Image.py", line 401, in _getencoder
  31. raise IOError("encoder %s not available" % encoder_name)
  32. exceptions.IOError: encoder zip not available
  33.  
  34. 2014-03-16 18:40:02-0400 [HTTPChannel,5,97.91.223.185] 97.91.223.185 - - [16/Mar/2014:22:40:01 +0000] "GET /overview HTTP/1.1" 500 8431 "http://69.175.123.234:32884/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0"
Advertisement
Add Comment
Please, Sign In to add comment