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
Calling keyring.Set() using the wincred backend on Windows10 and it constantly is returning error="The stub received bad data. but subsequent Get() calls returns the saved data. Hence it seems that I should be ignoring this error? Not getting any errors with the file or macOS keychain backends.
Using keyring v1.1.6
The text was updated successfully, but these errors were encountered:
So this actually appears to be more serious than a fake error- the data is actually getting truncated to ~2500 bytes. Curious if anyone keyring is interested in automatically sharding values or if this would be considered out of scope and users of the library should do it themselves?
Calling
keyring.Set()
using the wincred backend on Windows10 and it constantly is returningerror="The stub received bad data.
but subsequentGet()
calls returns the saved data. Hence it seems that I should be ignoring this error? Not getting any errors with thefile
or macOSkeychain
backends.Using keyring
v1.1.6
The text was updated successfully, but these errors were encountered: