python-tss-sdk icon indicating copy to clipboard operation
python-tss-sdk copied to clipboard

example.py does not run

Open delineaKrehl opened this issue 3 years ago • 0 comments

Description of the issue

After initializing the proper environment variables, running example.py results in this error message Exception has occurred: TypeError SecretServer.__init__() got an unexpected keyword argument 'username'

Expected behavior

The example find a secret

Actual behavior

Error due to the example being out of sync with changes made to the server module

Your environment

Windows 11, VS Code

Steps to reproduce

  1. Create the environment variables as referenced in example.py
  2. Run example.py

delineaKrehl avatar Oct 06 '22 00:10 delineaKrehl