ERROR:tornado.application:Uncaught exception GET /screenshot?uri=http%3A%2F%2Fll-plugins.nongnu.org%2Flv2%2Flv2pftci%2Fsilence&width=230&height=431 (127.0.0.1)
HTTPServerRequest(protocol='http', host='localhost:9000', method='GET', uri='/screenshot?uri=http%3A%2F%2Fll-plugins.nongnu.org%2Flv2%2Flv2pftci%2Fsilence&width=230&height=431', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Referer': 'http://localhost:9000/', 'Host': 'localhost:9000', 'Accept-Language': 'en-US,en;q=0.5', 'X-Requested-With': 'XMLHttpRequest', 'Accept': 'application/json, text/javascript, */*; q=0.01', 'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0', 'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate'})
Traceback (most recent call last):
File "/home/andrewcapon/.local/lib/python3.5/site-packages/PIL/Image.py", line 415, in _getdecoder
decoder = getattr(core, decoder_name + "_decoder")
AttributeError: module 'PIL._imaging' has no attribute 'zip_decoder'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/andrewcapon/.local/lib/python3.5/site-packages/tornado/web.py", line 1302, in _stack_context_handle_exception
raise_exc_info((type, value, traceback))
File "<string>", line 3, in raise_exc_info
File "/home/andrewcapon/.local/lib/python3.5/site-packages/tornado/stack_context.py", line 314, in wrapped
ret = fn(*args, **kwargs)
File "/home/andrewcapon/ModDuo/mod-sdk/modsdk/webserver.py", line 389, in proc_callback
self.handle_image(fh)
File "/home/andrewcapon/ModDuo/mod-sdk/modsdk/webserver.py", line 405, in handle_image
img = self.crop(img)
File "/home/andrewcapon/ModDuo/mod-sdk/modsdk/webserver.py", line 443, in crop
for i, px in enumerate(img.getdata()):
File "/home/andrewcapon/.local/lib/python3.5/site-packages/PIL/Image.py", line 1141, in getdata
self.load()
File "/home/andrewcapon/.local/lib/python3.5/site-packages/PIL/ImageFile.py", line 203, in load
d = Image._getdecoder(self.mode, d, a, self.decoderconfig)
File "/home/andrewcapon/.local/lib/python3.5/site-packages/PIL/Image.py", line 419, in _getdecoder
raise IOError("decoder %s not available" % decoder_name)
OSError: decoder zip not available
ERROR:tornado.access:500 GET /screenshot?uri=http%3A%2F%2Fll-plugins.nongnu.org%2Flv2%2Flv2pftci%2Fsilence&width=230&height=431 (127.0.0.1) 5651.50ms
Hi Guys,
I’m banging my head against the walls here on this one, I have installed everything zip released I can think of, I have added symbolic links, and I have uninstalled pillow and reinstalled it.
Anyone any ideas?
Cheers
Andy