You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RefreshError: ('invalid_grant: Bad Request', u'{\n "error": "invalid_grant",\n "error_description": "Bad Request"\n}')
This should be handled by the code but perhaps there is more than one RefreshError?
Traceback (innermost last):
Module ZPublisher.Publish, line 138, in publish
Module ZPublisher.mapply, line 77, in mapply
Module ZPublisher.Publish, line 48, in call_object
Module plone.z3cform.layout, line 66, in __call__
Module plone.z3cform.layout, line 50, in update
Module plone.z3cform.fieldsets.extensible, line 59, in update
Module plone.z3cform.patch, line 30, in GroupForm_update
Module z3c.form.group, line 141, in update
Module z3c.form.group, line 52, in update
Module z3c.form.group, line 48, in updateWidgets
Module z3c.form.field, line 277, in update
Module z3c.form.browser.select, line 51, in update
Module z3c.form.browser.widget, line 171, in update
Module z3c.form.widget, line 233, in update
Module z3c.form.widget, line 227, in updateTerms
Module zope.component._api, line 107, in getMultiAdapter
Module zope.component._api, line 120, in queryMultiAdapter
Module zope.component.registry, line 238, in queryMultiAdapter
Module zope.interface.adapter, line 532, in queryMultiAdapter
Module z3c.form.term, line 105, in ChoiceTerms
Module zope.schema._field, line 312, in bind
Module Zope2.App.schema, line 33, in get
Module collective.googleanalytics.vocabularies, line 66, in getWebProperties
Module plone.memoize.volatile, line 71, in replacement
Module collective.googleanalytics.utility, line 175, in makeCachedRequest
Module collective.googleanalytics.utility, line 207, in makeClientRequest
Module googleapiclient._helpers, line 134, in positional_wrapper
Module googleapiclient.http, line 901, in execute
Module googleapiclient.http, line 177, in _retry_request
Module google_auth_httplib2, line 213, in request
Module google.oauth2.credentials, line 183, in refresh
Module google.oauth2._client, line 248, in refresh_grant
Module google.oauth2._client, line 124, in _token_endpoint_request
Module google.oauth2._client, line 60, in _handle_error_response
RefreshError: ('invalid_grant: Bad Request', u'{\n "error": "invalid_grant",\n "error_description": "Bad Request"\n}')
The text was updated successfully, but these errors were encountered:
coming from the getWebProperties vocabulary.
This should be handled by the code but perhaps there is more than one RefreshError?
The text was updated successfully, but these errors were encountered: