GNOME Bugzilla – Bug 776006
Magnatune: received an invalid or unencryptable secret
Last modified: 2017-02-28 11:52:04 UTC
Keep getting the following error every once in a while, while starting Rhythmbox. Closing and re-opening Rhythmbox mostly solves the issue, as this happens less frequently. dev@unstable:~/source/git/rhythmbox$ shell/rhythmbox ** Message: received an invalid or unencryptable secret Traceback (most recent call last):
+ Trace 236971
self.entry_type = MagnatuneEntryType()
self.account = MagnatuneAccount.instance()
__instance = MagnatuneAccount()
self.secret = items[0].get_secret().get()
Traceback (most recent call last): File "/usr/lib/x86_64-linux-gnu/rhythmbox/plugins/magnatune/magnatune.py", line 132, in do_deactivate shell.props.shell_player.disconnect(self.pec_id) AttributeError: 'Magnatune' object has no attribute 'pec_id'
*** This bug has been marked as a duplicate of bug 778357 ***