Created
January 17, 2017 19:52
-
-
Save sleroux/156966fbd004c8fc99873b0946390f73 to your computer and use it in GitHub Desktop.
FxA Live Test Unverified
This file contains 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
DBC9061B-13C8-4AC7-97BD-AC664D386B02/data/Containers/Data/Application/05E444B2-B409-4254-BFED-3A69C9D0C1EB/Library/Caches/Logs/keychain.log | |
2017-01-17 14:50:31.998 [Info] [KeychainCache.swift:53] checkpoint() > Storing account.state in Keychain with label account.state.tFbjg4a4NjJ9. | |
2017-01-17 14:50:32.005 [Warning] [KeychainCache.swift:41] fromBranch(_:withLabel:withDefault:factory:) > Did not find account.syncAuthState in Keychain with label account.syncAuthState.tFbjg4a4NjJ9. | |
2017-01-17 14:50:32.005 [Warning] [KeychainCache.swift:47] fromBranch(_:withLabel:withDefault:factory:) > Failed to read account.syncAuthState from Keychain. | |
Result was successful? true | |
2017-01-17 14:50:32.006 [Debug] [SyncAuthState.swift:114] token(_:canBeExpired:) > Advancing Account state. | |
2017-01-17 14:50:32.010 [Debug] [FirefoxAccount.swift:202] advance() > no advance() in progress; setting and returning new shared deferred. | |
2017-01-17 14:50:32.518 [Info] [FxALoginStateMachine.swift:58] advanceOneState(_:now:) > Advancing from state: engagedBeforeVerified | |
2017-01-17 14:50:32.519 [Debug] [FxALoginStateMachine.swift:133] advanceOneState(_:now:) > Fetching keys. | |
(lldb) po error | |
▿ <FxAClientError.Remote 400/104: Bad Request (Unverified account)> | |
▿ Remote : RemoteError | |
- code : 400 | |
- errno : 104 | |
▿ error : Optional<String> | |
- Some : "Bad Request" | |
▿ message : Optional<String> | |
- Some : "Unverified account" | |
▿ info : Optional<String> | |
- Some : "https://github.com/mozilla/fxa-auth-server/blob/master/docs/api.md#response-format" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment