rhythmbox-gmusic icon indicating copy to clipboard operation
rhythmbox-gmusic copied to clipboard

Error when enabling plugin

Open jasoncawood opened this issue 12 years ago • 7 comments

I ran the install from the ppa and upon enabling the plugin I get this error

** (rhythmbox:3298): CRITICAL **: syncdaemon_folder_info_get_subscribed: assertion `SYNCDAEMON_IS_FOLDER_INFO (finfo)' failed

(rhythmbox:3298): GLib-CRITICAL **: g_variant_unref: assertion `value->ref_count > 0' failed Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/rhythmboxgmusic/init.py", line 2, in from gmusicapi.api import Api ImportError: No module named gmusicapi.api

(rhythmbox:3298): libpeas-WARNING **: Error loading plugin 'rhythmboxgmusic'

jasoncawood avatar Oct 04 '12 17:10 jasoncawood

Same installation procedure and same error.

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/rhythmboxgmusic/__init__.py", line 2, in <module>
    from gmusicapi.api import Api
ImportError: No module named gmusicapi.api

(rhythmbox:4037): libpeas-WARNING **: Error loading plugin 'rhythmboxgmusic'

I'm using Ubuntu 12.04 - 64bit.

disparil avatar Oct 12 '12 17:10 disparil

Same error here (Ubuntu 12.04 - 64bits):

adriano@Poderoso:~$ rhythmbox Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/rhythmboxgmusic/init.py", line 2, in from gmusicapi.api import Api ImportError: No module named gmusicapi.api

(rhythmbox:23943): libpeas-WARNING **: Error loading plugin 'rhythmboxgmusic'

adrianojbr avatar Oct 25 '12 02:10 adrianojbr

Me too. Here is how to fix it: sudo apt-get install python-pip sudo pip install gmusicapi

ensonic avatar Dec 17 '12 10:12 ensonic

ensonic's details are needed for the plugin to work. This should be added to the docs.

mmalmeida avatar Jan 08 '13 11:01 mmalmeida

@mmalmeida I made a trivial patch. It is pending in the "pull requests" :/

ensonic avatar Jan 08 '13 20:01 ensonic

Pull request merge, i'll try to find some times for creating package for gmusicapi.

nvbn avatar Jan 08 '13 20:01 nvbn

@nvbn awesome & big thanks!

ensonic avatar Jan 08 '13 20:01 ensonic