Problems connecting to VLC 1.1.4

Bug #673354 reported by Paul Kuliniewicz
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Panflute
New
Undecided
Unassigned

Bug Description

Versions as described in summary
Arch Linux

I don't use panflute-applet, so this'll be simpler. Step-by-step replay w/ logs:

1] set vlc as default player. Kill all music players and all panflute processes (vlc, moc, panflute-daemon, panflute-applet, etc). Finally launch panflute-daemon in verbose debug mode:

$ panflute-daemon -v -d
INFO [panflute.daemon.amarok.Connector] Failed to load Amarok 1.4 connector: No module named dcopext
DEBUG [panflute.daemon.mpd.Connector] Resume polling
DEBUG [panflute.daemon.mpd.Connector] Registering the poll source
DEBUG [panflute.daemon.mpd.Connector] Attempting to connect to localhost:6600
DEBUG [panflute.daemon.mpd.Connector] Connection failed
INFO [panflute.daemon.manager.Manager] Failed to load XMMS connector: No module named xmms.control
INFO [panflute.daemon.manager.Manager] Failed to load XMMS2 connector: No module named xmmsclient
DEBUG [panflute.daemon.manager.Manager] Preferred player is now vlc
DEBUG [panflute.daemon.manager.Manager] scanning for connected players
DEBUG [panflute] Running panflute-daemon
DEBUG [panflute.daemon.mpd.Connector] Attempting to connect to localhost:6600
DEBUG [panflute.daemon.mpd.Connector] Connection failed
DEBUG [panflute.daemon.mpd.Connector] Attempting to connect to localhost:6600
DEBUG [panflute.daemon.mpd.Connector] Connection failed
(repeated)

2] Wait a bit. Launch vlc. Nothing of importance is logged:

DEBUG [panflute.daemon.mpd.Connector] Attempting to connect to localhost:6600
DEBUG [panflute.daemon.mpd.Connector] Connection failed
(repeated)

3] Wait a bit. Send a dbus message. New (second) vlc instance appears/starts.
$ dbus-send --session --print-reply --type=method_call --dest=org.mpris.panflute /Player org.freedesktop.MediaPlayer.Pause

From panflute-daemon:
DEBUG [panflute.daemon.vlc.Connector] Activating org.mpris.vlc
DEBUG [panflute.daemon.vlc.Connector] Running "vlc"

From dbus-send:
Error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken

4] Wait a bit. Send another dbus message. Nothing happens:
$ dbus-send --session --print-reply --type=method_call --dest=org.mpris.panflute /Player org.freedesktop.MediaPlayer.Pause

From dbus-send:
Error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

From panflute:
DEBUG [panflute.daemon.mpd.Connector] Attempting to connect to localhost:6600
DEBUG [panflute.daemon.mpd.Connector] Connection failed
(repeated)

5] Wait a bit. Close VLC. Nothing happens:

DEBUG [panflute.daemon.mpd.Connector] Attempting to connect to localhost:6600
DEBUG [panflute.daemon.mpd.Connector] Connection failed
(repeated)

4] Wait a bit. Send another dbus message. Nothing happens, no new vlc instance is created:
$ dbus-send --session --print-reply --type=method_call --dest=org.mpris.panflute /Player org.freedesktop.MediaPlayer.Pause

From dbus-send:
Error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

From panflute:
DEBUG [panflute.daemon.mpd.Connector] Attempting to connect to localhost:6600
DEBUG [panflute.daemon.mpd.Connector] Connection failed
(repeated)

7] END

^CTraceback (most recent call last):
  File "/usr/bin/panflute-daemon", line 70, in <module>
    mainloop.run ()
KeyboardInterrupt

As you can see, communication with VLC 1.1.4 doesn't seem to work.

Revision history for this message
Matt R (matt-pequod) wrote :

I'm getting the same issue - when I launch VLC from the applet VLC starts but the applet doesn't register any change.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.