You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered: