After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 776006 - Magnatune: received an invalid or unencryptable secret
Magnatune: received an invalid or unencryptable secret
Status: RESOLVED DUPLICATE of bug 778357
Product: rhythmbox
Classification: Other
Component: Plugins (other)
HEAD
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-12-12 18:13 UTC by gnome.vrb
Modified: 2017-02-28 11:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description gnome.vrb 2016-12-12 18:13:10 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):
  • File "/usr/lib/x86_64-linux-gnu/rhythmbox/plugins/magnatune/magnatune.py", line 94 in do_activate
    self.entry_type = MagnatuneEntryType()
  • File "/usr/lib/x86_64-linux-gnu/rhythmbox/plugins/magnatune/magnatune.py", line 50 in __init__
    self.account = MagnatuneAccount.instance()
  • File "/usr/lib/x86_64-linux-gnu/rhythmbox/plugins/magnatune/MagnatuneAccount.py", line 58 in instance
    __instance = MagnatuneAccount()
  • File "/usr/lib/x86_64-linux-gnu/rhythmbox/plugins/magnatune/MagnatuneAccount.py", line 79 in __init__
    self.secret = items[0].get_secret().get()
AttributeError: 'NoneType' object has no attribute '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'
Comment 1 Daniel Boles 2017-02-28 11:52:04 UTC

*** This bug has been marked as a duplicate of bug 778357 ***