Skip to content

Instantly share code, notes, and snippets.

@mbcharbonneau
Created May 3, 2012 15:02
Show Gist options
  • Save mbcharbonneau/2586303 to your computer and use it in GitHub Desktop.
Save mbcharbonneau/2586303 to your computer and use it in GitHub Desktop.
Two Maasive Accounts:
YouthNet
Hailey
prefix file:
#if kDemographic == 1
// At-risk youth
#define kMaaSiveAppID @"cea2e822c30d19f2b217"
#define kMaaSiveSecret @"c0ef77f7380f1d07c2c4867d481758b9c9508dffe6f1d006ea8bcaa86823aa46b7"
#elif kDemographic == 2
// HIV+ Women / Transitional Housing
#define kMaaSiveAppID @"eab844ada500fd75e948"
#define kMaaSiveSecret @"246b9eca75b11a961597355a1e85683edc61cccc53809b0369727e1ac548f223968bb1a430a0"
#endif
HouseNet error after 'save questions' step:
(NSError *) $2 = 0x080e6b80 Error Domain=ELCHTTPRequestErrorDomain Code=10 "NSGenericException" UserInfo=0x80f1df0 {NSLocalizedFailureReason=*** Collection <__NSArrayM: 0x8645800> was mutated while being enumerated., NSUnderlyingError=0x80c0f40 "The operation couldn’t be completed. (ELCHTTPRequestErrorDomain error 10.)", NSLocalizedDescription=NSGenericException}
YouthNet error after 'enter person detail' step:
Error Domain=ELCHTTPRequestErrorDomain Code=2 "The request timed out" UserInfo=0x8062340 {NSLocalizedDescription=The request timed out}
Error saving MaasPerson:
http://cl.ly/3c0M3q2n2S1D363x0e2j
http://cl.ly/43450g0R3O363z2m1a26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment