emms-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emms-help] emms-player-mpv ipc-error: connection-error


From: Mike Kazantsev
Subject: Re: [emms-help] emms-player-mpv ipc-error: connection-error
Date: Sun, 1 Jul 2018 14:53:20 +0500

On Sun, 01 Jul 2018 11:40:44 +0300
Konstantin Reich <address@hidden> wrote:

> Mike,
> 
> I have updated emms (20180630.945) with your commit
> (emms-player-mpv-ipc-conn-emacs-26-workaround). Still I get the same
> error when i comment the line "emms-player-mpv-ipc-method 'file"

Hmm, interesting, can you run the following s-exp:

  (progn
    (setq emms-player-mpv-debug t)
    (emms-player-mpv-debug-msg
      "---------- emacs version: %s %s"
      (subst-char-in-string ?\n ?  (emacs-version))
      emms-player-mpv-ipc-conn-emacs-26-workaround)
    (emms-player-mpv-proc-stop)
    (emms-player-mpv-ipc-stop)
    (emms-play-url "https://somafm.com/sf1033130.pls";))

And send/attach the output in *Messages* buffer, starting with that
"--- emacs version: ..." line?

(can paste that sexp into any buffer, then use M-x eval-last-sexp)

It should stop mpv process and connection to it, then restart it all
with emms-player-mpv-debug enabled, so that everything from mpv/ipc
start will end up in that Messages buffer, including emacs version,
in case maybe there's some other difference there.


-- 
Mike Kazantsev // fraggod.net



reply via email to

[Prev in Thread] Current Thread [Next in Thread]