Closed
Bug 1321344
Opened 9 years ago
Closed 9 years ago
"TypeError: expected string or buffer" in commitparser.parse_reviewers
Categories
(Developer Services :: Mercurial: hg.mozilla.org, defect)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: florian, Assigned: gps)
References
Details
Attachments
(1 file)
https://hg.mozilla.org/try/rev/58582ed407352b264bb09525ecb2b42d2c2520ef shows:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
| Assignee | ||
Comment 1•9 years ago
|
||
Thanks for reporting. Looks like an issue in our reviewer parsing code.
[Wed Nov 30 19:48:15.944347 2016] [wsgi:error] [pid 26263] [remote 127.0.0.1:9728] for reviewer in commitparser.parse_reviewers(description):
[Wed Nov 30 19:48:15.944352 2016] [wsgi:error] [pid 26263] [remote 127.0.0.1:9728] File "/var/hg/version-control-tools/pylib/mozautomation/mozautomation/commitparser.py", line 104, in parse_reviewers
[Wed Nov 30 19:48:15.944410 2016] [wsgi:error] [pid 26263] [remote 127.0.0.1:9728] for reviewer in re.split(LIST_RE, match.group(3)):
[Wed Nov 30 19:48:15.944419 2016] [wsgi:error] [pid 26263] [remote 127.0.0.1:9728] File "/var/hg/venv_hgweb/lib64/python2.7/re.py", line 167, in split
[Wed Nov 30 19:48:15.944510 2016] [wsgi:error] [pid 26263] [remote 127.0.0.1:9728] return _compile(pattern, flags).split(string, maxsplit)
[Wed Nov 30 19:48:15.944528 2016] [wsgi:error] [pid 26263] [remote 127.0.0.1:9728] TypeError: expected string or buffer
The commit message is "Bug 1313324 - Cover the screensharing UI with browser chrome test, r="
Looks like this is a regression from bug 1320251.
glob: can you please triage?
Depends on: 1320251
Flags: needinfo?(glob)
Summary: Internal Server Error on hg.mozilla.org try changeset → "TypeError: expected string or buffer" in commitparser.parse_reviewers
| Assignee | ||
Comment 2•9 years ago
|
||
This is more widespread than I thought. We can't wait for the sun (and glob) to rise in Perth.
Assignee: nobody → gps
Status: NEW → ASSIGNED
Flags: needinfo?(glob)
| Comment hidden (mozreview-request) |
Comment 4•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8815871 [details]
mozautomation: handle empty reviewer string (bug 1321344);
https://reviewboard.mozilla.org/r/96648/#review96884
Attachment #8815871 -
Flags: review?(smacleod) → review+
Pushed by smacleod@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/b3f0bd3ea317
mozautomation: handle empty reviewer string ; r=smacleod
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 6•9 years ago
|
||
This is deployed.
You need to log in
before you can comment on or make changes to this bug.
Description
•