Re: 'CodeCommit' object has no attribute 'region_name' (HTTP 400, API Error 224)

2018-11-20 Thread dhuang
Thanks for the quick turn around! Any idea why this issue only happens intermittently? Thanks, Diego On Tuesday, November 20, 2018 at 6:12:09 PM UTC-5, Christian Hammond wrote: > > Scratch that. It's our bug. We were looking up a legacy attribute that no > longer exists. > > We're putting

Re: Bitbucket webhook integration fail with Review Board 3.0.10, payload empty

2018-11-20 Thread Christian Hammond
Hi, My understanding was that they'd be keeping the old service around longer.. Well, we've been planning to move over to the new format, and we'll just have to expedite it. Unfortunately, for now, there's no workaround. We'll need to address this in 3.0.11. Christian On Thu, Nov 15, 2018 at

Re: Error creating review request: One or more fields had errors (105)

2018-11-20 Thread David Trowbridge
Hooray! It’s still worth updating to the latest rbtools (and switching from post-review to rbt post). We try to maintain compatibility but we don’t test against super old releases. -David On Tue, Nov 20, 2018 at 3:52 PM pisymbol wrote: > > > On Tue, Nov 20, 2018 at 6:37 PM David Trowbridge >

Re: Error creating review request: One or more fields had errors (105)

2018-11-20 Thread pisymbol
On Tue, Nov 20, 2018 at 6:37 PM David Trowbridge wrote: > I think Christian is referring to the contents of the target_people field, > where you're using an e-mail address instead of a username. > Would you two like a group hug? That worked! -aps -- Supercharge your Review Board with Power

Re: Error creating review request: One or more fields had errors (105)

2018-11-20 Thread David Trowbridge
I think Christian is referring to the contents of the target_people field, where you're using an e-mail address instead of a username. -David On Tue, Nov 20, 2018 at 3:34 PM pisymbol wrote: > > > On Tue, Nov 20, 2018 at 6:19 PM Christian Hammond < > christ...@beanbaginc.com> wrote: > >> Hi, >>

Re: Error creating review request: One or more fields had errors (105)

2018-11-20 Thread pisymbol
On Tue, Nov 20, 2018 at 6:19 PM Christian Hammond wrote: > Hi, > > post-review was removed back in 2014, and while we strive for > backwards-compatibility in the API, I can't guarantee there aren't bugs in > post-review that you might hit. The version of post-review you're using is > from 2012,

Re: Error creating review request: One or more fields had errors (105)

2018-11-20 Thread Christian Hammond
Hi, post-review was removed back in 2014, and while we strive for backwards-compatibility in the API, I can't guarantee there aren't bugs in post-review that you might hit. The version of post-review you're using is from 2012, so there may be further issues. 0.5.7 was the last release to ship

Re: 'CodeCommit' object has no attribute 'region_name' (HTTP 400, API Error 224)

2018-11-20 Thread Christian Hammond
Scratch that. It's our bug. We were looking up a legacy attribute that no longer exists. We're putting out a new Power Pack release very soon. We'll sneak this fix in. Christian On Tue, Nov 20, 2018 at 3:07 PM Christian Hammond wrote: > Hi Diego, > > This definitely looks like a boto bug.

Re: 'CodeCommit' object has no attribute 'region_name' (HTTP 400, API Error 224)

2018-11-20 Thread Christian Hammond
Hi Diego, This definitely looks like a boto bug. That attribute is supposed to exist. boto3 does a lot of dynamic construction of objects, and it's possible something's going wrong. I'm looking to see if anyone else has hit these sorts of issues, and what a suitable workaround might be.

Re: Phantom Review in My Dashboard?

2018-11-20 Thread Christian Hammond
Hi Jamie, It looks like there's actually zero review requests in the dashboard, but that the counter is just wrong. We cache counters rather than recomputing every time the dashboard is viewed, and there have been some bugs in the past. Since you're running Review Board 3.0.3, you're likely

'CodeCommit' object has no attribute 'region_name' (HTTP 400, API Error 224)

2018-11-20 Thread dhuang
Hi all, I am using the Power Pack to post reviews against CodeCommit repositories. Every now and then, posting a review will fail with the error message: Unexpected error when validating the diff: 'CodeCommit' object has no attribute 'region_name' (HTTP 400, API Error 224) It doesn't happen

Re: Error creating review request: One or more fields had errors (105)

2018-11-20 Thread pisymbol
On Tuesday, November 20, 2018 at 9:59:41 AM UTC-5, pisymbol wrote: > > post-review --debug --revision-range=r122829:r122833 --submit-as=alexs > --username=svcreviewboard --password='ohnoyoudidnt' --repository-url= > http://HOST.foo.com/svn --server=http://rboard.devel.foo.com >

Re: Review Board Ticket #488: Instant messaging integration

2018-11-20 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/488/ -- New update by roelof**@gmai* (Google Code) For Beanbag, Inc. > Review

Re: Review Board Ticket #750: My Reviews option in dashboard

2018-11-20 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/750/ -- New update by bent*@gmai* (Google Code) For Beanbag, Inc. > Review

Phantom Review in My Dashboard?

2018-11-20 Thread jamie . gruener
Here's something I haven't seen before, and I'm not really sure how to describe it. As a normal part of our workflow I was sent a review. However, I got two emails about it, and when I looked at My Dashboard, it reports I have two requests. I processed the one that I could see, and when I was

Error creating review request: One or more fields had errors (105)

2018-11-20 Thread pisymbol
post-review --debug --revision-range=r122829:r122833 --submit-as=alexs --username=svcreviewboard --password='ohnoyoudidnt' --repository-url=http://HOST.foo.com/svn --server=http://rboard.devel.foo.com --target-people=al...@foo.com --summary=test --description=test -p >>> RBTools 0.4.1 >>>