We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 message contains {0}
{0}
$ python3 Python 3.7.7 (default, Mar 19 2020, 21:26:00) [Clang 9.0.1 ([email protected]:llvm/llvm-project.git c1a0a213378a458fbea1a5c77b31 on freebsd12 >>> context = gssapi.SecurityContext(name=name, usage="initiate", creds=cred) >>> context.initiator_name Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.7/site-packages/gssapi/_utils.py", line 64, in inquire_property raise AttributeError(msg) AttributeError: Cannot read {0} from a security context whose establishment has not yet been started.
The error comes from
python-gssapi/gssapi/_utils.py
Lines 62 to 63 in 477b9a6
What has to be passed here?
Installed via https://www.freshports.org/security/py-gssapi.
The text was updated successfully, but these errors were encountered:
Fix missing substitution in inquire_property
a8f4049
Resolves: pythongssapi#195
5e91aa0
Resolves: #195
Successfully merging a pull request may close this issue.
What went wrong?
Error message contains
{0}
How do we reproduce?
The error comes from
python-gssapi/gssapi/_utils.py
Lines 62 to 63 in 477b9a6
What has to be passed here?
Component versions (python-gssapi, Kerberos, OS / distro, etc.)
Installed via https://www.freshports.org/security/py-gssapi.
The text was updated successfully, but these errors were encountered: