Closed adoa closed 8 years ago
Downgrade to protobuf==2.7 . This is a known issue in Gajim 0.16.5 I'm working on it.
had to use protobuf==2.6.1 but the downgrade worked. Thanks for the quick answer!
Hi, I have the same problem. It wasn't fixed in the meantime? Could you give me a hint how I downgrade the protobuf? What commands I have to use? :-)
Thanks a lot! Best regards!
you can downgrade with
sudo pip install protobuf==2.6.1
but if you are on debian or arch, it would be better to use the gajim-omemo package
on debian its in unstable and backports for arch see the wiki
Hi, Thank you for the answer. I am using the latest version of mint. Is this a problem?
no it shouldnt, but then you have to use the pip command
Thanks a lot. It's working. Greetings from Dresden to the sea. :-)
Hey guys,
a few days ago I upgraded my Ubuntu from 15.10 to 16.04. Since then something strange happened with gajim and omemo: Gajim fails to start and I get a traceback that looks like this:
To me this looks as if omemo was trying to recover something from my messaging history, but fails. I tried to reinstall gajim (version 0.16.5 now from the ubuntu repos) and to reinstall the omemo plugin. Still the same problem.
I would prefer not to lose my history. If it is inevitable, how would I even remove it?
I keep all my python packages synced aganist PyPI via pip, so maybe there was an update somewhere there which is unrelated to my upgrade to Ubuntu 16.04 …