Open audiomuze opened 1 year ago
Ah sorry I forgot to mention this in the readme. But you must use pnpm to install the deps for Orpheus since the deps vite-plugin-vue-layouts hasn't been updated to allow vite v4 https://github.com/JohnCampionJr/vite-plugin-vue-layouts/issues/86
pnpm i
npm run dev
yields:
Finished dev [unoptimized + debuginfo] target(s) in 1m 11s
[0] thread 'main' panicked at 'Unsupported platform!: UnsupportedPlatform', src/main.rs:28:33
[0] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[0] 🚀 A new version of Tauri CLI is available! [1.2.3]
[0] npx tauri dev exited with code 101
--> Sending SIGTERM to other processes..
[1] npm run devtools exited with code SIGTERM
Sorry should work now using
This from the client gui:
Error! Failed to connect to server. invalid value: string "", expected relative URL without a base
I am guessing you didn't put anything in the server url on startup the text in there is just a placeholder. You can use a release on the sidebar too instead of master since I break it often
I am guessing you didn't put anything in the server url on startup the text in there is just a placeholder
Didn't seem to be any ability to edit the placeholder string.