Sixthhokage2 / remuco

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

running remuco-vlc gives error #185

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is your environment?
* OS: ubuntu lucid lynx (LTS)
* Remuco version: 0.9.6
* Client device: *not applicable*
* Player: vlc

What steps will reproduce the problem?
1. install remuco-vlc
2. run in terminal: remuco-vlc
3.

What is the expected behavior? What happens instead?
it is expected that remuco-vlc starts running. giving now error.

what happens instead is that the following error is observed:
$ remuco-vlc 
Traceback (most recent call last):
  File "/usr/local/bin/remuco-vlc", line 91, in <module>
    pa = VLCAdapter()
  File "/usr/local/bin/remuco-vlc", line 43, in __init__
    mime_types=remuco.MIMETYPES_AV)
AttributeError: 'module' object has no attribute 'MIMETYPES_AV'

Additional information:
the rhythmbox plugin is working well.

Original issue reported on code.google.com by iammak4u on 25 Jan 2012 at 11:57

GoogleCodeExporter commented 9 years ago
Looks like a version clash, i.e. you have installed different versions of 
Remuco (I guess 0.9.6 below /usr/local and some older version below /usr). 
Perhaps you've installed Remuco from the Ubuntu repos before and now you've 
installed it manually? Please remove all but the latest Remuco installation 
from your system.

Original comment by obensonne@googlemail.com on 25 Jan 2012 at 8:32

GoogleCodeExporter commented 9 years ago
wow thanks! no error now. it starts but the android client fails to connect.
rhythmbox plugin is working perfectly.

Original comment by iammak4u on 26 Jan 2012 at 10:25