python-tss-sdk
python-tss-sdk copied to clipboard
example.py does not run
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
- Create the environment variables as referenced in example.py
- Run example.py