Closed Bug 829536 Opened 13 years ago Closed 13 years ago

[traceback] Reverse for 'receipt.verify' with arguments '(None,)' and keyword arguments '{}' not found

Categories

(Marketplace Graveyard :: Reviewer Tools, defect, P1)

x86_64
Windows 7

Tracking

(Not tracked)

RESOLVED FIXED
2013-01-17

People

(Reporter: eviljeff, Assigned: robhudson)

Details

http://sentry.dmz.phx1.mozilla.com/marketplace/group/10839/ I'm getting this after yesterdays push on some apps via the reviewer tools. No difference if I try to install via the public page. Not /all/ apps seem to be affected - though I can reliably replicate with the apps mentioned in the sentry log.
I looked through the logs and didn't see anything obvious.
Assignee: nobody → robhudson.mozbugs
Priority: -- → P1
Target Milestone: --- → 2013-01-17
(In reply to Wil Clouser [:clouserw] from comment #1) > I looked through the logs and didn't see anything obvious. (I mean the git logs, for whoever changed this :)
I should mention, with the persona login bug preventing most reviews last week, it might have been an earlier push.
Oh, I saw that in sentry this morning. It's because that app doesn't have a guid which is trying to be used for receipts. There is a CLI command to back fill apps that don't have guids that we ran but perhaps it missed a few for some reason (lost celery jobs?). We could run it again and make sure it picks this and possibly other apps up.
The management command is: ./manage.py process_addons --task=add_uuids It looks for addons via the following SQL (copied locally from SQL debug output): SELECT `addons`.`id` FROM `addons` WHERE ("en-us"="en-us" AND NOT (`addons`.`status` = 11 ) AND (`addons`.`guid` IS NULL AND `addons`.`addontype_id` = 11 ) AND NOT (`addons`.`status` = 11 ) ) ORDER BY `addons`.`last_updated` DESC; Basically, all webapps with a NULL guid that aren't status=DELETED. Although that DELETED SQL is in there twice.
its nice!
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.