Skip to content

Instantly share code, notes, and snippets.

@tikismoke
Created October 1, 2015 18:27
Show Gist options
  • Save tikismoke/f3c6b62ba6c798240778 to your computer and use it in GitHub Desktop.
Save tikismoke/f3c6b62ba6c798240778 to your computer and use it in GitHub Desktop.
2015-10-01 20:26:05,791 tornado.access:ERROR 500 POST /upload?qqfile=maison+rdc+nouvelle.png (192.168.0.8) 208.61ms
2015-10-01 20:26:12,780 tornado.application:ERROR Uncaught exception POST /upload?qqfile=maison+rdc+nouvelle.png (192.168.0.8)
HTTPServerRequest(protocol='http', host='domogik:40404', method='POST', uri='/upload?qqfile=maison+rdc+nouvelle.png', version='HTTP/1.1', remote_ip='192.168.0.8', headers={'Content-Length': '777394', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate', 'Host': 'domogik:40404', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'User-Agent': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0', 'Connection': 'keep-alive', 'X-Requested-With': 'XMLHttpRequest', 'Pragma': 'no-cache', 'Cache-Control': 'no-cache', 'Referer': 'http://domogik:40404/', 'X-Mime-Type': 'image/png', 'Content-Type': 'application/octet-stream', 'X-File-Name': 'maison%20rdc%20nouvelle.png', 'Cookie': 'admin_clients_tour=done; admin_home_tour=done; session=.eJxFzk0LgjAYAOC_Eu_ZQ1pdBA_FKgo2UVzDXYR0tt6xgqn4hf898NIfeHhmKGqnGg1h6zrlQfGuIJxh84QQWMZHSUwQX88jDW5DnJ2QkjvmWPpSpFYKZiRWhk6vCBYPysbVRfs16vMnLJ9YdtzngvcUuS8xOVDysDExg8RUMys1E3xLJz6yINnleNG0j1aua5RbO_7yA68tNnc.CO8LgA.Eu-sQmBZZSJ-tAay_vEnh0_Yh_g; i18next=en-US'})
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/tornado-4.1-py2.7-linux-x86_64.egg/tornado/web.py", line 1346, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/home/domoweb/domoweb/handlers.py", line 365, in post
img.save("/var/lib/domoweb/backgrounds/thumbnails/%s%s" % (tmpFileName , fileExtension), "JPEG")
File "/usr/local/lib/python2.7/dist-packages/Pillow-2.8.1-py2.7-linux-x86_64.egg/PIL/Image.py", line 1693, in save
save_handler(self, fp, filename)
File "/usr/local/lib/python2.7/dist-packages/Pillow-2.8.1-py2.7-linux-x86_64.egg/PIL/JpegImagePlugin.py", line 697, in _save
ImageFile._save(im, fp, [("jpeg", (0, 0)+im.size, 0, rawmode)], bufsize)
File "/usr/local/lib/python2.7/dist-packages/Pillow-2.8.1-py2.7-linux-x86_64.egg/PIL/ImageFile.py", line 491, in _save
e = Image._getencoder(im.mode, e, a, im.encoderconfig)
File "/usr/local/lib/python2.7/dist-packages/Pillow-2.8.1-py2.7-linux-x86_64.egg/PIL/Image.py", line 436, in _getencoder
raise IOError("encoder %s not available" % encoder_name)
IOError: encoder jpeg not available
2015-10-01 20:26:12,781 tornado.access:ERROR 500 POST /upload?qqfile=maison+rdc+nouvelle.png (192.168.0.8) 99.86ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment