request.status is not correct (is never "playing") #4500
martinkirch
started this conversation in
User Support
Replies: 1 comment
-
Unfortunately, it is never |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm trying to know if a request is currently playing, but
request.status
never returnsplaying
(the queue'sis_active()
never returnstrue
either)Steps to reproduce
Put your own track in the following script :
Expected behavior
In the example script, printed status rotates between
idle
,ready
anddestroyed
.Should be
idle
,playing
anddestroyed
.I'd also expect
q.is_active=true
when the request is playing.Log extracts
No response
Script extracts
No response
Liquidsoap version
Liquidsoap build config
Installation method
From OPAM
Additional Info
No response
Beta Was this translation helpful? Give feedback.
All reactions