-
Notifications
You must be signed in to change notification settings - Fork 605
AVS did not respond after receiving any questions when the radio was playing. #402
Comments
Hi @CarlosHua, We're not able to reproduce the problem, but the symptoms look similar to another issue we are tracking. I looked at server logs and AVS does correctly send the Speak directive. Your logs also indicate that the SpeechSynthesizer correctly receives and buffers the data, but before it gets a chance to play, receives and end of stream message from the pipeline and stops. Is this reproducible 100% of the time? Can you also try two things independently:
|
Hi kjkh, Thanks for your reply. My changes as follows,
I'm not sure what's the problems might cause this issue, have any recommends on it ? Thanks. |
Hi @CarlosHua, Another thought, which version of GStreamer are you using? |
Hi @kjkh, We using the related packages as follows, |
Hi @kjkh, Continue to check the log, is it caused by follows ? Why AttachmentReader got readFailed at this moment ? Thanks |
@CarlosHua , we are looking into the issue. Thanks |
Closing issue. |
IMPORTANT: Before you create an issue, please take a look at our Issue Reporting Guide.
What version of the AVS Device SDK are you using?
Briefly summarize your issue:
AVS did not respond after receiving any questions when the radio was playing.
What is the expected behavior?
Music should be paused and response the "what's time is it" request, then back to work on streaming the music.
What behavior are you observing?
Now AVS playing the streaming now, status as idle.
-- The status be changes as follows,
########################################
# Alexa is currently idle! #
########################################
"Alexa, What's time is it ?"
############################
# Listening... #
############################
No any audio response for the request, then the radio starting back to work now.
AVS need to response the question in this time but it didn't.
###########################
# Speaking... #
###########################
Provide the steps to reproduce the issue, if applicable:
-- Now AVS starting streaming the music ..
-- Music should be paused and response the "what's time is it" request, then back to work on streaming the music.
Tell us what hardware you're using:
Cross compile on embedded
Tell us about your OS (Type & version):
We have try AVS based on v1.0.1/v1.2.1/v1.3 versions, but all have the same issues, please help to check it. Thanks.
Log provide on here. Thanks.
avs-no-response.log
The text was updated successfully, but these errors were encountered: