-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
Error after adding autocue.cue_file.liq #4057
Comments
Important update: the issue occurs when I run Liquidsoap docker container on my MacOS laptop (arm64). |
Hi @iSerganov, I’m away but took a quick look at the Unfortunately, I don’t have a MacOS arm64-based system to test, and don’t really know what’s in the Docker you use. Please let me know should it turn out that there is an issue with |
@Moonbase59 , thanks for looking into this! I am not familiar with OCaml and it's very difficult for me to say where the exact issue is, but I am hesitating to say that it is in What I do clearly see is that it happens randomly regardless of the input track and it happens only when liquidsoap/src/libs/autocue.liq Line 932 in 27dda43
autocue.cue_file into a .liq script.
So issue OCCURS:
Issue DOES NOT occur:
The exact exception happens in the posix_time2 module in a place that was added there in the latest release - v2.0.2. I am not really sure what exactly makes it fail specifically when running official Liquidsoap image on my M1 MacBook while still working fine on Linux... However I will be glad to help you to debug and troubleshoot it. Just let me know if any kind of additional information (debug logs, system info, etc.) may be helpful for the investigation - I will do my best to get it asap. |
I'm not sure that this is an issue for us. |
Description
Tried to add loudness normalization to my
.liq
script.Versions:
Liquidsoap v2.2.5
autocue.cue_file.liq and cue_file v4.1.0
.liq file:
Autocue check passes fine.
When a track playback starts an error occurs in runtime:
And liquidsoap crashes.
Track data from the console:
Issue starts only after adding the latest
%include "autocue.cue_file.liq"
.Steps to reproduce
Include the latest https://github.com/Moonbase59/autocue/blob/master/autocue.cue_file.liq file into your
.liq
config file and load your playlist with MP3 files.Expected behavior
No runtime exception and Liquidsoap crash.
Liquidsoap version
Liquidsoap build config
Installation method
From official container image
Additional Info
No response
The text was updated successfully, but these errors were encountered: