Closed
Bug 692592
Opened 13 years ago
Closed 13 years ago
Affiliates: 500 error 'AnonymousUser' object has no attribute 'pk
Categories
(Firefox Affiliates Graveyard :: affiliates.mozilla.org, defect)
Firefox Affiliates Graveyard
affiliates.mozilla.org
Tracking
(Not tracked)
VERIFIED
FIXED
1.0
People
(Reporter: cmore, Assigned: osmose)
References
()
Details
(Whiteboard: [dev])
Traceback (most recent call last):
File "/data/www/affiliates-dev.allizom.org/affiliates-app/vendor/src/django/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/data/www/affiliates-dev.allizom.org/affiliates-app/apps/banners/views.py", line 26, in customize
affiliate_link = AFFILIATE_LINK % (request.user.pk, banner.pk)
AttributeError: 'AnonymousUser' object has no attribute 'pk'
Reporter | ||
Updated•13 years ago
|
Assignee: nobody → mkelly
Whiteboard: [dev]
Updated•13 years ago
|
OS: Mac OS X → All
Reporter | ||
Updated•13 years ago
|
Target Milestone: --- → 1.0
Assignee | ||
Comment 1•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 2•13 years ago
|
||
Verified FIXED:
[13:52:20.196] GET https://affiliates-dev.allizom.org/pl/banners/customize/1 [HTTP/1.1 200 OK 501ms]
Status: RESOLVED → VERIFIED
Hardware: x86 → All
Updated•13 years ago
|
Product: Websites → Firefox Affiliates
Updated•9 years ago
|
Product: Firefox Affiliates → Firefox Affiliates Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•