Traceback from Selene Scriven in duplicate bug 785136:
The scrollback from my shell contains this:
[-(Thu 2011-05-19 6:08:38)-(~/)-]> software-center (selene @ GiR)
2011-05-19 06:08:44,383 - softwarecenter.fixme - WARNING - logs to the root
logger:
'('/usr/share/software-center/softwarecenter/view/widgets/mkit_themes.py', 675,
'retrieve')'
2011-05-19 06:08:44,383 - root - WARNING - No styling hints for Raleigh were
found... using Human hints.
/usr/share/software-center/softwarecenter/app.py:1192: Warning:
g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
self.window_main.show_all()
2011-05-19 06:08:44,855 - softwarecenter.fixme - WARNING - logs to the root
logger: '('/usr/lib/pymodules/python2.7/zeitgeist/client.py', 367,
'reconnect_monitors')'
2011-05-19 06:08:44,855 - zeitgeist.client - INFO - Reconnected to Zeitgeist
engine...
/usr/share/software-center/softwarecenter/SimpleGtkbuilderApp.py:50: Warning:
g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
gtk.main()
2011-05-19 06:08:47,308 - softwarecenter.app - INFO - software-center-agent
finished with status 1
# about to click file -> reinstall previous purchases:
2011-05-19 06:09:16,699 - softwarecenter.fixme - WARNING - logs to the root
logger: '('/usr/share/software-center/softwarecenter/backend/restfulclient.py',
254, '_thread_available_for_me_error')'
2011-05-19 06:09:16,699 - root - ERROR - _available_for_me_error HTTP Error
500: INTERNAL SERVER ERROR
Response headers:
---
cache-control: max-age=0
connection: close
content-type: text/html; charset=utf-8
date: Thu, 19 May 2011 12:09:16 GMT
etag: "b34cd71bab7cc3596a0b5086d8471c0f"
expires: Thu, 19 May 2011 12:09:16 GMT
last-modified: Thu, 19 May 2011 12:09:16 GMT
server: Apache/2.2.14 (Ubuntu)
status: 500
transfer-encoding: chunked
vary: Authorization,Cookie,Accept-Encoding
via: 1.1 software-center.ubuntu.com
---
Response body:
---
Piston/0.2.2 (Django 1.1.1) crash report:
Traceback (most recent call last):
File
"/usr/lib/python2.6/dist-packages/softwarecenteragent/api10/handlers.py", line
62, in read
return self.named_operation(request, request.GET)
File
"/usr/lib/python2.6/dist-packages/softwarecenteragent/api10/handlers.py", line
77, in named_operation
return method(request)
File
"/usr/lib/python2.6/dist-packages/softwarecenteragent/api10/handlers.py", line
177, in getForOAuthToken
if web_services.verify_identity(oauth_token, openid_identifier):
File "/usr/lib/python2.6/dist-packages/softwarecenteragent/utilities.py",
line 126, in verify_identity
token=token, consumer_key=openid_identifier)
File "/usr/lib/pymodules/python2.6/lazr/restfulclient/resource.py", line 527,
in __call__
url, in_representation, http_method, extra_headers=extra_headers)
File "/usr/lib/pymodules/python2.6/lazr/restfulclient/_browser.py", line 306,
in _request
raise HTTPError(response, content)
HTTPError: HTTP Error 400: Bad Request
Response headers:
---
connection: close
content-length: 33
content-type: text/plain
date: Thu, 19 May 2011 12:09:16 GMT
server: Apache/2.2.14 (Ubuntu)
status: 400
vary: Accept-Encoding
via: 1.1 login.ubuntu.com
x-powered-by: Zope (www.zope.org), Python (www.python.org)
---
Response body:
---
token: Required input is missing.
---
---
# waited a moment here
# Software Center said something like "No search results found. Did you mean
'if'?"
# and then on its own, it reset to a list of available packages and this showed
up in the shell:
Traceback (most recent call last):
File "/usr/share/software-center/softwarecenter/models/appstore.py", line
476, in on_get_value
app = Application(appname, pkgname)
File "/usr/share/software-center/softwarecenter/db/application.py", line 48,
in __init__
raise ValueError("Need either appname or pkgname or request")
ValueError: Need either appname or pkgname or request
Traceback (most recent call last):
File "/usr/share/software-center/softwarecenter/models/appstore.py", line
476, in on_get_value
app = Application(appname, pkgname)
File "/usr/share/software-center/softwarecenter/db/application.py", line 48,
in __init__
raise ValueError("Need either appname or pkgname or request")
ValueError: Need either appname or pkgname or request
Traceback (most recent call last):
File "/usr/share/software-center/softwarecenter/models/appstore.py", line
476, in on_get_value
app = Application(appname, pkgname)
File "/usr/share/software-center/softwarecenter/db/application.py", line 52,
in __init__
self.appname = unicode(appname)
UnicodeDecodeError: 'utf8' codec can't decode byte 0x93 in position 1: invalid
start byte
Traceback (most recent call last):
File "/usr/share/software-center/softwarecenter/models/appstore.py", line
476, in on_get_value
app = Application(appname, pkgname)
File "/usr/share/software-center/softwarecenter/db/application.py", line 48,
in __init__
raise ValueError("Need either appname or pkgname or request")
ValueError: Need either appname or pkgname or request
/usr/share/software-center/softwarecenter/models/appstore.py:194: Warning:
g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
gtk.main_iteration()
Traceback (most recent call last):
File "/usr/share/software-center/softwarecenter/models/appstore.py", line
476, in on_get_value
app = Application(appname, pkgname)
File "/usr/share/software-center/softwarecenter/db/application.py", line 48,
in __init__
raise ValueError("Need either appname or pkgname or request")
ValueError: Need either appname or pkgname or request
Traceback (most recent call last):
File "/usr/share/software-center/softwarecenter/models/appstore.py", line
476, in on_get_value
app = Application(appname, pkgname)
File "/usr/share/software-center/softwarecenter/db/application.py", line 48,
in __init__
raise ValueError("Need either appname or pkgname or request")
ValueError: Need either appname or pkgname or request
# Then I closed the app.
[-(Thu 2011-05-19 6:09:55)-(~/)-]> (selene @ GiR)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/783896
Title:
Cannot reinstall previously purchased items from market in 11.04
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs