| Summary: | OAuth is lost after each system reboot | ||
|---|---|---|---|
| Product: | [Unmaintained] choqok | Reporter: | msirapian |
| Component: | Assignee: | Daniel Kreuter <daniel.kreuter85> | |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | bugs.kde, guiwiz, JFF, kadeee, mehrdad.momeny, mikael79, nurgle, scarpino |
| Priority: | NOR | ||
| Version First Reported In: | 1.4 | ||
| Target Milestone: | --- | ||
| Platform: | Debian unstable | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
msirapian
2014-01-17 17:16:36 UTC
Hi, I'll try to reproduce this on a debian system tomorrow. I'm not able to reproduce this bug on Arch Linux. Just to confirm: Happens to me occasionally as well (every few month). It would be nice to give at least an indication that something went wrong. I have noticed the same problem. Happens to me sometimes too. Debian testing/Jessie. Choqok 1.4 KDE 4.11.3 I launched Choqok from the command line, and this is the output when Oauth authentication fails: $ choqok --nofork Choqok 1.4 createSignature - consumer secret is empty, make sure that you set itwith QOAuth::Interface::setConsumerSecret() QCoreApplication::postEvent: Unexpected null receiver QCoreApplication::postEvent: Unexpected null receiver QCoreApplication::postEvent: Unexpected null receiver QCoreApplication::postEvent: Unexpected null receiver choqok(15604) Choqok::PluginManager::loadPluginInternal: Unable to find a plugin named ' "none" '! createSignature - consumer secret is empty, make sure that you set itwith QOAuth::Interface::setConsumerSecret() createSignature - consumer secret is empty, make sure that you set itwith QOAuth::Interface::setConsumerSecret() createSignature - consumer secret is empty, make sure that you set itwith QOAuth::Interface::setConsumerSecret() createSignature - consumer secret is empty, make sure that you set itwith QOAuth::Interface::setConsumerSecret() After re-authenticating, this is the output when launched from command line: $ choqok --nofork Choqok 1.4 QCoreApplication::postEvent: Unexpected null receiver QCoreApplication::postEvent: Unexpected null receiver QCoreApplication::postEvent: Unexpected null receiver QCoreApplication::postEvent: Unexpected null receiver choqok(17369) Choqok::PluginManager::loadPluginInternal: Unable to find a plugin named ' "none" '! Somehow its secret seems to get lost. Is this the secret stored in KWallet as 'xxx_consumerSecret'? I'll keep an eye out for it to see if it disappears from KWallet next time Choqok decides to disauthenticate. Choqok 1.4 KDE Development Platform 4.13.1 Qt 4.8.5 Gentoo Linux It took a while for Choqok to lose authentication this time around. I checked KWallet, there is a Choqok entry present with 'xxx_consumerSecret' and 'xxx_tokenSecret' entries, but both are now empty. *** Bug 340387 has been marked as a duplicate of this bug. *** With current git we migrated to Qt's OAuth implementation, so maybe this is no more valid. Re-open if necessary. |