Results 11 comments of Thiago Loureiro

running the installation on an older commit worked for me: ```cargo install --git https://github.com/lpil/sonic-pi-tool/ --rev=3f1b64e9f08d6a55fbd9c94e6f5464452f0f1154 --force```

Yes, here it is (sorry for the delay) https://github.com/WordPress/gutenberg-examples/pull/228

@radumas did you end up fixing this? I see the October consolidated file at https://spideroak.com/browse/share/raphaeld/ttc_subway_times/ttc_subway_times/serverless_data/ but I don't see the fix in the fetch_s3.py

## How to do install server only on Ubuntu 24.04 - Clone this repo, checkout whatever branch you want, preferably a stable one - Run `sudo apt install supercollider pipewire-jack...

@vomitHatSteve The timeout is of 90 seconds, I believe, and it's because of the [Zombie Kil Switch](https://github.com/sonic-pi-net/sonic-pi/blob/7ccc4bb30b053f4983ac6a0830b956550b0cd4aa/app/server/ruby/bin/daemon.rb#L54) - the GUI keeps it alive by constantly hitting a daemon OSC endpoint...

I'm still working on the vscode plugin, very early phases. Right now, you can start, stop, and play a test note using the vscode prompt. This is my developing branch...

@samaaron EXCELENT idea, thank you. I will update the instructions @vomitHatSteve even easier way to to test if the install worked ok

@vomitHatSteve have you tried running `./linux-build-all.sh` with the flag `--system-libs` ?

@kootenpv Do you have supercollider installed? It might be a dependency, and apt will install it Can you share the command and the output you ran? thanks!

@vomitHatSteve make sure you comment this 2 lines `linux-build-all.sh` ``` # "${SCRIPT_DIR}"/linux-config.sh "$@" # "${SCRIPT_DIR}"/linux-build-gui.sh "$@" ```