-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Frontend Disconnected from server and/or not playing audio #262
Comments
Hi @willcl-ark! First thanks for your interest in my repo. I will do my best to provide some help. Your first issue with the extra songs (85 vs apparent 66) appearing in the database makes me think of two possibilities. Also, them appearing blank seems incidental, and would make sense if the files are not populated by both title and artist metadata.
Your second issue diagnosis about the disconnect between the frontend and radio services seems to be correct to me. A couple more possibilities I can think of:
Let's start with these for now. Let me know if any problems are alleviated, I will follow up. Thanks! |
Thanks so much for the detailed (and fast!) reply. It didn't exactly solve my issue, but was enough to get me thinking correctly so that I was able to myself :) My issue was that I am already running Caddy on the base metal, so needed to disable nginx, and modify the ports being used from 80 and 8080 to 81 and 8081. Then make sure those changes were also matching in docker-compose.yml. Now that I've managed that, and set the DNS records the right way around, I have it all working! The phantom db entries seemed to sort themselves out too, which is a nice bonus. Now I just need to fix my tags, and I'm away :) Thanks again |
Happy to assist, or at least put you on the right track! Enjoy your station! |
Hi, first of all, thanks for this interesting stack!
I do have a few issues though, (probably all related):
Backend logs meanwhile look something like this:
Details
The songs do include some youtube rips, however I sanitised filenames (no spaces) and largely populated ID3 tags, though some are certainly missing Artist names.
I have also tried just putting a single (properly tagged) MP3 in the source directory, however whilst this give a correct db on the frontend, there is no volume when played?
The stream is available/working in both cases via the direct icecast mount on port 80, so it seems icecast and liquidsoap are both working properly, only the frontend seems to not be working.
The text was updated successfully, but these errors were encountered: