Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RoonBridge install fails #5856

Closed
net-david opened this issue Nov 2, 2022 · 6 comments
Closed

RoonBridge install fails #5856

net-david opened this issue Nov 2, 2022 · 6 comments
Labels
Solution available 🥂 Definite solution has been done Upstream change
Milestone

Comments

@net-david
Copy link

net-david commented Nov 2, 2022

[FAILED] DietPi-Software | curl -sSfL https://download.roonlabs.com/builds/RoonBridge_linuxarmv8.tar.bz2 -o RoonBridge_linuxarmv8.tar.bz2
[ INFO ] DietPi-BugReport | Generating informative command outputs, please wait...
aplay: device_list:274: no soundcards found...
[  OK  ] DietPi-BugReport | cp /tmp/G_EXEC_ERROR_REPORT G_EXEC_ERROR_REPORT
[  OK  ] DietPi-BugReport | Packing upload archive
[  OK  ] DietPi-BugReport | Sending bug report
[  OK  ] DietPi-BugReport | Your bug report has been successfully uploaded.
  • Reference code: 5711bab6-a68d-4a10-82a3-f67cf2fb35dc

I believe the issue is the download site for Roon should be download.roonlabs.net, not .com

@MichaIng MichaIng added this to the v8.11 milestone Nov 2, 2022
@MichaIng
Copy link
Owner

MichaIng commented Nov 2, 2022

Many thanks for your report.

It seems downloads are now hosted on a different domain (EDIT: as you stated already): https://download.roonlabs.net/builds/RoonBridge_linuxarmv8.tar.bz2

Please try:

set -i 's/download.roonlabs.com/download.roonlabs.net/' /boot/dietpi/dietpi-software

Then repeat the install.

MichaIng added a commit that referenced this issue Nov 2, 2022
- DietPi-Software | RoonBridge/RoonServer: Resolved an issue where the download fails as Roon downloads are now hosted on a different domain. Many thanks to @net-david for reporting this issue: #5856
@MichaIng MichaIng added the Solution available 🥂 Definite solution has been done label Nov 2, 2022
@MichaIng
Copy link
Owner

MichaIng commented Nov 2, 2022

Solved for next release: 9b2a21b

@net-david
Copy link
Author

net-david commented Nov 2, 2022

Maybe I copied and pasted something wrong?

root@DietPi:~# set -i 's/download.roonlabs.com/download.roonlabs.net/' /boot/dietpi/dietpi-software
-bash: set: -i: invalid option
set: usage: set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]
root@DietPi:~#

@Joulinar
Copy link
Collaborator

Joulinar commented Nov 2, 2022

I guess it should be sed and not set 🤣

sed -i 's/download.roonlabs.com/download.roonlabs.net/' /boot/dietpi/dietpi-software

@net-david
Copy link
Author

That did it! Thanks!

@Joulinar
Copy link
Collaborator

Joulinar commented Nov 2, 2022

Ok, I will go to close the issue. Feel free to reopen if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Solution available 🥂 Definite solution has been done Upstream change
Projects
None yet
Development

No branches or pull requests

3 participants