3023: RB issue occurs when i trying to ship a review

alblinov
Feb. 16, 2014
What version are you running?
Review Board 1.7.3

What's the URL of the page containing the problem?
http://servername/reviews/r/review_id/reviews

What steps will reproduce the problem?
1)go to the review page
2)click to "ship it"

What is the expected output? What do you see instead?
error in attach file: error.jpg

What operating system are you using? What browser?
CentOS 6.2

Please provide any additional information below.
Error in logfile: in attach file: error.txt
2013-06-27 10:53:16,251 - ERROR - Exception thrown for user USERNAME at http://servername:81/reviews/api/review-requests/186/reviews/
Could not parse the remainder: ''' from 'domain''
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/Django-1.4.3-py2.6.egg/django/core/handlers/base.py", line 111, in get_response
    response = callback(request, *callback_args, **callback_kwargs)
  File "/usr/lib/python2.6/site-packages/Django-1.4.3-py2.6.egg/django/views/decorators/cache.py", line 89, in _wrapped_view_func
    response = view_func(request, *args, **kwargs)
  File "/usr/lib/python2.6/site-packages/Django-1.4.3-py2.6.egg/django/views/decorators/vary.py", line 19, in inner_func
    response = func(*args, **kwargs)
  File "/usr/lib/python2.6/site-packages/Djblets-0.7.9-py2.6.egg/djblets/webapi/resources.py", line 462, in __call__
    result = view(request, api_format=api_format, *args, **kwargs)
  File "/usr/lib/python2.6/site-packages/Djblets-0.7.9-p
#1 alblinov
Hello,
Can anyone help me with this issue?
david
#2 david
Are you the server admin? What's the value of the server name on admin/settings/general/ ?
  • +NeedInfo
#3 alblinov
Yes, I am server admin.
server name on admin/settings/general/ is http://server-name.domain.ru:81
david
#4 david
Is that exactly what's in it or did you anonymize it? Can you check to make sure there are no single-quote characters in it?
#5 alblinov
Yes, it was done anonymize. I checked, there are no single-quote characters in it.
#6 alblinov
Could you say what information is need else?
david
#7 david
I'm still somewhat confused by this error. One thing that I recommend doing is upgrading to the latest 1.7.x release.
david
#8 david
Have you made any modifications to review_email.txt?
david
#9 david
  • +Component-EMail
david
#10 david
  • -NeedInfo
    +Incomplete