Persistent issue...
John Szakmeister
john at szakmeister.net
Wed May 4 11:52:37 UTC 2011
On Wed, May 4, 2011 at 7:48 AM, Andrew Bennetts
<andrew.bennetts at canonical.com> wrote:
> John Szakmeister wrote:
>> I wanted to bring this up here first, before entering it in the issue
>> tracker to make sure this isn't somehow my fault. We're often seeing
>> an annoying problem where our central server is coming back with the
>> following error:
>> ErrorFromSmartServer: Error received from smart server: ('error',
>> "bytes must be a string, got <type
>> 'bzrlib._static_tuple_c.StaticTuple'>")
>>
>> I'm not sure how things manage to get this way. We're hosting via
>> Apache and mod_wsgi over https. This set up has been serving us
>
> That is an odd error. The bzr log from the server would be the first
> place I'd look, it should log a traceback for that error. (The client
> logs don't say much except that this error occurred part-way through a
> get_stream response body, which doesn't give many clues.)
Tried looking there, but I honestly don't see anything. Nothing in
the server logs themselves. And nothing in .bzr.log... at least not
from any recent moment in history. I do have enable_logging=False in
wsgi.make_app() because Apache screams about things being emitted on
stdout. Perhaps that's part of the problem?
-John
More information about the bazaar
mailing list