stigsfoot / glassfit

Google Glass Fitness App
2 stars 0 forks source link

OAuth invalid_grant error #16

Closed stigsfoot closed 11 years ago

stigsfoot commented 11 years ago

invalid_grant Traceback (most recent call last): File "/python27_runtime/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1535, in call rv = self.handle_exception(request, response, e) File "/python27_runtime/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1529, in call rv = self.router.dispatch(request, response) File "/python27_runtime/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1278, in default_dispatcher return route.handler_adapter(request, response) File "/python27_runtime/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1102, in call return handler.dispatch() File "/python27_runtime/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 572, in dispatch return self.handle_exception(e, self.app.debug) File "/python27_runtime/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 570, in dispatch return method(_args, _kwargs) File "/base/data/home/apps/s~xglassfit/1.368491947830689972/glassfit/tasks.py", line 68, in post self.mirror_service.timeline().insert(body=card_body).execute() File "lib/oauth2client/util.py", line 131, in positional_wrapper return wrapped(_args, _kwargs) File "lib/apiclient/http.py", line 675, in execute body=self.body, headers=self.headers) File "lib/oauth2client/util.py", line 131, in positional_wrapper return wrapped(_args, *_kwargs) File "lib/oauth2client/client.py", line 496, in new_request self._refresh(request_orig) File "lib/oauth2client/client.py", line 665, in _refresh self._do_refresh_request(http_request) File "lib/oauth2client/client.py", line 712, in _do_refresh_request raise AccessTokenRefreshError(error_msg) AccessTokenRefreshError: invalid_grant

rgrinberg commented 11 years ago

Should probably be closed, this issue isn't something we have control over.