Bug 1173010 - [abrt] python-boto: auth.py:975:get_auth_handler:NoAuthHandlerFound: No handler was ready to authenticate. 1 handlers were checked. ['HmacAuthV1Handler'] Check your credentials
Summary: [abrt] python-boto: auth.py:975:get_auth_handler:NoAuthHandlerFound: No handl...
Keywords:
Status: CLOSED DUPLICATE of bug 821799
Alias: None
Product: Fedora
Classification: Fedora
Component: python-boto
Version: 20
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Garrett Holmstrom
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:c08a249fb6da0e32643b28967c1...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-11 09:56 UTC by vikram goyal
Modified: 2015-04-09 01:38 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-04-09 01:38:03 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.44 KB, text/plain)
2014-12-11 09:56 UTC, vikram goyal
no flags Details
File: environ (3.31 KB, text/plain)
2014-12-11 09:56 UTC, vikram goyal
no flags Details

Description vikram goyal 2014-12-11 09:56:05 UTC
Description of problem:

started lss3 from a screen session logged in as root. no Amazon Web Services was configured.

Version-Release number of selected component:
python-boto-2.34.0-4.fc20

Additional info:
reporter:       libreport-2.2.3
cmdline:        /usr/bin/python2 /bin/lss3
executable:     /bin/lss3
kernel:         3.17.4-200.fc20.x86_64
runlevel:       N 5
type:           Python
uid:            0

Truncated backtrace:
auth.py:975:get_auth_handler:NoAuthHandlerFound: No handler was ready to authenticate. 1 handlers were checked. ['HmacAuthV1Handler'] Check your credentials

Traceback (most recent call last):
  File "/bin/lss3", line 113, in <module>
    main()
  File "/bin/lss3", line 86, in main
    list_buckets(boto.connect_s3(), options.tags)
  File "/usr/lib/python2.7/site-packages/boto/__init__.py", line 141, in connect_s3
    return S3Connection(aws_access_key_id, aws_secret_access_key, **kwargs)
  File "/usr/lib/python2.7/site-packages/boto/s3/connection.py", line 190, in __init__
    validate_certs=validate_certs, profile_name=profile_name)
  File "/usr/lib/python2.7/site-packages/boto/connection.py", line 569, in __init__
    host, config, self.provider, self._required_auth_capability())
  File "/usr/lib/python2.7/site-packages/boto/auth.py", line 975, in get_auth_handler
    'Check your credentials' % (len(names), str(names)))
NoAuthHandlerFound: No handler was ready to authenticate. 1 handlers were checked. ['HmacAuthV1Handler'] Check your credentials

Local variables in innermost frame:
checked_handlers: [<class 'boto.auth.HmacAuthV1Handler'>]
provider: <boto.provider.Provider object at 0x196c690>
host: 's3.amazonaws.com'
handler: <class 'boto.auth.HmacAuthV1Handler'>
names: ['HmacAuthV1Handler']
ready_handlers: []
requested_capability: ['s3']
auth_handlers: [<class 'boto.auth.HmacAuthV1Handler'>]
config: <boto.pyami.config.Config instance at 0x174f128>

Comment 1 vikram goyal 2014-12-11 09:56:10 UTC
Created attachment 967182 [details]
File: backtrace

Comment 2 vikram goyal 2014-12-11 09:56:12 UTC
Created attachment 967183 [details]
File: environ

Comment 3 Garrett Holmstrom 2015-04-09 01:38:03 UTC

*** This bug has been marked as a duplicate of bug 821799 ***


Note You need to log in before you can comment on or make changes to this bug.