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

error gssapi.raw.misc.GSSErrorRegistry.__call__ #276

Open
anylayer opened this issue Jan 3, 2022 · 1 comment
Open

error gssapi.raw.misc.GSSErrorRegistry.__call__ #276

anylayer opened this issue Jan 3, 2022 · 1 comment

Comments

@anylayer
Copy link

anylayer commented Jan 3, 2022

image

@jborean93
Copy link
Contributor

Looks like you are trying to de-pickle an object that is based on GSSErrorRegistry (all the GSSError types). Based on how the type is set up this doesn't seem to be possible as it will not be providing all the values needed. I'm not sure we can do anything about this as all the information that is given is needed.

If someone knows more about Pickling they can chime in and suggest something but to create one of these errors it must be provided with all the arguments (major and minor code + self).

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

2 participants