I am able to create review request now.

Thanks!
Nilay


On Thu, 2 Dec 2010, Ali Saidi wrote:


That isn't the problem, it's mearly a symptom. It seems like python tracebacks are invisble some times, but the python traceback is the issue. Have you selected a a group to review the changes? I changed the default reviewer a little bit, perhaps that will fix the issue...

Traceback (most recent call last):

 File "/usr/lib/pymodules/python2.6/django/core/handlers/base.py", line 92=
, in get_response
   response =3D callback(request, *callback_args, **callback_kwargs)

 File "/usr/local/lib/python2.6/dist-packages/Djblets-0.6.4-py2.6.egg/djbl=
ets/auth/util.py", line 46, in _checklogin
   return view_func(request, *args, **kwargs)

 File "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.5-py2.6.egg/re=
viewboard/reviews/views.py", line 68, in new_review_request
   parent_diff_file=3Drequest.FILES.get('parent_diff_path'))

 File "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.5-py2.6.egg/re=
viewboard/reviews/forms.py", line 217, in create
   review_request.add_default_reviewers()

 File "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.5-py2.6.egg/re=
viewboard/reviews/models.py", line 327, in add_default_reviewers
   regex =3D re.compile(default.file_regex)

 File "/usr/lib/python2.6/re.py", line 190, in compile
   return _compile(pattern, flags)

 File "/usr/lib/python2.6/re.py", line 245, in _compile
   raise error, v # invalid expression

error: nothing to repeat




On Thu, 2 Dec 2010 13:09:45 -0600 (CST), Nilay Vaish <ni...@cs.wisc.edu> wrote:
I click on the New Review Request button. Then, I click the browse
button to supply the path of the diff file. After that when I press
the Create Review Request button, I get the error I mentioned.

I think the problem is that Review Board would like to send the
notification emails with the from and the reply-to address being that
of the user who uploads the review. But it gets an address which it
recognizes not to be real.

--
Nilay



_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to