BZR error getting gnucash

John Arbash Meinel john at arbash-meinel.com
Tue Jun 10 15:03:30 BST 2008


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jack David Baucum wrote:
| Running Hardy, and got this.  It asked me to send this information on to
| this e-mail address.
|
| david at heorot:~/gnucash$ bzr get
| https://code.launchpad.net/~ubuntu-dev/gnucash/ubuntu

...

|
| bzr 0.90.0 on python 2.5.1.final.0 (linux2)
| arguments: ['/usr/bin/bzr', 'get',
| 'https://code.launchpad.net/~ubuntu-dev/gnucash/ubuntu']

You're running a fairly old version of bzr (the current version is 1.5, with a
1.6beta2 available)

I would highly recommend upgrading. Though typically this sort of error is
caused when the client is newer than the server. And I don't see a reason why
the LP server would be triggering this.


Specifically, it is sending a request that the server doesn't recognize, and
then the server continues operating on the rest of the request as though it
understood it. Which obviously breaks because it doesn't properly parse the request.

I wonder if this is the change Robert introduced to remove a RPC call that we
weren't going to use going forward. We figured that older clients would revert
back to the code path before the RPC was introduced, and newer clients would
never call it. But it seems we might have a version out there that was broken
"in the middle". It makes the RPC request, but the server fails on it.

All of this is generally fixed in newer versions. But we may need to address
this problem on the server side.

John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkhOibIACgkQJdeBCYSNAAMMuACgxJbgPZryZ4UHuS4hlb24zcxE
TuUAnRwtuxid/uXhkGtMBb6UMFKGTAtX
=ahNZ
-----END PGP SIGNATURE-----



More information about the bazaar mailing list