Advertisement
piethesailor

Bongo / mpv stack trace

Dec 13th, 2019
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  2. make-process(:name "bongo-mpv" :buffer nil :command ("mpv" nil "/var/folders/l8/vzz9lqbs17s745cykjsg7wr80000gn/T/bongo-mpv.socket" "--no-audio-display" "/Volumes/MEdia/newb/Animals as Leaders/Animals as Leaders/07 The Price of Everything and the Value of Nothing.flac"))
  3. apply(make-process (:name "bongo-mpv" :buffer nil :command ("mpv" nil "/var/folders/l8/vzz9lqbs17s745cykjsg7wr80000gn/T/bongo-mpv.socket" "--no-audio-display" "/Volumes/MEdia/newb/Animals as Leaders/Animals as Leaders/07 The Price of Everything and the Value of Nothing.flac")))
  4. start-process("bongo-mpv" nil "mpv" nil "/var/folders/l8/vzz9lqbs17s745cykjsg7wr80000gn/T/bongo-mpv.socket" "--no-audio-display" "/Volumes/MEdia/newb/Animals as Leaders/Animals as Leaders/07 The Price of Everything and the Value of Nothing.flac")
  5. apply(start-process "bongo-mpv" nil "mpv" (nil "/var/folders/l8/vzz9lqbs17s745cykjsg7wr80000gn/T/bongo-mpv.socket" "--no-audio-display" "/Volumes/MEdia/newb/Animals as Leaders/Animals as Leaders/07 The Price of Everything and the Value of Nothing.flac"))
  6. bongo-start-mpv-player("/Volumes/MEdia/newb/Animals as Leaders/Animals as Leaders/07 The Price of Everything and the Value of Nothing.flac" nil)
  7. bongo-play-file("/Volumes/MEdia/newb/Animals as Leaders/Animals as Leaders/07 The Price of Everything and the Value of Nothing.flac" nil)
  8. bongo-play-line(1007)
  9. bongo-play-lines(nil)
  10. bongo-dwim()
  11. bongo-mouse-dwim((mouse-2 (#<window 8 on *Bongo Library*> 817 (135 . 173) 231234011 nil 817 (14 . 10) nil (7 . 13) (8 . 16))))
  12. funcall-interactively(bongo-mouse-dwim (mouse-2 (#<window 8 on *Bongo Library*> 817 (135 . 173) 231234011 nil 817 (14 . 10) nil (7 . 13) (8 . 16))))
  13. call-interactively(bongo-mouse-dwim nil nil)
  14. command-execute(bongo-mouse-dwim)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement