emesene / emesene-supported-plugins

set of plugins supported by the emesene team
http://www.emesene.org
15 stars 11 forks source link

music plugin don't work (at all) #56

Closed danielgomon closed 12 years ago

danielgomon commented 12 years ago

The actual music plugin stops to work, I can't even enable it. Here's the terminal output:

/usr/lib/python2.6/dist-packages/xmpp/auth.py:24: DeprecationWarning: the sha module is deprecated; use the hashlib module instead import sha,base64,random,dispatcher,re /usr/lib/python2.6/dist-packages/xmpp/auth.py:26: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5 [17:46:55 WARNING pluginmanager] error starting "music": No module named handler_gmusicbrowser error starting "music": No module named handler_gmusicbrowser Traceback (most recent call last): File "/home/maloy/emesene/emesene/gui/gtkui/PluginWindow.py", line 68, in on_toggled self.on_start(name) File "/home/maloy/emesene/emesene/gui/gtkui/PluginWindow.py", line 91, in on_start pluginmanager.plugin_start(name, self.session) File "/home/maloy/emesene/emesene/pluginmanager.py", line 210, in plugin_start self._plugins[name].start(session) File "/home/maloy/emesene/emesene/pluginmanager.py", line 129, in start raise reason ImportError: No module named handler_gmusicbrowser

Sbte commented 12 years ago

Is this with the latest version of the music plugin? And did you select the gmusicbrowser handler before as the default?

danielgomon commented 12 years ago

Yes, with the latest, and no, I can't even enable the plugin, so I can't choose any handler.

Sbte commented 12 years ago

Is this the first time you use this plugin?

Sbte commented 12 years ago

Sorry, already see the bug. Sec

Sbte commented 12 years ago

There you go. If you use the latest git version of emesene, you can update through the updates tab in the preferences.