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 698979 - ReplayGain plugin cannot load
ReplayGain plugin cannot load
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: Plugins (other)
2.98
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-04-26 17:19 UTC by e2256839
Modified: 2013-04-27 05:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description e2256839 2013-04-26 17:19:48 UTC
When you go to edit>plugins, and click the checkbox beside replaygain, it says fail to load, and puts this in the console: Traceback (most recent call last):
  • File "/usr/lib/rhythmbox/plugins/replaygain/replaygain.py", line 33 in <module>
    from player import ReplayGainPlayer
  • File "/usr/lib/rhythmbox/plugins/replaygain/player.py", line 31 in <module>
    gi.require_version("Gst", "0.11")
  • File "/usr/lib/python2.7/dist-packages/gi/__init__.py", line 65 in require_version
    (namespace, loaded_version))
ValueError: Namespace Gst is already loaded with version 1.0

(rhythmbox:20248): libpeas-WARNING **: Error loading plugin 'replaygain'
Comment 1 Jonathan Matthew 2013-04-27 05:05:59 UTC
This was mostly fixed in 2.99, properly fixed after that.