python-gssapi icon indicating copy to clipboard operation
python-gssapi copied to clipboard

error gssapi.raw.misc.GSSErrorRegistry.__call__

Open anylayer opened this issue 3 years ago • 1 comments

image

anylayer avatar Jan 03 '22 12:01 anylayer

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).

jborean93 avatar Jan 03 '22 18:01 jborean93