Skip to content
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

not compatible with google-api-python-client==1.12.2 #7

Open
youngtae-samsung opened this issue Sep 24, 2020 · 0 comments
Open

not compatible with google-api-python-client==1.12.2 #7

youngtae-samsung opened this issue Sep 24, 2020 · 0 comments

Comments

@youngtae-samsung
Copy link

after downgrade google-api-python-client==1.12.1. it works.

gcredstash --project ### --location-id ###--keyring-id ### --key-id ### get ###

Traceback (most recent call last):
  File "/usr/local/bin/gcredstash", line 11, in <module>
    sys.exit(main())
  File "/usr/local/lib/python2.7/dist-packages/gcredstash/main.py", line 51, in main
    kms_client = googleapiclient.discovery.build('cloudkms', 'v1')
  File "/usr/local/lib/python2.7/dist-packages/googleapiclient/_helpers.py", line 134, in positional_wrapper
    return wrapped(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/googleapiclient/discovery.py", line 300, in build
    discovery_http.close()
AttributeError: 'Http' object has no attribute 'close'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant