On Sun, 01 Jul 2018 11:40:44 +0300
Konstantin Reich <[email protected]> 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

_______________________________________________
Emms-help mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/emms-help

Reply via email to