Hello,
Has this module been used successfully in a production environment?
Also I'm having some issues with safe (signed) URLs. Here's the debug log:
Wed, 18 Sep 2013 14:42:10 GMT
/thumbor/thumbor/storage/a7f21387d6cefb109f67822411f7263792878e2e
2013-09-18 09:42:10 thumbor:ERROR ERROR: Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/tornado/web.py", line 1055, in _stack_context_handle_exception
raise_exc_info((type, value, traceback))
File "/usr/lib/python2.6/site-packages/tornado/web.py", line 1178, in wrapper
result = method(self, _args, *_kwargs)
File "/usr/lib64/python2.6/site-packages/thumbor/handlers/imaging.py", line 92, in get
return self.execute_image_operations()
File "/usr/lib64/python2.6/site-packages/thumbor/handlers/init.py", line 63, in execute_image_operations
result = self.context.modules.result_storage.get()
File "/usr/lib64/python2.6/site-packages/thumbor/utils.py", line 33, in wrapper
return fn(_args, *_kwargs)
TypeError: get() takes exactly 2 arguments (1 given)
2013-09-18 09:42:10 tornado.access:ERROR 500 GET /Ko58RlIHR72cOpQfXkp1KukyafU=/50x50/smart/http%3A%2F%2Fthumbor.policymic.com%3A8888%2Fimage%2Feef304fa724c484a88620a4595460bf7%2Fimage.jpg (98.116.242.17) 25.15ms
Note that signed requests were working as expected prior to switching to the S3 storage engine.
Thanks
Hello,
Has this module been used successfully in a production environment?
Also I'm having some issues with safe (signed) URLs. Here's the debug log:
Wed, 18 Sep 2013 14:42:10 GMT
/thumbor/thumbor/storage/a7f21387d6cefb109f67822411f7263792878e2e
2013-09-18 09:42:10 thumbor:ERROR ERROR: Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/tornado/web.py", line 1055, in _stack_context_handle_exception
raise_exc_info((type, value, traceback))
File "/usr/lib/python2.6/site-packages/tornado/web.py", line 1178, in wrapper
result = method(self, _args, *_kwargs)
File "/usr/lib64/python2.6/site-packages/thumbor/handlers/imaging.py", line 92, in get
return self.execute_image_operations()
File "/usr/lib64/python2.6/site-packages/thumbor/handlers/init.py", line 63, in execute_image_operations
result = self.context.modules.result_storage.get()
File "/usr/lib64/python2.6/site-packages/thumbor/utils.py", line 33, in wrapper
return fn(_args, *_kwargs)
TypeError: get() takes exactly 2 arguments (1 given)
2013-09-18 09:42:10 tornado.access:ERROR 500 GET /Ko58RlIHR72cOpQfXkp1KukyafU=/50x50/smart/http%3A%2F%2Fthumbor.policymic.com%3A8888%2Fimage%2Feef304fa724c484a88620a4595460bf7%2Fimage.jpg (98.116.242.17) 25.15ms
Note that signed requests were working as expected prior to switching to the S3 storage engine.
Thanks