Hi Andres, and thank you for your report. I am unable to reproduce this
issue as I could review and rate Braid successfully. We did have some
problems on the server-side recently, so I am wondering if this may have
caused the issue that you encountered.
Could you please retry today and see if things work better for you?
Please let us know.
And thanks!
Gary
** Changed in: software-center (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/1011320
Title:
Cannot rate Purchased apps.
Status in “software-center” package in Ubuntu:
Incomplete
Bug description:
I wanted to rate Bastion & Braid. The first one would not let me use
gwibber service to rate. Second one the software centre closed down.
I also tried to simply give some stars without gwibber service and it
said it has an error on the server. To write a bug report if
continues. It did and here I am.
Ran software-centre on terminal and attempted to rate the sword
brother games
2012-06-10 22:17:20,077 - softwarecenter.ui.gtk3.app - INFO - setting up
proxy 'None'
2012-06-10 22:17:20,084 - softwarecenter.db.database - INFO - open()
database: path=None use_axi=True use_agent=True
2012-06-10 22:17:20,504 - softwarecenter.backend.reviews - WARNING - Could
not get usefulness from server, no username in config file
2012-06-10 22:17:21,123 - softwarecenter.db.pkginfo_impl.aptcache - INFO -
aptcache.open()
2012-06-10 22:17:27,357 - softwarecenter.ui.gtk3.app - INFO -
software-center-agent finished with status 0
2012-06-10 22:17:27,358 - softwarecenter.db.database - INFO - reopen()
database
2012-06-10 22:17:27,358 - softwarecenter.db.database - INFO - open()
database: path=None use_axi=True use_agent=True
(software-center:5751): Gtk-WARNING **: Unable to show 'none': Operación no
soportada
2012-06-10 22:18:25,733 - softwarecenter.backend.spawn_helper - WARNING -
exit code 1 from helper for
'['/usr/share/software-center/submit_review_gtk3.py', '--pkgname',
'swordandsworcery', '--iconname', 'swordandsworcery-icon-IconLinux_64x64',
'--parent-xid', '', '--version', '1.56-0ubuntu2', '--origin',
'lp-ppa-commercial-ppa-uploaders-swordandsworcery', '--datadir',
'/usr/share/software-center/', '--appname', 'Superbrothers: Sword & Sworcery
EP']'
2012-06-10 22:18:25,733 - softwarecenter.backend.spawn_helper - WARNING - got
error from helper: '
(submit_review_gtk3.py:5790): Gtk-WARNING **: Unknown property: GtkGrid.n-rows
(submit_review_gtk3.py:5790): Gdk-CRITICAL **:
gdk_window_invalidate_rect_full: assertion `GDK_IS_WINDOW (window)'
failed
(submit_review_gtk3.py:5790): Gdk-CRITICAL **:
gdk_window_invalidate_rect_full: assertion `GDK_IS_WINDOW (window)'
failed
(submit_review_gtk3.py:5790): Gtk-WARNING **: Failed to set text from markup
due to error parsing markup: Error en la línea 1: La entidad no termina con un
punto y coma; probablemente utilizó el carácter "&" sin la intención de indicar
una entidad, escape el signo "&" como &
submit_review
Traceback (most recent call last):
File
"/usr/share/software-center/softwarecenter/ui/gtk3/review_gui_helper.py", line
327, in _submit_reviews_if_pending
res = self.rnrclient.submit_review(review=piston_review)
File "/usr/lib/python2.7/dist-packages/piston_mini_client/validators.py",
line 65, in wrapper
return func(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/piston_mini_client/__init__.py",
line 119, in wrapper
body = func(self, *args, **kwargs)
File
"/usr/share/software-center/softwarecenter/backend/piston/rnrclient_pristine.py",
line 133, in submit_review
scheme=AUTHENTICATED_API_SCHEME, content_type='application/json')
File "/usr/lib/python2.7/dist-packages/piston_mini_client/__init__.py",
line 386, in _post
headers=headers, scheme=scheme)
File "/usr/lib/python2.7/dist-packages/piston_mini_client/__init__.py",
line 527, in _request
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: 500: {'status': '500', 'content-length': '1593', 'via': '1.1
reviews.ubuntu.com', 'vary': 'Authorization,Accept-Encoding', 'server':
'Apache/2.2.14 (Ubuntu)', 'connection': 'close', '-content-encoding': 'gzip',
'date': 'Sun, 10 Jun 2012 21:18:08 GMT', 'content-type': 'text/html;
charset=utf-8'}
Piston/0.2.2 (Django 1.3) crash report:
Traceback (most recent call last):
File
"/srv/reviews.ubuntu.com/production/rnr-server/src/reviewsapp/api/handlers.py",
line 261, in create
if not form.is_valid():
File
"/srv/reviews.ubuntu.com/production/rnr-server/sourcecode/django/django/forms/forms.py",
line 121, in is_valid
return self.is_bound and not bool(self.errors)
File
"/srv/reviews.ubuntu.com/production/rnr-server/sourcecode/django/django/forms/forms.py",
line 112, in _get_errors
self.full_clean()
File
"/srv/reviews.ubuntu.com/production/rnr-server/sourcecode/django/django/forms/forms.py",
line 268, in full_clean
self._clean_form()
File
"/srv/reviews.ubuntu.com/production/rnr-server/sourcecode/django/django/forms/forms.py",
line 296, in _clean_form
self.cleaned_data = self.clean()
File
"/srv/reviews.ubuntu.com/production/rnr-server/src/reviewsapp/forms.py", line
106, in clean
self._validate_software_item_and_repository()
File
"/srv/reviews.ubuntu.com/production/rnr-server/src/reviewsapp/forms.py", line
176, in _validate_software_item_and_repository
package_name, origin, distroseries, arch_tag=arch_tag)
File
"/srv/reviews.ubuntu.com/production/rnr-server/src/reviewsapp/utilities.py",
line 214, in sca_verify_packagename_in_repository
sca_publishings = self.get_sca_publishings_for(distroseries, arch_tag)
File
"/srv/reviews.ubuntu.com/production/rnr-server/src/reviewsapp/utilities.py",
line 256, in get_sca_publishings_for
) for app in sca_apps])
AttributeError: 'NoneType' object has no attribute 'replace'
500: {'status': '500', 'content-length': '1593', 'via': '1.1
reviews.ubuntu.com', 'vary': 'Authorization,Accept-Encoding', 'server':
'Apache/2.2.14 (Ubuntu)', 'connection': 'close', '-content-encoding': 'gzip',
'date': 'Sun, 10 Jun 2012 21:18:08 GMT', 'content-type': 'text/html;
charset=utf-8'}
submit_review
Traceback (most recent call last):
File
"/usr/share/software-center/softwarecenter/ui/gtk3/review_gui_helper.py", line
327, in _submit_reviews_if_pending
res = self.rnrclient.submit_review(review'
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: software-center 5.2.2.2
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
Uname: Linux 3.2.0-24-generic i686
ApportVersion: 2.0.1-0ubuntu8
Architecture: i386
Date: Sun Jun 10 21:36:25 2012
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
PackageArchitecture: all
SourcePackage: software-center
UpgradeStatus: Upgraded to precise on 2012-04-29 (42 days ago)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011320/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp