← Back to team overview

handbox team mailing list archive

[Bug 1464391] [NEW] google oauth2 autorization failed

 

Public bug reported:

If we launch app, using cli or ui, we got next error:

Traceback (most recent call last):
File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/runner.py", line 8,
 in <module> tests_scenarios() 
File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/runner.py", line 5,
 in tests_scenarios basic.TestCreateListDeleteEvent().scenario() 
File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/test_create_delete_event.py", line 13, 
in scenario self.create_event(self.prepare_config()) 
File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/test_create_delete_event.py", line 28, 
in create_event self.calendar.create_event(event))
File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/base.py", line 119, 
in create_event body=event).execute() 
File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/util.py", line 137, 
in positional_wrapper return wrapped(*args, **kwargs) 
File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/googleapiclient/http.py", line 722, 
in execute body=self.body, headers=self.headers) 
File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/util.py", line 137, 
in positional_wrapper return wrapped(*args, **kwargs) 
File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/client.py", line 573, 
in new_request self._refresh(request_orig) 
File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/client.py", line 781,
in _refresh self._do_refresh_request(http_request) 
File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/client.py", line 834, 
in _do_refresh_request raise AccessTokenRefreshError(error_msg) oauth2client.client.AccessTokenRefreshError: invalid_grant

--------------------------------------------------------
If we retry, this error will disappear

** Affects: shellper
     Importance: Undecided
         Status: New


** Tags: core tests ui

-- 
You received this bug notification because you are a member of handbox,
which is subscribed to shellper.
Matching subscriptions: bugs
https://bugs.launchpad.net/bugs/1464391

Title:
  google oauth2 autorization failed

Status in Shellper - personal helper:
  New

Bug description:
  If we launch app, using cli or ui, we got next error:

  Traceback (most recent call last):
  File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/runner.py", line 8,
   in <module> tests_scenarios() 
  File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/runner.py", line 5,
   in tests_scenarios basic.TestCreateListDeleteEvent().scenario() 
  File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/test_create_delete_event.py", line 13, 
  in scenario self.create_event(self.prepare_config()) 
  File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/tests/integration/test_create_delete_event.py", line 28, 
  in create_event self.calendar.create_event(event))
  File "/var/lib/jenkins/jobs/shellper-integration/workspace/shellper/base.py", line 119, 
  in create_event body=event).execute() 
  File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/util.py", line 137, 
  in positional_wrapper return wrapped(*args, **kwargs) 
  File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/googleapiclient/http.py", line 722, 
  in execute body=self.body, headers=self.headers) 
  File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/util.py", line 137, 
  in positional_wrapper return wrapped(*args, **kwargs) 
  File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/client.py", line 573, 
  in new_request self._refresh(request_orig) 
  File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/client.py", line 781,
  in _refresh self._do_refresh_request(http_request) 
  File "/var/lib/jenkins/jobs/shellper-integration/workspace/.tox/integration/local/lib/python2.7/site-packages/oauth2client/client.py", line 834, 
  in _do_refresh_request raise AccessTokenRefreshError(error_msg) oauth2client.client.AccessTokenRefreshError: invalid_grant

  --------------------------------------------------------
  If we retry, this error will disappear

To manage notifications about this bug go to:
https://bugs.launchpad.net/shellper/+bug/1464391/+subscriptions


Follow ups

References