I haven't used Lazyboy in a while, but I'm pretty sure this is a Thrift issue. Are you using the Thrift Python definitions for 0.5rc3? Since Thrift is complaining about incorrect ttypes I imagine that's the most likely problem.
Also, what Thrift version are you on? I recall there being some change in Thrift that broke backwards compatibility with Cassandra, perhaps you're using too new of a version? Drew On Mon, Jan 18, 2010 at 12:05, Jonathan Ellis <jbel...@gmail.com> wrote: > looks like a lazyboy error message > > On Mon, Jan 18, 2010 at 2:02 PM, kevin <kevincastigli...@gmail.com> wrote: >> hi guys >> i keep getting this error pretty sporadically. how to fix this? i am using >> cassandra 0.5rc3 >> thanks! >> >> >> data = client.multiget_slice(keyspace, keys, column_parent, predicate, >> ConsistencyLevel.ONE) >> File "/home/work/common/lazyboy/connection.py", line 116, in func >> raise exc.ErrorThriftMessage(message) >> ErrorThriftMessage: multiget_slice failed: unknown result" while reading >> upstream, >> >