Liquidsoap 2.2.x - harbor.http.register broken #3028
danbo
started this conversation in
User Support
Replies: 1 comment 2 replies
-
This looks like a scopping/variable name override issue. The This should work:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Logic in my harbor handler is causing liquidsoap to error out during registration. This worked in 2.1.4
To Reproduce
1a - Currently working per example in 2.2.x
1b - Not working in 2.2.x but was working in 2.1.4 (with slightly different query parsing)
req= request.queue(id="user_request")
Error
Once req is removed from the handler, the liq script starts as expected.
Same for another registration / handler - the example on how to flush and skip
Error:
1c - In fact, even simple registration without the req throws an error
Error:
Expected behavior
Liquidsoap should not be throwing errors due to the logic in these functions.
Version details
Install method
Docker
Common issues
Not an issue previously with 2.1.4
Beta Was this translation helpful? Give feedback.
All reactions