-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Production Environment #2
Comments
not sure if this is helpful but just noticed a couple of basic issues in the s3_storage class. issue was related to result_storage. |
What were the issues? I can run thumbor locally with thumbor_aws just fine, but once I run thumbor on my server and test it out on my local environment it's not pulling in newly uploaded images. For clarification:
Edit: I stopped running thumbor with my-thumbor.com:8888. and I wind up with this error when the new image fails to load:
|
[CI] add pyvows test and circleci config
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
The text was updated successfully, but these errors were encountered: