repl-electric/sonic-pi.el

Could not find a sonic-pi server in sonic-pi-path

jbmestelan opened this issue · 3 comments

Hello,

As mentioned in #22, I got this error message when starting sonic-pi-mode:
Could not find a sonic-pi server in: ~/git_repos/sonic-pi

Indeed, the path defined by
(defvar sonic-pi-server-bin "server/bin/sonic-pi-server.rb")
does not exist in my checkout of sonic-pi.

I then defined
(defvar sonic-pi-server-bin "app/server/ruby/bin/sonic-pi-server.rb")
which works OK.

Still, wonder whether this should be the default in sonic-pi-mode?

Anything blocking this @josephwilk ?

@Sohalt No, just my inability to manage all the things. Merged. Thanks for the reminder.

Thank you!