majn / telegram-purple

Adds support for Telegram to Pidgin, Adium, Finch and other Libpurple based messengers.
GNU General Public License v2.0
735 stars 81 forks source link

Ubuntu 1.4.3-3ubuntu2 do not let pidgin start #560

Closed elcepi closed 3 years ago

elcepi commented 3 years ago

The error showing is "pidgin: telegram-base.c:324: read_secret_chat: Assertion `l > 0 && l < 999' failed."

The only way to use pidging was to remove the package. Removing and then installing it did not work.

BenWiederhake commented 3 years ago

Your local files for the secret chat probably have been corrupted somehow. Either that's a bug, or you accepted a secret chat that ended up needing more than 999 bytes for the name.

Workarounds:

elcepi commented 3 years ago

Thanks that worked