-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pidgin doesn't start if Telegram plugin is installed #2
Comments
Also happens when trying to add Telegram account while having pidgin-wincred plugin turned on
|
Hmm, looks like wincred is just trying to copy one of telegram-purple's strings which apparently isn't terminated properly. Can you find out which of the two strings it is? I kind of guess that it's the protocol id.
If it does, we'll fix that. Also, closing the reference loop. EDIT: Nah, that will most definitely not change anything. Even if compile-time constant strings weren't NUL-terminated, then one of our tests would have detected that. So I have no idea, and ask you: Can you find out which of the two strings it is? |
No, that's password. Temporary workaround I found is creating a Generic Credential entry in Windows Credential Manager using this details: Conclusion: wincred needs 0.6 binary release. |
OK. I will try to make a binary release in the next couple of days, and hopefully you guys can test that out. Unfortunately, my automated deployment broke, and I don't quite have time to fix it. |
Please note that telegram does use passwords, if you enable two-factor authentication; by default it's disabled. You only have to be aware of that if you want to explain it to others, because someone out there probably wants to use wincred with telegram-purple and two-factor authentication :P |
Ok, I edited my comment to reflect that. |
thank @petroid for the quick fix ;) |
Unfortunately this plugin causes pidgin to crash on start if using the Telegram plugin. Perhaps there is an easy solution to fixing this? If not, oh well thanks for looking into it :)
The text was updated successfully, but these errors were encountered: