Re: 401 Authorization error

2021-05-20 Thread Raghuveer Mudiraj
Hi Christian, thanks for quick response. We are using the below perl modules for the LDAP login. use HTTP::Request; use LWP; use HTTP::Request::Common; use HTTP::Cookies; LWP::UserAgent We are passing the credentials to authenticate via API. However, while logging it is throwing "401

Re: 401 Authorization error

2021-05-20 Thread Christian Hammond
Hi, I wasn't even aware of any Perl bindings that talk to Review Board in the first place. Is this something that's in-house? I'm not entirely sure from the log output what the failure is. It looks to be failing to authenticate via the API, but whether this is bad credentials/API token being

Re: 500 error for some of the database pages

2021-05-20 Thread Christian Hammond
We have this solved internally, but will need to do some additional testing. The plan is to release 4.0.1 with the fix on Tuesday. Christian On Thu, May 20, 2021 at 3:52 PM Christian Hammond wrote: > Thanks, Jim. We're looking into the cause and will get a release out soon > with a fix. > > It

Re: 500 error for some of the database pages

2021-05-20 Thread Christian Hammond
Thanks, Jim. We're looking into the cause and will get a release out soon with a fix. It looks like creating review groups works fine, just not permission groups (which are only needed for special permissions, like posting as another user). Christian On Thu, May 20, 2021 at 11:29 AM Jim Flynn

Re: Problem building extensions: "node_modules could not be found at"

2021-05-20 Thread Christian Hammond
Hi Nick, We've pushed out Djblets 2.2.1, which should fix this issue. You can simply `pip install -U Djblets` to get the fix. Give it a try and let me know if you encounter any issues. Christian On Thu, May 20, 2021 at 12:05 Christian Hammond wrote: > At the moment, extensions can only be

Re: Problem building extensions: "node_modules could not be found at"

2021-05-20 Thread Christian Hammond
At the moment, extensions can only be built against a development install of Review Board. We have a fix for this internally, and will be releasing Djblets 2.2.1 over the weekend to address it. Christian On Wed, May 19, 2021 at 21:08 Nick Edwards wrote: > Hi, > > I ran into some problems

Re: 500 error for some of the database pages

2021-05-20 Thread Jim Flynn
We are running ReviewBoard 4.0 if that helps On Thursday, May 20, 2021 at 12:31:12 PM UTC-4 Jim Flynn wrote: > Hi - we've got a new Centos7 install that is mostly working - we can > connect to our perforce repo, create and interact with reviews, create > local users, etc. However, we cannot

Re: API+rbtools: Only changing extra_data won't save

2021-05-20 Thread tw bert
Hi Christian, "It should just instantly be in there." -> correct ! It was just missing knowledge on our part, messing around with draft was not necessary. For future reference: requests=root.get_review_requests(commit_id='FOO_BAR') if len(requests) != 1: raise ValueError('revreq with

401 Authorization error

2021-05-20 Thread Raghuveer Mudiraj
Hi, I have done the LDAP settings on our reviewboard server. However, when I am trying to login to the reviewboard server using the below code, it is throwing the below error: DEBUG: CM::RBDBI::__RBinit__: HASH(0x2a5aae0) DEBUG: CM::RBDBI::__RBinit__: HTTP::Headers=HASH(0x2b9f0f0) DEBUG:

500 error for some of the database pages

2021-05-20 Thread Jim Flynn
Hi - we've got a new Centos7 install that is mostly working - we can connect to our perforce repo, create and interact with reviews, create local users, etc. However, we cannot create groups (500 error) and several other of the database Ui widgets also give us a 500 error. Any ideas? Here's

Re: Review Board Ticket #4927: Where is full-text search bar?

2021-05-20 Thread Johnny Liu
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4927/ -- New update by ljyfree For Beanbag, Inc. > Review Board > Ticket #4927