https://bugzilla.wikimedia.org/show_bug.cgi?id=64893

--- Comment #1 from Dan Andreescu <[email protected]> ---
Thanks Sage.  We're all in Zurich until the 12th but we'll try to fix this
soon.  Here's the familiar dreaded stack trace that confirms the problem
(collected while pasting the usernames in your bug description):

[Tue May 06 16:50:15 2014] [error] 'ascii' codec can't encode characters in
position 0-3: ordinal not in range(128)
[Tue May 06 16:50:15 2014] [error] Traceback (most recent call last):
[Tue May 06 16:50:15 2014] [error]   File
"/srv/wikimetrics/wikimetrics/controllers/cohorts.py", line 178, in
cohort_upload
[Tue May 06 16:50:15 2014] [error]     form.parse_records()
[Tue May 06 16:50:15 2014] [error]   File
"/srv/wikimetrics/wikimetrics/controllers/forms/cohort_upload.py", line 51, in
parse_records
[Tue May 06 16:50:15 2014] [error]     self.records = parse_records(unparsed,
self.project.data)
[Tue May 06 16:50:15 2014] [error]   File
"/srv/wikimetrics/wikimetrics/controllers/forms/cohort_upload.py", line 83, in
parse_records
[Tue May 06 16:50:15 2014] [error]     'username'  : parse_username(username),
[Tue May 06 16:50:15 2014] [error]   File
"/srv/wikimetrics/wikimetrics/utils.py", line 231, in parse_username
[Tue May 06 16:50:15 2014] [error]     username = str(username)
[Tue May 06 16:50:15 2014] [error] UnicodeEncodeError: 'ascii' codec can't
encode characters in position 0-3: ordinal not in range(128)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to