Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

Intermittent 422 error #429

Open
stevepetersen opened this issue Oct 25, 2016 · 0 comments
Open

Intermittent 422 error #429

stevepetersen opened this issue Oct 25, 2016 · 0 comments

Comments

@stevepetersen
Copy link

ios: 9.3.5 (13G36)
cocoapod Using uservoice-iphone-sdk (3.2.8)
iPhone 6

Intermittently, we get the following error:

: UserVoice SDK network error: Error Domain=uservoice Code=422 "(null)" UserInfo={type=record_not_saved, message=Need sso or user.email}

I have verified that in all cases, the user.email we send is valid.
Our configuration code looks like this:

let userVoiceConfig = UVConfig(site:"xxxx.uservoice.com"); userVoiceConfig.forumId = yyyyyy userVoiceConfig.identifyUserWithEmail(currentUser.email, name: currentUser.name, guid: currentUser.userId) UserVoice.initialize(userVoiceConfig);

Where xxxx and yyyyyy are our domain and forum id.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant