-
Notifications
You must be signed in to change notification settings - Fork 32
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
error on clicking confirmation link #15
Comments
+1 |
1 similar comment
+1 |
I'm getting this too and it seems my key has now been removed from the system too. |
same thing for me |
+1 |
1 similar comment
+1 |
@progrium ? :-) |
Sorry, anybody have a PR to fix? |
Could it be that the app don't make the S3 connection? |
+1 Any word on this? |
+1 |
@progrium I have submitted a PR that fixes this. Maybe this could get deployed to production soon? |
+1 |
4 similar comments
+1 |
+1 |
+1 |
👍 |
bug fix for #15 implementing a different calling method with the S3 API
+1 |
+1 |
The service is dead I think :/ |
Traceback (most recent call last):
File "/app/.heroku/python/lib/python2.7/site-packages/eventlet/wsgi.py", line 382, in handle_one_response
result = self.application(self.environ, start_response)
File "/app/.heroku/python/lib/python2.7/site-packages/flask/app.py", line 1701, in call
return self.wsgi_app(environ, start_response)
File "/app/.heroku/python/lib/python2.7/site-packages/flask/app.py", line 1689, in wsgi_app
response = self.make_response(self.handle_exception(e))
File "/app/.heroku/python/lib/python2.7/site-packages/flask/app.py", line 1687, in wsgi_app
response = self.full_dispatch_request()
File "/app/.heroku/python/lib/python2.7/site-packages/flask/app.py", line 1360, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/app/.heroku/python/lib/python2.7/site-packages/flask/app.py", line 1358, in full_dispatch_request
rv = self.dispatch_request()
File "/app/.heroku/python/lib/python2.7/site-packages/flask/app.py", line 1344, in dispatch_request
return self.view_functionsrule.endpoint
File "keychain/app.py", line 94, in confirm_action
action0
File "keychain/app.py", line 43, in upload_key
k.set_contents_from_string(key.strip())
File "/app/.heroku/python/lib/python2.7/site-packages/boto/s3/key.py", line 1124, in set_contents_from_string
encrypt_key=encrypt_key)
File "/app/.heroku/python/lib/python2.7/site-packages/boto/s3/key.py", line 926, in set_contents_from_file
provider = self.bucket.connection.provider
AttributeError: 'NoneType' object has no attribute 'connection'
The text was updated successfully, but these errors were encountered: