-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Relay connection drops frequently after hours of flawless transmitting #57
Comments
Okay, in the state as it is now the software is unusable. I have clients jumping off because of the unreliable service after running AzuraCast for a while and being fine. I don't understand why a bug report isn't worth at least a reaction. So for my case, transmitting over relay, the software is unusable. |
@NadjaNeville Sorry it's not working out for you. We can't get to every issue reported, and we often tend to ignore issues these days that look like this (a vague "Things don't work" with no supporting logs), as we get a ton of them and they don't actually assist our software development process. If you run something like |
Thank you for reacting! Actually the command to look at the live log gave me some insights. The only thing appearing and not looking like normal process is this: azurarelay_relay | time="2023-03-20T23:00:30Z" level=info channel=stderr iteration=0 job.command="php /var/app/www/bin/console app:nowplaying" job.position=0 job.schedule="*/15 * * * * * " After this, relay stops azurarelay_relay | 2023-03-20 23:00:31,009 INFO stopped: station_17_relay (exit status 0) and restarts |
Okay, another new line appeared too indicating the station is being dropped, at some point when a station runs idle without listeners, this line appears: azurarelay_relay | time="2023-03-21T04:02:15Z" level=info msg="[2023-03-21T04:02:15.536389+00:00] AzuraRelay.ERROR: Response does not contain a "source" listing; the stream may be hidden or misspelled. {"response":"{\"icestats\":{\"admin\":\"icemaster@localhost\",\"banned_IPs\":0,\"build\":20221018222911,\"host\":\"sl-radio.ovh\",\"location\":\"AzuraCast\",\"outgoing_kbitrate\":0,\"server_id\":\"Icecast 2.4.0-kh15-ac1\",\"server_start\":\"21/Mar/2023:01:00:32 +0000\",\"stream_kbytes_read\":112983,\"stream_kbytes_sent\":0}}"} []" channel=stderr iteration=726 job.command="php /var/app/www/bin/console app:nowplaying" job.position=0 job.schedule="*/15 * * * * * *" |
I am kinda clueless on that, don't know how to access the relay's logs to see what the issue may be.
Behavior is, relay connects perfectly, sets up all stations, reports back as connected relay and transmits everything fine. After a while it starts dropping stations one by one until all are silent. Only "./docker.sh update" gets it back to work until described behavior starts all over again.
Parent is Rolling Release #[919e3aa] (2023-02-21 6:29) • Docker • PHP 8.2
The text was updated successfully, but these errors were encountered: