Fix missing openContents.securityLevel error when unlocking keychain#2
Open
stayradiated wants to merge 1 commit intooggy:masterfrom
Open
Fix missing openContents.securityLevel error when unlocking keychain#2stayradiated wants to merge 1 commit intooggy:masterfrom
stayradiated wants to merge 1 commit intooggy:masterfrom
Conversation
If openContents doesn't exist, it will not throw an error because it could not find openContents.securityLevel.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I get this error when I try to unlock the keychain:
I haven't done much testing, but I'm guessing that one of the items in my keychain doesn't have the openContents property.
A simple fix would be to check that
@detail().openContentsexists before getting@detail().openContents.securityLevel.I've run
make testand it doesn't seem to cause any issues.