Issue 2413 in reviewboard: 500 error after configuring email notifications

2011-12-07 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2413 by w.sitni...@gmail.com: 500 error after configuring email  
notifications

http://code.google.com/p/reviewboard/issues/detail?id=2413

* NOTE: Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running?
1.6

What's the URL of the page containing the problem?
i cant access any page

What steps will reproduce the problem?
1. go to reviewboard administration area
2. set smtp setting and type in password 'мщмфт'
3. try to access any reviewboard page

What is the expected output? What do you see instead?
i see 500 error page saying that something have broken

What operating system are you using? What browser?
google chrome

Please provide any additional information below.
traceback

Environment:


Request Method: GET
Request URL: http://192.6.2.88/review/

Django Version: 1.3.1
Python Version: 2.4.3
Installed Applications:
['django.contrib.admin',
 'django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.markup',
 'django.contrib.sites',
 'django.contrib.sessions',
 'djblets.datagrid',
 'djblets.feedview',
 'djblets.gravatars',
 'djblets.log',
 'djblets.siteconfig',
 'djblets.util',
 'djblets.webapi',
 'reviewboard.accounts',
 'reviewboard.admin',
 'reviewboard.attachments',
 'reviewboard.changedescs',
 'reviewboard.diffviewer',
 'reviewboard.notifications',
 'reviewboard.reports',
 'reviewboard.reviews',
 'reviewboard.scmtools',
 'reviewboard.site',
 'reviewboard.webapi',
 'django_evolution']
Installed Middleware:
('django.middleware.gzip.GZipMiddleware',
 'django.middleware.common.CommonMiddleware',
 'django.middleware.doc.XViewMiddleware',
 'django.middleware.http.ConditionalGetMiddleware',
 'django.middleware.locale.LocaleMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'djblets.siteconfig.middleware.SettingsMiddleware',
 'reviewboard.admin.middleware.LoadSettingsMiddleware',
 'djblets.log.middleware.LoggingMiddleware',
 'reviewboard.admin.middleware.CheckUpdatesRequiredMiddleware',
 'reviewboard.admin.middleware.X509AuthMiddleware',
 'reviewboard.site.middleware.LocalSiteMiddleware')


Traceback:
File /usr/lib/python2.4/site-packages/Django-1.3.1-py2.4.egg/django/core/handlers/base.py  
in  
get_response

  89. response = middleware_method(request)
File /usr/lib/python2.4/site-packages/ReviewBoard-1.6.3-py2.4.egg/reviewboard/admin/middleware.py  
in  
process_request

  31. load_site_config()
File /usr/lib/python2.4/site-packages/ReviewBoard-1.6.3-py2.4.egg/reviewboard/admin/siteconfig.py  
in  
load_site_config

  198. apply_django_settings(siteconfig, settings_map)
File /usr/lib/python2.4/site-packages/Djblets-0.6.14-py2.4.egg/djblets/siteconfig/django_settings.py  
in  
apply_django_settings

  164. value = setting_data['deserialize_func'](value)

Exception Type: UnicodeEncodeError at /review/
Exception Value: 'ascii' codec can't encode characters in position 0-4:  
ordinal not in range(128)






The question is how can I recover email notification settings (erase  
malformed password)?


Attachments:
500.html.tar.gz  33.5 KB

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2413 in reviewboard: 500 error after configuring email notifications

2011-12-07 Thread reviewboard


Comment #1 on issue 2413 by w.sitni...@gmail.com: 500 error after  
configuring email notifications

http://code.google.com/p/reviewboard/issues/detail?id=2413

by the way i chose postgresql when configured reviewboard

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 2414 in reviewboard: Windows post-review and diffutils version 2.8.7

2011-12-07 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2414 by allex...@gmail.com: Windows post-review and diffutils  
version 2.8.7

http://code.google.com/p/reviewboard/issues/detail?id=2414

* NOTE: Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running?
RBTools 0.3.4

What's the URL of the page containing the problem?
It's rbtools related stuff

What steps will reproduce the problem?
1.Install RBtools with python 27 on windows 7
2.Install latest diff (2.8.7)
3.run post-review -d in subverion repository


c:\repo\trunkpost-review -d

RBTools 0.3.4
Home = C:\Users\aderevyankin\AppData\Roaming
svn info
diff --version


GNU diff is required for Subversion repositories. Make sure it is installed
and in the path.

On Windows, you can install this from:
http://gnuwin32.sourceforge.net/packages/diffutils.htm

_
c:\repo\trunkdiff --version
diff (GNU diffutils) 2.8.7
Written by Paul Eggert, Mike Haertel, David Hayes,
Richard Stallman, and Len Tower.

Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.



--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2414 in reviewboard: Windows post-review and diffutils version 2.8.7

2011-12-07 Thread reviewboard


Comment #1 on issue 2414 by allex...@gmail.com: Windows post-review and  
diffutils version 2.8.7

http://code.google.com/p/reviewboard/issues/detail?id=2414

I mean diff is installed and in the path, probably some regexp what  
analyses diff --verion output is not matching new version.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2413 in reviewboard: 500 error after configuring email notifications

2011-12-07 Thread reviewboard


Comment #2 on issue 2413 by w.sitni...@gmail.com: 500 error after  
configuring email notifications

http://code.google.com/p/reviewboard/issues/detail?id=2413

i'v manually updated siteconfig_siteconfiguration.settings column. closed

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2413 in reviewboard: 500 error after configuring email notifications

2011-12-07 Thread reviewboard


Comment #3 on issue 2413 by w.sitni...@gmail.com: 500 error after  
configuring email notifications

http://code.google.com/p/reviewboard/issues/detail?id=2413

solved close this please

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2413 in reviewboard: 500 error after configuring email notifications

2011-12-07 Thread reviewboard

Updates:
Status: SetupIssue

Comment #4 on issue 2413 by trowb...@gmail.com: 500 error after configuring  
email notifications

http://code.google.com/p/reviewboard/issues/detail?id=2413

(No comment was entered for this change.)

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.