Ubuntu Pastebin

Paste from debug at Tue, 22 Sep 2015 08:10:20 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
No handlers could be found for logger "softwarecenter.backend.reviews"
/usr/lib/python2.7/dist-packages/gi/overrides/GLib.py:572: Warning: Source ID 23 was not found when attempting to remove it
super(MainLoop, self).run()
2015-09-22 09:55:44,740 - softwarecenter.backend.spawn_helper - WARNING - exit code 1 from helper for '['/usr/share/software-center/piston_generic_helper.py', '--datadir', '/usr/share/software-center/', '--needs-auth', '--no-relogin', 'SoftwareCenterAgentAPI', 'subscriptions_for_me', '{"complete_only": true}']'
2015-09-22 09:55:44,741 - softwarecenter.backend.spawn_helper - WARNING - got error from helper: 'ERROR:softwarecenter.backend.ubuntusso:api.whoami failed with APIError: '401: {'status': '401', 'x-xss-protection': '1; mode=block', 'x-content-type-options': 'nosniff', 'content-language': 'en', 'transfer-encoding': 'chunked', 'strict-transport-security': 'max-age=15768000; includeSubDomains; preload', 'vary': 'Authorization,Accept-Language,Cookie', 'server': 'gunicorn/19.3.0', 'x-bzr-revision-number': '1302', 'date': 'Tue, 22 Sep 2015 07:55:44 GMT', 'x-frame-options': 'SAMEORIGIN', 'content-type': 'text/html; charset=utf-8', 'www-authenticate': 'OAuth realm="API"'}'
Traceback (most recent call last):
File "/usr/share/software-center/softwarecenter/backend/ubuntusso.py", line 119, in verify_token_sync
res = api.whoami()
File "/usr/lib/python2.7/dist-packages/piston_mini_client/validators.py", line 120, in wrapper
return func(self, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/piston_mini_client/__init__.py", line 131, in wrapper
body = func(*args, **kwargs)
File "/usr/share/software-center/softwarecenter/backend/piston/ubuntusso_pristine.py", line 22, in whoami
scheme=AUTHENTICATED_API_SCHEME)
File "/usr/lib/python2.7/dist-packages/piston_mini_client/__init__.py", line 787, in _get
extra_headers=extra_headers)
File "/usr/lib/python2.7/dist-packages/piston_mini_client/__init__.py", line 491, in get
return self.request_url(url, method='GET', headers=headers)
File "/usr/lib/python2.7/dist-packages/piston_mini_client/__init__.py", line 435, in request_url
body = handler.handle(response, response_body)
File "/usr/lib/python2.7/dist-packages/piston_mini_client/failhandlers.py", line 116, in handle
data=self.data)
APIError: 401: {'status': '401', 'x-xss-protection': '1; mode=block', 'x-content-type-options': 'nosniff', 'content-language': 'en', 'transfer-encoding': 'chunked', 'strict-transport-security': 'max-age=15768000; includeSubDomains; preload', 'vary': 'Authorization,Accept-Language,Cookie', 'server': 'gunicorn/19.3.0', 'x-bzr-revision-number': '1302', 'date': 'Tue, 22 Sep 2015 07:55:44 GMT', 'x-frame-options': 'SAMEORIGIN', 'content-type': 'text/html; charset=utf-8', 'www-authenticate': 'OAuth realm="API"'}
ERROR: can not obtain a oauth token
Download as text