SoundCloud Presets Not Playing #170
-
Installation methodDocker (docker run / docker-compose) System architecturex86_64 / amd64 Operating systemSynology Nas Container Manager What do you need help with?
Relevant logs or error messages6. Accessing `http://192.168.x.x:8090/info` returns the following output:β¨EsszimmerSoundTouch 104456662SCM27.0.6.46330.5043500 epdbuild.trunk.hepdswbld04.2022-08-04T11:20:2956127853103739342000020PackagedProduct27.0.6.46330.5043500 epdbuild.trunk.hepdswbld04.2022-08-04T11:20:29069231P61320600AEhttps://streaming.bose.comB0D5CC020EB3192.168.1.114884AEA76303D192.168.1.114sm2rhinonormalGBGBWhat have you already tried?
|
Beta Was this translation helpful? Give feedback.
Replies: 13 comments 95 replies
-
|
Hello, Iβve performed a factory reset on the SoundTouch 10 several times and also tried different installations of OpenCloudTouch (Docker and the Raspberry Pi image), but the same issue occurs with both. Iβm slowly running out of ideas on where to look next. |
Beta Was this translation helpful? Give feedback.
-
|
I found a solution after consulting the AIβit turned out the Bose server settings in my unit hadn't been overwritten automatically, so Iβve now done this manually:
Thatβs itβeverything has been working perfectly for me ever since. |
Beta Was this translation helpful? Give feedback.
-
|
That is the correct code for number 4 cat > /opt/Bose/etc/SoundTouchSdkPrivateCfg.xml << 'EOF' http://192.168.1.x:7777 http://192.168.1.x:7777 http://192.168.1.x:7777 true true false http://192.168.1.x:7777/bmx/registry/v1/services EOF |
Beta Was this translation helpful? Give feedback.
-
|
Hi - had the same issue, but for a different reason. After changing 127.0.0.1 to the real ip address of the machine where OCT docker container is running on and doing a reboot of the Bose box, everything is now working fine! :) Maybe this hint helps some others.... |
Beta Was this translation helpful? Give feedback.
-
|
I have a similar problem. The presets will be stored but when I click on play nothing happens and the sound touch still displays "Select preset or explore music from the sound touch app". That's strange. ON/Off works and ssh is active and I have access. The xml file is adopted. But radio is not playing. |
Beta Was this translation helpful? Give feedback.
-
|
curiosity71 Teste die API direkt: |
Beta Was this translation helpful? Give feedback.
-
|
root@OpenCloudTouch:~# ping 192.168.2.154 --- 192.168.2.154 ping statistics --- |
Beta Was this translation helpful? Give feedback.
-
v1.2.5 Hotfix β Preset Streaming FixHi! v1.2.5 just dropped, fixing a bug that could explain the preset playback failures you're seeing. The problem: The streaming route that serves preset data to devices had a hardcoded The fix: Device IDs are now resolved dynamically from the database per Marge account UUID. Every device gets its own correct preset data. Given you have a Synology NAS setup with SoundCloud/radio presets not playing despite successful setup, this is worth trying: docker pull ghcr.io/scheilch/opencloudtouch:1.2.5
docker compose up -dIf the issue persists after upgrading, please share your browser console output and backend logs β we'll investigate further. See: PR #190 |
Beta Was this translation helpful? Give feedback.
-
|
Installed 1.2.5 after deleting existing docker container. Both Bose ST10 factory reset. No Presets working. Now all Bose ST10 out of order.... |
Beta Was this translation helpful? Give feedback.
-
|
- http://content.api.bose.io:7777/bmx/registry/v1/services
+ http://content.api.bose.io:7777/bmx/registry/v1/services
- http://content.api.bose.io:7777
+ http://content.api.bose.io:7777
- http://content.api.bose.io:7777/updates/soundtouch
+ http://content.api.bose.io:7777/updates/soundtouch
- http://content.api.bose.io:7777
+ http://content.api.bose.io:7777
makes no sense to me! |
Beta Was this translation helpful? Give feedback.
-
|
also ioch habe ein vergleichbares problem allerdings wir es da noch verworrener glaube ich ... 2 identische ST 20 und bei der einen klappen die preset tasten und bei der anderen nicht ... mit identischen radio links ... ich hab das oct mehrmals durchgespielt und auch das repair script die box meint einfach es ist eine invalid source vielleicht hilft das ja der entwicklung weiter ... ich poste euch hier mal meine /info / preset und /nowplaying der boxen die hier funktioniert : info SoundTouch 20 BadSoundTouch 209663743SCM27.0.6.46330.5043500 epdbuild.trunk.hepdswbld04.2022-08-04T11:20:29K4020074002625125000310PackagedProduct061004940290255AELightswitchSMSCI2014102015199423; B201306111041 081008C 15199423000C8AB0D96Dhttp://content.api.bose.io:7777000C8AB0D967192.168.188.178000C8AB0D96D192.168.188.178scmspottynormalEU SWR3SWR3SWR3https://swr3.de/assets/swr3/icons/apple-touch-icon.pngPLAY_STATERADIO_STREAMINGund hier die andere box die nicht funktioniertt RTL Radio - Deutschlands Hit-RadioSWR3info KatzenzimmerSoundTouch 203092141SCM27.0.6.46330.5043500 epdbuild.trunk.hepdswbld04.2022-08-04T11:20:2924322623703625125000710PackagedProduct066801P43330155AELightswitchSMSCI2014102015199423; B201306111041 081008C 201410201519942308DF1F23BB5Ahttp://content.api.bose.io:777708DF1F23BB59192.168.188.23408DF1F23BB5A192.168.188.234scmspottynormalEUes muss ja also irgendwie gehen ;) und das kann ja auch alles nicht so falsch sein was ihr da gezaubert habt ... grΓΌΓe an alle und ein schΓΆnes langes wochenende |
Beta Was this translation helpful? Give feedback.
-
v1.2.6 Released β Preset FixesFor everyone still struggling with presets not playing: v1.2.6 is out and includes several fixes that address the most common causes discussed in this thread:
Update instructionsImportant: After updating, please re-run the Setup Wizard for each affected device. The wizard now handles the XML config and hosts entries automatically β manual SSH edits should no longer be necessary for basic setup. Reboot your speaker after the wizard completes, then test your presets. Please share your results β whether it works or not. If presets still don't play, grab logs from Settings > Download Logs in the OCT web UI and open a new Bug Report. |
Beta Was this translation helpful? Give feedback.
-
|
Quick update: v1.3.1 is out now with further preset reliability improvements. @DJ-Blue -- your case (same presets, two identical ST20s, one plays and one doesn't) is a classic device-side initialization issue. Several users in this thread and others have confirmed that updating and re-running the setup wizard fixes it -- the wizard now properly writes the Sources.xml and override configs that the device needs. After updating, re-run the setup wizard for the affected speaker and restart it. Multiple users with the exact same INVALID_SOURCE problem have confirmed this resolves it. @comabo3762 -- same applies to your ST10. Update, re-run the wizard, reboot the speaker. Let us know how it goes! |
Beta Was this translation helpful? Give feedback.
I found a solution after consulting the AIβit turned out the Bose server settings in my unit hadn't been overwritten automatically, so Iβve now done this manually:
In short:
-
-
-
-
http://192.168.1.X:7777 http://192.168.1.X:7777 http://192.168.1.X:7777 true true false http://192.168.1.X:7β¦Find the IP address of your SoundTouch (e.g., via your router).
Connect via SSH (Iβm using the Terminal on Mac OS X Tahoe):
bash
ssh -oHostKeyAlgorithms=ssh-rsa -oPubkeyAcceptedKeyTypes=ssh-rsa root@ (confirm with "yes")
Make the filesystem writable (rw).
Overwrite the configuration fileβjust remember to adjust the IP address to match your unit:
cat > /opt/Bose/etc/SoundTouchSdkPrivateCfg.xml << 'EOF'