Can't open MusicBox webpage. "ERR_CONNECTION_REFUSED"

Hello,

When I try to open the webpage the page doesn’t open and I get the error “ERR_CONNECTION_REFUSED” in Chrome. I’m using version 0.5.3.
On a fresh installation it works but after one reboot it fails to open. I don’t have this problem with 0.5.4 beta but my USB audio card (Creative Soundblaster Play!) doesn’t work with that version.
I use a Raspberry Pi B.

What should I do?

I don’t think I’ve heard of that error.

I unfortunately screwed up the USB soundcard detection in 0.5.4. It should be fixed if you update your setsound.sh file by logging in to musicbox (via ssh or by connecting a keyboard and display) and running the following two commands (and rebooting):

curl https://raw.githubusercontent.com/woutervanwijk/Pi-MusicBox/master/filechanges/opt/musicbox/setsound.sh > /opt/musicbox/setsound.sh
chmod +x /opt/musicbox/setsound.sh

I’ve reinstalled 0.5.4 and applied your fix, the dac works now, thanks!