You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case that page disappears, the problem is triggered by this bit of code:
bus = dbus.SessionBus()
And the exception is this:
dbus.exceptions.DBusException: 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.
mpris-remote should catch this exception and tell the user that dbus isn't running in a more obvious manner.
The text was updated successfully, but these errors were encountered:
http://mapopa.blogspot.com/2010/08/mpris-support-in-qmmp.html
In case that page disappears, the problem is triggered by this bit of code:
And the exception is this:
mpris-remote should catch this exception and tell the user that dbus isn't running in a more obvious manner.
The text was updated successfully, but these errors were encountered: