Review Board Ticket #4932: Error creating a review request with a SVN repository

2021-06-27 Thread Daniel Morgan
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4932/ -- New ticket #4932 by dkmorgan For Beanbag, Inc. > Review Board Status: New

ReviewBoard httpd + issues related to UnicodeEncodeError: 'ascii' codec can't encode characters in position

2021-06-27 Thread harish.va...@gmail.com
Hi All, We had a successful installation of RB 4.0.2 and as well the site upgrade done. But now when we try to start the httpd, we end up getting the below error. Any inputs on how to address it. Jun 27 04:24:50 reviewboard rb-site[27123]: load_entry_point('ReviewBoard==4.0.2',

ReviewBoard + httpd fails to start with

2021-06-27 Thread harish.va...@gmail.com
Hi All, We had a successful installation of RB 4.0.2 and as well the site upgrade done. But now when we try to start the httpd, we end up getting the below error. Any inputs on how to address it. Jun 27 04:24:50 reviewboard rb-site[27123]: load_entry_point('ReviewBoard==4.0.2',

Re: ReviewBoard 4.0,2 + issue with LDAP based authentication

2021-06-27 Thread harish.va...@gmail.com
Hi @chrisian, @subodh, @raghuveer, Thanks for the inputs. The issue is addressed. Thanks. On Sunday, 27 June 2021 at 13:25:17 UTC+5:30 subodh...@gmail.com wrote: > It looks to be an old python-ldap package. Could you check if the package > is updated or should be atleast match the

Re: site upgrade from 3.0.20 to 4.0.2 fails with AttributeError: 'module' object has no attribute 'SubfieldBase'

2021-06-27 Thread harish.va...@gmail.com
Hi Christian, Thanks for the inputs. Yes, the version was the issue and upgrading it helped solve the issue. Have a different issue starting the httpd server and will post it as a separate thread so that its easier to track. Thanks. On Sunday, 27 June 2021 at 13:22:11 UTC+5:30 Christian

Re: ReviewBoard 4.0.2 + Issue with LDAP based authentication

2021-06-27 Thread harish.va...@gmail.com
Thanks Christian. It did help solve the problem. I have another issue now starting the httpd server. will start it as a separate thread so that its easier to track. On Sunday, 27 June 2021 at 13:23:47 UTC+5:30 Christian Hammond wrote: > Your version of the ldap module needs to be upgraded. Try

Re: ReviewBoard 4.0,2 + issue with LDAP based authentication

2021-06-27 Thread Subodh Konhor
It looks to be an old python-ldap package. Could you check if the package is updated or should be atleast match the requirements? https://github.com/python-ldap/python-ldap/blob/python-ldap-3.3.0/Doc/reference/ldap.rst Thanks, Subodh On Sun, Jun 27, 2021 at 12:04 AM raghuveer mudiraj <

Re: ReviewBoard 4.0,2 + issue with LDAP based authentication

2021-06-27 Thread Christian Hammond
You should just need to install the ReviewBoard[ldap] package to ensure you’re using a compatible version. Christian On Sat, Jun 26, 2021 at 11:34 raghuveer mudiraj wrote: > Hi Harish, > > I too faced the same problem some time back while setting the LDAP > authentication. > > Please refer

Re: ReviewBoard 4.0.2 + Issue with LDAP based authentication

2021-06-27 Thread Christian Hammond
Your version of the ldap module needs to be upgraded. Try installing the “ReviewBoard[ldap]” package (using the same installation method, pip or easy_install, that you used to install Review Board). Christian On Sat, Jun 26, 2021 at 10:40 harish.va...@gmail.com < harish.varadara...@gmail.com>

Re: site upgrade from 3.0.20 to 4.0.2 fails with AttributeError: 'module' object has no attribute 'SubfieldBase'

2021-06-27 Thread Christian Hammond
Can you run: pip show django-multiselectfield And tel me what version it shows? If it’s not 0.1.12, try upgrading it. We’ll include a fix for this week’s release to ensure the right version is always installed. Christian On Sat, Jun 26, 2021 at 00:03 harish.va...@gmail.com <