Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/tornado/web.py", line 988, in _execute
getattr(self, self.request.method.lower())(*args, **kwargs)
File "/usr/lib/python2.6/site-packages/tornado/web.py", line 1739, in wrapper
return method(self, *args, **kwargs)
File "/www/v2ex/galaxy/handlers/web/settings.py", line 364, in post
avatar73 = self.rescale(avatar, 73, 73)
File "/www/v2ex/galaxy/handlers/__init__.py", line 414, in rescale
img = img.crop((int(x_offset), int(y_offset), int(x_offset)+int(crop_width), int(y_offset)+int(crop_height)))
File "/usr/lib64/python2.6/site-packages/PIL/Image.py", line 763, in crop
self.load()
File "/usr/lib64/python2.6/site-packages/PIL/ImageFile.py", line 201, in load
raise IOError("image file is truncated (%d bytes not processed)" % len(b))
IOError: image file is truncated (29 bytes not processed)
chrome浏览器