Closed GoogleCodeExporter closed 9 years ago
What adapter are you using?
Original comment by igor.con...@gmail.com
on 18 Sep 2010 at 3:36
i am using vlc adapter
Original comment by cpr....@gmail.com
on 23 Sep 2010 at 9:15
Could you post the adapter log?
Original comment by igor.con...@gmail.com
on 23 Sep 2010 at 12:45
With more detail:
Change your ~/.config/remuco/remuco.cfg log-level entry to DEBUG and post the
log file. It should be in ~/.cache/vlc.log.
Original comment by igor.con...@gmail.com
on 23 Sep 2010 at 9:43
Additionally to the suggestions by Igor, run
$ sdptool browse local
while `remuco-vlc` is running and post the Remuco related output here.
Original comment by obensonne@googlemail.com
on 2 Oct 2010 at 8:08
I found for myself that the remuco-vlc adapter seems to be faulty, using the
old version there is a diff in line 92
in the newest it says, dbus_name which gives:
Traceback (most recent call last):
File "/usr/local/bin/remuco-vlc", line 92, in <module>
mg = remuco.Manager(pa, dbus_name="org.mpris.vlc")
TypeError: __init__() got an unexpected keyword argument 'dbus_name'
Therefore I changed it to player_dbus_name as in the older versions, now it
works fine!
Original comment by javaj...@gmail.com
on 8 Dec 2010 at 10:36
@javajens:
It looks like you have installed multiple versions of Remuco. This could be due
to a previous installation with your distro's package manager and an additional
manual installation using the Remuco tarball.
The file '/usr/local/bin/remuco-vlc' probably is from a 0.9.3 release, while
the 'remuco' module used by that file probably is from a 0.9.2 release,
installed under '/usr/lib/..'.
If you run '$ pydoc remuco', you should see (at the top), which module is used.
When installed from the tarball, it should be below '/usr/local/lib'. If you
see a path starting with '/usr/lib', remove the Remuco version installed with
your distro's package manager.
Original comment by obensonne@googlemail.com
on 9 Dec 2010 at 7:07
* OS: ubuntu 10.04 LTS Lucid Lynx
* Remuco version:0.9.3.1
* Client device:Nokia 3600 Slide
* Player: VLC 1.0.6
* Hardware: HP-Compaq NX6120 Laptop with HP integrated Bluetooth module
What steps will reproduce the problem?
1. install from remuco-0.9.3.1.tar.gz and run it on the cellphone-bluetooth
paired computer.
2. 1st issue: "Found no Remuco service on the selected device", solved by
following instructions on comment 6(replacing pa with player)
3. Cellphone says: "Selected device is not reachable"!
Thanks.
Original comment by pradeepa...@gmail.com
on 4 Feb 2011 at 11:16
If this problem still exists: please fix the version clash, i.e. uninstall
*any* installed Remuco version, get a fresh release and open a new issue if the
problem then still exists.
Original comment by obensonne@googlemail.com
on 31 Aug 2011 at 10:09
Original issue reported on code.google.com by
cpr....@gmail.com
on 13 Sep 2010 at 10:09