1346: Unable to view/delete unnamed discarded review request

l**@mai**** (Google Code) (Is this you? Claim this profile.)
chipx86
chipx86
Oct. 18, 2009
What version are you running?
1.0.4

What's the URL of the page containing the problem?
http://<site>/reviews/admin/db/reviews/reviewrequest/

What steps will reproduce the problem?
1. Create new review request, upload DIFF.
2. Do not fill any field on the review request form.
3. Press the Discard button.
4. Switch to Review Board administration interface.
5. Go to Database -> Reviews -> Review requests.
6. Find unnamed discarded review request and try to view or delete it.

What is the expected output? What do you see instead?
Expected result: Review request is opened/deleted.
Actual result: "Something broke! (Error 500)" message.

What operating system are you using? What browser?
Windows, Mozilla Firefox 3.5.3
chipx86
#1 chipx86
Can you enable logging and check the log file for the actual exception error?
  • +NeedInfo
#2 l**@mai**** (Google Code) (Is this you? Claim this profile.)
I'm not experienced in Python at all, sorry.
Error page with Debug mode = True is attached.
  • +
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html lang="en"><head>
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <meta name="robots" content="NONE,NOARCHIVE">
      <title>TemplateSyntaxError at /reviews/admin/db/reviews/reviewrequest/58/</title>
      <style type="text/css">
        html * { padding:0; margin:0; }
        body * { padding:10px 20px; }
        body * * { padding:0; }
        body { font:small sans-serif; }
        body>div { border-bottom:1px solid #ddd; }
        h1 { font-weight:normal; }
        h2 { margin-bottom:.8em; }
        h2 span { font-size:80%; color:#666; font-weight:normal; }
        h3 { margin:1em 0 .5em 0; }
        h4 { margin:0 0 .5em 0; font-weight: normal; }
        table { border:1px solid #ccc; border-collapse: collapse; width:100%; background:white; }
        tbody td, tbody th { vertical-align:top; padding:2px 3px; }
        thead th { padding:1px 6px 1px 3px; background:#fefefe; text-align:left
chipx86
#3 chipx86
Fixed on master and release-1.0.x (r2947b00)
  • -NeedInfo
    +Fixed
  • +Component-Admin
    +Milestone-Release1.0.x
  • +chipx86