Sixthhokage2 / remuco

Automatically exported from code.google.com/p/remuco
1 stars 1 forks source link

Remuco 0.9.6 fails install ubuntu 12.04 #189

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is your environment?
* OS: Ubuntu 12.04 beta1
* Remuco version: 0.9.6
* Client device: none
* Player: rhythmbox 2.96

What steps will reproduce the problem?
1. Download remuco 0.9.6 
(http://code.google.com/p/remuco/downloads/detail?name=remuco-0.9.6.tar.gz&can=2
&q=)
2. try to follow install procedure
3. look astounded the error message

What is the expected behavior? What happens instead?
Expexts remuco install flawless

Got error messages on remuco install

Additional information:

Hi, this is the error message i'm gettin after run this command # sudo make 
install-rhtythmbox

...
...
Writing /usr/local/lib/python2.7/dist-packages/remuco-0.9.6.egg-info
writing list of installed files to 'install-base.log'
+-----------------------------------------------------------------+
| Installed Remuco base.
+-----------------------------------------------------------------+
REMUCO_COMPONENTS=rhtythmbox python setup.py install --record install-tmp.log
Traceback (most recent call last):
  File "setup.py", line 208, in <module>
    pa_scripts = pa_files[pa][0]
KeyError: 'rhtythmbox'
make: *** [install-rhtythmbox] Error 1

Attached install-base.log file

Original issue reported on code.google.com by mar...@mgscreativa.com on 26 Mar 2012 at 2:53

Attachments:

GoogleCodeExporter commented 9 years ago
Typo alarm:

$ sudo make install-rhtythmbox

Better try this:

$ sudo make install-rhythmbox

I admit, the error message could be more helpful.

Original comment by obensonne@googlemail.com on 28 Mar 2012 at 7:06

GoogleCodeExporter commented 9 years ago
Hi, wow, what a tricky name!

When installed, two changes must be made to remuco appear at addon list, rename 
file in /usr/lib64/rhythmbox/plugins/remuco/

remuco.rb-plugin -> remuco.plugin

Open the file and change line 1 from [RB Plugin] to [Plugin]

After thoose changes, wneh trying to enable plugin in rhythmbod, i got this 
error on console, and plugin is not enabled at all.

/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: 
g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  import gobject._gobject
Traceback (most recent call last):
  File "/usr/lib/rhythmbox/plugins/remuco/remythm.py", line 30, in <module>
    import rb, rhythmdb
ImportError: No module named rhythmdb

(rhythmbox:3086): libpeas-WARNING **: Error loading plugin 'remythm'

** (rhythmbox:3086): WARNING **: Error calling get_info: Traceback (most recent 
call last):
  File "/usr/lib/python2.7/dist-packages/dbus/service.py", line 707, in _message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/platform/linux/dbus_interface.py", line 707, in get_info
    return self.service.folders.get_info(path)
  File "/usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/syncdaemon/interaction_interfaces.py", line 156, in inner
    result = f(*new_args, **new_kwargs)
  File "/usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/logger.py", line 269, in inner
    res = f(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/syncdaemon/interaction_interfaces.py", line 707, in get_info
    mdobj = self.fs_manager.get_by_path(path)
  File "/usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/syncdaemon/filesystem_manager.py", line 780, in get_by_path
    mdid = self._idx_path[path]
KeyError: '/home/martin/.ubuntuone/Purchased from Ubuntu One'

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

Original comment by mar...@mgscreativa.com on 28 Mar 2012 at 9:14