savonet / liquidsoap

Liquidsoap is a statically typed scripting general-purpose language with dedicated operators and backend for all thing media, streaming, file generation, automation, HTTP backend and more.
http://liquidsoap.info
GNU General Public License v2.0
1.42k stars 130 forks source link

Liquidsoap Errors - Azuracast #3505

Open rowansc1 opened 1 year ago

rowansc1 commented 1 year ago

Describe the bug I am experiencing liquidsoap error messages in both of the stations on my AzuraCast installation.

In station 1, liquidsoap.log is reporting the below error:

[input.http:2] Decoding failed: Avutil.Error(Server returned 404 Not Found)
[https @ 0x7f66320290c0] HTTP error 404 File Not Found

In station 2, liquidsoap.log is reporting the below error:

[input.http.3:2] Decoding failed: Avutil.Error(Server returned 403 Forbidden (access denied))
[http @ 0x7f9ed92252c0] HTTP error 403 Stream not available

According to some listeners, songs are cutting out early.

To Reproduce Install azuracast and check the liquidsoap log when using liquidsoap.

Expected behavior A clear and concise description of what you expected to happen.

Version details

Install method Did you install via opam? Using your distribution's packages? From source? Azuracast - Docker

Common issues Can't decode or encode in some audio format? Check if you have installed the correct dependencies

I have been referred to open an issue here from AzuraCast: https://github.com/AzuraCast/AzuraCast/issues/6716#issuecomment-1798866907

toots commented 11 months ago

Hi @rowansc1! Based on this report, it's hard to tell if the issue is legitimate or not. The logs seem to indicate that the remote http server is returning a 403 error.

ryanginn commented 2 months ago

Having same issue here