Vito
Vito
**Describe the bug** Mumble treats messages internally as HTML, which can cause plain text from other chats to be interpreted as HTML. This can result in issues, such as the...
**Describe the bug** Matterbridge doesn't get the QR code, prints an error, and fails with an exception. **To Reproduce** ```toml [[gateway]] name="gateway1" enable=true [[gateway.inout]] account="whatsapp.wa1" channel="[email protected]" [whatsapp.wa1] Number="+48111222333" SessionFile="/var/matterbridge/whatsapp_48111222333.gob" ```...
## Summary Is there a way to get version information about specific opam packages? Some kind of API, preferably in JSON format, would be nice. ## Details I'd like to...
## Summary It's good practice to allocate a specific port for each individual Prometheus metrics exporter. This commit changes port `9090`, which is used by the prometheus server itself, to...
**Is your feature request related to a problem? Please describe.** Currently it is only possible to update prometheus metrics periodically using `thread.run`. ```ruby def prometheus.cpu_metrics() cpu_counter = prometheus.counter( namespace="liquidsoap", subsystem="cpu",...
**Describe the bug** Liquidsoap cannot be built with *gstreamer* enabled since #3665. Build error ``` #=== ERROR while compiling liquidsoap-core.2.2.4-1 ============================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.4.14.1 | https://opam.ocaml.org#8b5a0a33...
**Is your feature request related to a problem? Please describe.** I'd like to get `argv` as a list instead of a function. It will make it possible to determine the...
**Describe the bug** If I use different handlers with different routes they may trigger typing exception. Exception ``` At 1.liq, line 9, char 0-0: Error 9: Failure: invalid sup: {a...
**Describe the bug** I'm testing the `source.drop` command and discovered that in completely stops all output to stdout. **To Reproduce** 1. Start container `docker run -it --entrypoint bash savonet/liquidsoap:v2.2.2 -c...
**Describe the bug** While debugging other issues, I use `output.dummy` with `clock(sync="none")` to consume a lot of tracks from the playlist. Sometimes the liquidsoap hangs completely without any activity. It's...