Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Problem after sign in on google - 'GTMOAuth2Authentication: No parser available'

Received: by 10.224.182.20 with SMTP id ca20mr810020qab.4.1334324210505;
        Fri, 13 Apr 2012 06:36:50 -0700 (PDT)
X-BeenThere: gtm-oauth2@googlegroups.com
Received: by 10.229.196.100 with SMTP id ef36ls2593839qcb.7.gmail; Fri, 13 Apr
 2012 06:36:50 -0700 (PDT)
Received: by 10.224.182.20 with SMTP id ca20mr810004qab.4.1334324210114;
        Fri, 13 Apr 2012 06:36:50 -0700 (PDT)
Received: by 10.224.70.133 with SMTP id d5msqaj;
        Fri, 13 Apr 2012 06:17:19 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.52.23.211 with SMTP id o19mr75842vdf.6.1334323039147; Fri, 13
 Apr 2012 06:17:19 -0700 (PDT)
Authentication-Results: ls.google.com; spf=pass (google.com: domain of
 tiago.dua...@centralway.com designates internal as permitted sender)
 smtp.mail=tiago.dua...@centralway.com; dkim=pass
 header...@centralway.com
Received: by h5g2000vbx.googlegroups.com with HTTP; Fri, 13 Apr 2012 06:17:19
 -0700 (PDT)
Date: Fri, 13 Apr 2012 06:17:19 -0700 (PDT)
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3)
 AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.162 Safari/535.19,gzip(gfe)
Message-ID: <5bcf80fc-c2e5-48a8-8354-3a534ba9ba3c@h5g2000vbx.googlegroups.com>
Subject: Problem after sign in on google - 'GTMOAuth2Authentication: No parser available'
From: Tiago Duarte <tiago.dua...@centralway.com>
To: GTM OAuth 2 Discussion <gtm-oauth2@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1

I get this error after correctly loggin in on google account

Assertion failure in -[GTMOAuth2Authentication
dictionaryWithJSONData:], GTMOAuth2Authentication.m:332
*** Terminating app due to uncaught exception
'NSInternalInconsistencyException', reason: 'GTMOAuth2Authentication:
No parser available'
*** Call stack at first throw:
(
	0   CoreFoundation                      0x010565a9
__exceptionPreprocess + 185
	1   libobjc.A.dylib                     0x013e5313
objc_exception_throw + 44
	2   CoreFoundation                      0x0100eef8 +[NSException
raise:format:arguments:] + 136
	3   Foundation                          0x00aab3bb -
[NSAssertionHandler
handleFailureInMethod:object:file:lineNumber:description:] + 116
	4   CW App                              0x0000a60f -
[GTMOAuth2Authentication dictionaryWithJSONData:] + 815
	5   CW App                              0x0000a2ae -
[GTMOAuth2Authentication setKeysForResponseJSONData:] + 62
	6   CW App                              0x0000ca0d -
[GTMOAuth2Authentication tokenFetcher:finishedWithData:error:] + 845
	7   CoreFoundation                      0x00fc6c7d __invoking___ + 29
	8   CoreFoundation                      0x00fc6b51 -[NSInvocation
invoke] + 145
	9   CW App                              0x000166fe -[GTMHTTPFetcher
invokeFetchCallback:target:data:error:] + 414
	10  CW App                              0x00016510 -[GTMHTTPFetcher
invokeFetchCallbacksWithData:error:] + 160
	11  CW App                              0x000175aa -[GTMHTTPFetcher
connectionDidFinishLoading:] + 986
	12  Foundation                          0x00a52112 -
[NSURLConnection(NSURLConnectionReallyInternal) sendDidFinishLoading]
+ 108
	13  Foundation                          0x00a5206b
_NSURLConnectionDidFinishLoading + 133
	14  CFNetwork                           0x0185748e
_ZN19URLConnectionClient23_clientDidFinishLoadingEPNS_26ClientConnectionEventQueueE
+ 220
	15  CFNetwork                           0x019226e1
_ZN19URLConnectionClient26ClientConnectionEventQueue33processAllEventsAndConsumePayloadEP20XConnectionEventInfoI12XClientEvent18XClientEventParamsEl
+ 293
	16  CFNetwork                           0x0184dc80
_ZN19URLConnectionClient13processEventsEv + 100
	17  CFNetwork                           0x0184dacf
_ZN17MultiplexerSource7performEv + 251
	18  CoreFoundation                      0x010378ff
__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
	19  CoreFoundation                      0x00f9588b
__CFRunLoopDoSources0 + 571
	20  CoreFoundation                      0x00f94d86 __CFRunLoopRun +
470
	21  CoreFoundation                      0x00f94840
CFRunLoopRunSpecific + 208
	22  CoreFoundation                      0x00f94761 CFRunLoopRunInMode
+ 97
	23  GraphicsServices                    0x01aa81c4 GSEventRunModal +
217
	24  GraphicsServices                    0x01aa8289 GSEventRun + 115
	25  UIKit                               0x002b6c93 UIApplicationMain
+ 1160
	26  CW App                              0x0000216a main + 170
	27  CW App                              0x000020b5 start + 53
	28  ???                                 0x00000001 0x0 + 1
)