Re: Bug Report About post-review “RBTools-0.2rc1 ”

2010-03-16 Thread Christian Hammond
In a week or two. I'd probably do it this weekend if I weren't out of town.

Nightlies will be up tonight. There are nightlies from a few days ago that I
think may fix it, but there will be a new nightly generated tonight.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Tue, Mar 16, 2010 at 7:37 AM, O3sis QaTeam wrote:

> Hy everyone,
> I ran into that problem too, Now since the nightlies for the date of
> your reply Christian are unavailable, I've tried the GIT, which gives
> me a 404 from the server..
> its a 1.5 Beta1 rb-server.
>
> Btw, whats the release schedule? is it rather a matter of days/weeks/
> months?
>
> On 12 Mrz., 02:15, Christian Hammond  wrote:
> > This is fixed in the nightlies. There will be a new release soon.
> > > TypeError: argument of type 'NoneType' is not iterable
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Bug Report About post-review “RBTools-0.2rc1 ”

2010-03-16 Thread O3sis QaTeam
Hy everyone,
I ran into that problem too, Now since the nightlies for the date of
your reply Christian are unavailable, I've tried the GIT, which gives
me a 404 from the server..
its a 1.5 Beta1 rb-server.

Btw, whats the release schedule? is it rather a matter of days/weeks/
months?

On 12 Mrz., 02:15, Christian Hammond  wrote:
> This is fixed in the nightlies. There will be a new release soon.
> > TypeError: argument of type 'NoneType' is not iterable

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Bug Report About post-review “RBTools-0.2rc1 ”

2010-03-11 Thread Christian Hammond
This is fixed in the nightlies. There will be a new release soon.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Thu, Mar 11, 2010 at 5:20 AM, JohnHenry  wrote:

> Hi,
>I had tried the RBTools 0.2rc1. and there may be a bug. Execution
> infomation is:
>
> 
>  File "./postreview.py", line 128, in __str__
>if 'err' in self.rsp:
> TypeError: argument of type 'NoneType' is not iterable
>
> 
>
>   Which means in the APIError, __str__ function. the statement:
>
> --
> if 'err' in self.rsp:
>return '%s (%s)' % (self.rsp['err']['msg'], code_str)
>else:
>return code_str
> ---
>
>   Did not consider the situation that "self.rsp" is None type. I have
> changed it to
> if self.rsp and 'err' in self.rsp:
>   And that will temporarily slove the problem.
>
>
> Best Regards!
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en