steefdebruijn / docker-roonserver

RoonServer downloading Roon on first run
104 stars 29 forks source link

Roon installer url not working anymore #23

Closed Halt001 closed 2 years ago

Halt001 commented 2 years ago

Hi, it looks like the ROON_SERVER_URL http://download.roonlabs.com/builds/RoonServer_linuxx64.tar.bz2 is not correct anymore.

Do you know what it should be now?

http://download.roonlabs.net/builds/RoonServer_linuxx64.tar.bz2 seems to work (.net domain)

Thanks,

Tim

steefdebruijn commented 2 years ago

I guess you use a (very) old image... The newest image downloads the core just fine (just tested this with a clean run without host or volume binds):

docker run --rm -ti steefdebruijn/docker-roonserver
Unable to find image 'steefdebruijn/docker-roonserver:latest' locally
latest: Pulling from steefdebruijn/docker-roonserver
1fe172e4850f: Pull complete 
3e0af8a997dd: Pull complete 
0376a25990a6: Pull complete 
Digest: sha256:8797f9fc214487c2af5079d5ad892ead00a10cc956a5222c4b387c6bdd2b8c66
Status: Downloaded newer image for steefdebruijn/docker-roonserver:latest
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  113M  100  113M    0     0  60.1M      0  0:00:01  0:00:01 --:--:-- 60.0M
00:00:00.001 Warn:  get lock file path: /tmp/.rnsgem0-
00:00:00.080 Debug: PathForResource, filename: ../.update
00:00:00.100 Debug: PathForResource, candidate: /app/RoonServer/Server/../.update
00:00:00.101 Debug: PathForResource, filename: ../Appliance/RoonAppliance
00:00:00.102 Debug: PathForResource, candidate: /app/RoonServer/Server/../Appliance/RoonAppliance
Initializing
00:00:00.107 Debug: RoonServer, before attempting to start RoonAppliance binary at path: /app/RoonServer/Server/../Appliance/RoonAppliance
00:00:00.153 Debug: RoonServer, after starting RoonAppliance
Started
aac_fixed decoder found, checking libavcodec version...
has mp3float: 1, aac_fixed: 1
Running

Maybe I get some more output because I am on beta channel but still. The current image downloads from https://download.roonlabs.net/builds/RoonServer_linuxx64.tar.bz2

Steef

Halt001 commented 2 years ago

Hi Steef, thanks for your answer. I'm not sure why I didn't get the new url. But it seems you must be right about using an old image.