Roon is unusable and the support is lacking. The multitude of issues I’m experiencing has made Roon impossible to use.
Roon Core Machine
Ubuntu 20.04 PC
Intel® Core™ i5-4570TE CPU @ 2.70GHz
8GB Ram
Networking Gear & Setup Details
Wired
Connected Audio Devices
Motu M2
Library Size
Streaming Only
Description of Issue
Qobuz in Roon does not play. Purple playback bar cycles like it’s loading but never plays. Signed out and back in, reinstalled Roon, restarted Roon Core, nothing works. If I use the Qobuz client separately, everything plays, so it’s not an account issue.
Tidal in Roon works.
Roon Core Machine
Ubuntu 20.04 PC
Intel® Core™ i5-4570TE CPU @ 2.70GHz
8GB Ram
Networking Gear & Setup Details
Netgear Wired 16 port switch and a PC with pfSense as my router/firewall.
Connected Audio Devices
Motu M2
Library Size
Streaming Only
Description of Issue
The albums button is now missing on artist pages. I can only see albums I have previously added.
[image]
Roon Core Machine
Ubuntu 20.04 PC
Intel® Core™ i5-4570TE CPU @ 2.70GHz
8GB Ram
Networking Gear & Setup Details
Netgear Wired 16 port switch and a PC with pfSense as my router/firewall.
Connected Audio Devices
Motu M2
Library Size
Streaming Only
Description of Issue
Selecting an album shows the error message “Unexpected Error Loading Album. Please try again later (unauthorized)”
[image]
And now search is not working. This happens for every search term:
What am I paying for exactly if the software is constantly broken? I have received very little support previously other than “What is your hardware?” which is irrelevant imo, and simple things that I’ve already thought to try and didn’t work. (Restart, sign out and back in, etc.). The software is unusable, which means I’m paying to not listen to music via Roon. I am extremely frustrated at this point.
Additionally, it’s pretty obvious my cases are not isolated incidents; the support forum is so busy with similar issues that posts are going unanswered. I hope you understand that the optics on this are very bad. I help manage a community forum with thousands of daily active members. And up until recently I would recommend Roon as often as I could. But I cannot in good faith recommend the software now given the issues and lack of support.
The software was fantastic when it worked. Please make this right.
danny
(Danny Dulai)
August 2, 2021, 8:20pm
4
I checked your Roon logs, and you have many errors where the Qobuz API is returning nonsense.
Inside Roon > settings > services > qobuz, please try logging out and logging back in (of Qobuz).
I’ve done this once already and the issues persist. I will try it again.
danny
(Danny Dulai)
August 2, 2021, 8:22pm
6
Try to log out of Roon and back into Roon as well. I’m pretty sure this will fix everything.
I think you had a network hiccup that caused authentication stuff to fail, and things are snowballing. It’s in line with the errors you are seeing.
I’d do the Qobuz re-login AFTER you do the Roon re-login.
I’m trying to figure out how you got into this situation w/o just erroring out, but the above should get you into a good state.
I think it’s related to the fact that we allow some auth failures to occur because you may be “offline” – so now the app is confused on whether you are online or offline.
The login animation continues for a minute or so before returning a Network Error:
danny
(Danny Dulai)
August 2, 2021, 8:40pm
8
something is really strange…
you cant access our account servers, but you can get elsehwere…
08/02 16:29:25 Warn: Error in web request https://accounts5.roonlabs.com/accounts/3/login: NetworkError (The operation has timed out.)
you have an /etc/hosts or some firewall blocking or proxying or redirecting those requests?
I’d also look into any DNS caches or DNS issues…
Can you try to restart the RoonServer process?
Restarting the roonserver process via systemctl on ubuntu has no effect. I’ve also restarted the roon core PC.
I’ve cleared the DNS resolver cache in pfsense and also rebooted it.
I’m still not able to login to Roon.
I do not have another router available.
danny
(Danny Dulai)
August 2, 2021, 9:06pm
12
there is one big diff between the accountserver and the others… the accountserver is on ipv6 as well
anything on your end supporting ipv6?
IPv6 is fully supported afaik. I have both an IPv4 and IPv6 address assigned to my WAN port by my ISP.
danny
(Danny Dulai)
August 2, 2021, 9:10pm
14
ok, lets try something:
edit your /etc/hosts and add an entry for accounts5.roonlabs.com for
you cant live like that forever, but it’s a quick test.
danny
(Danny Dulai)
August 2, 2021, 9:15pm
15
actually, if you havent already, just try to login again… i removed the ipv6 from our dns for that hostname.
I had not added it yet, but sign in now works.
I am still seeing the odd behaviors as before.
danny
(Danny Dulai)
August 2, 2021, 9:18pm
17
now try the qobuz login/logout.
danny
(Danny Dulai)
August 2, 2021, 9:23pm
19
@ALANMAN – I’d also restart roonserver.
danny
(Danny Dulai)
August 2, 2021, 9:24pm
20
We have had a few reports from users having issues with accounts5.roonlabs.com – only @ALANMAN and stuck it out to help with information.
@ALANMAN – are you on comcast by any chance?
All the previous users were, and I’m fearing they are doing a rollout of IPV6 and something bad is going on somewhere along the path.
1 Like
Search, albums, artists, and discography options are all working.
Playback is not working with Qobuz on either System or Exclusive mode, even after restarting the roonserver process.
Yes, Comcast is my ISP.
Tidal playback is working as expected on both outputs.
danny
(Danny Dulai)
August 2, 2021, 9:33pm
23
Let me talk to the Qobuz guys… this will take some time, since it’s end of business day for my contacts.
danny
(Danny Dulai)
August 2, 2021, 9:42pm
24
In the meanwhile, could you try disabling IPV6 on your Linux system and try again?
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=1
the above commands will disable ipv6 – a reboot will put you back into your old state.