Could not find a sonic-pi server in sonic-pi-path
jbmestelan opened this issue · 3 comments
jbmestelan commented
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?
Sohalt commented
Anything blocking this @josephwilk ?
josephwilk commented
@Sohalt No, just my inability to manage all the things. Merged. Thanks for the reminder.
Sohalt commented
Thank you!