Closed
Bug 704192
Opened 13 years ago
Closed 13 years ago
[traceback] Exception: NameError: global name 'smart_str' is not defined
Categories
(Participation Infrastructure :: Phonebook, defect)
Participation Infrastructure
Phonebook
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mbrandt, Assigned: jfong)
References
()
Details
(Whiteboard: [dev] [stage] [prod] [fuzzer])
Traceback (most recent call last):
File "/data/www/mozillians-dev.allizom.org/mozillians/vendor/src/django/django/core/handlers/base.py", line 89, in get_response
response = middleware_method(request)
File "/data/www/mozillians-dev.allizom.org/mozillians/vendor/src/funfactory/funfactory/middleware.py", line 37, in process_request
return HttpResponsePermanentRedirect(urlparams(new_path, **query))
File "/data/www/mozillians-dev.allizom.org/mozillians/vendor/src/funfactory/funfactory/helpers.py", line 51, in urlparams
if v is not None])
File "/data/www/mozillians-dev.allizom.org/mozillians/vendor/src/funfactory/funfactory/helpers.py", line 61, in _urlencode
return urllib.urlencode([(k, smart_str(v)) for k, v in items])
NameError: global name 'smart_str' is not defined
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → jfong
Updated•13 years ago
|
Severity: normal → critical
OS: Mac OS X → All
Hardware: x86 → All
Whiteboard: [dev] [stage] [prod] → [dev] [stage] [prod] [fuzzer]
Comment 1•13 years ago
|
||
Commits pushed to https://github.com/mozilla/mozillians
https://github.com/mozilla/mozillians/commit/b07642a56ad9c593e997456b1856b7ade3abbac2
added multidb; updated funfactory; fix bug 704192
https://github.com/mozilla/mozillians/commit/d07557b72817ee7f9a4ab365b96ffefd4eca49ac
Merge pull request #62 from ednapiranha/bug704192
added multidb; updated funfactory; fix bug 704192
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 2•13 years ago
|
||
I can still reproduce the 500, on mozillians-dev; reopening for further investigation.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 3•13 years ago
|
||
Works for me now - are you still getting the errors?
Comment 4•13 years ago
|
||
(In reply to Jen Fong-Adwent [:ednapiranha] from comment #3)
> Works for me now - are you still getting the errors?
Nah; I think it was fixed in https://github.com/mozilla/mozillians/commit/ac4f6fc81481127c2462ae87972fdeded96cb2c0, https://github.com/mozilla/mozillians/commit/5fe339a2b40f9c6b8ef8ae3d0d442c4565dcab6a, and https://github.com/mozilla/mozillians/commit/222a3870c06cccdfba767ede8bb281d720c4038a.
Reporter | ||
Comment 5•13 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → WORKSFORME
Comment 6•13 years ago
|
||
(In reply to Matt Brandt [:mbrandt] from comment #5)
> Bumping to worksforme per comment 3 and comment 4.
Should be Resolved FIXED, since there are commits.
-> FIXED.
Resolution: WORKSFORME → FIXED
Reporter | ||
Comment 7•13 years ago
|
||
Boom ... thx stephend. Nudging to verified fixed :)
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•13 years ago
|
Component: mozillians.org → Phonebook
Product: Websites → Community Tools
QA Contact: mozillians-org → phonebook
Version: unspecified → other
You need to log in
before you can comment on or make changes to this bug.
Description
•