Keith Huang

Results 36 comments of Keith Huang

Hi @albanoandrea, Can you please attach DEBUG9 logs so we can better help debug the issue?

This was fixed in 1.25. The printDiagnostic() function now calls non-locking versions of those methods.

Hi @brett-lynnes, Sorry for the delayed response. We are contacting the appropriate internal teams to investigate further. To help aid with this, would you be able to reproduce the issue...

Hi, Please try following the instructions here to configure HDMI as the output: https://www.raspberrypi.com/documentation/computers/configuration.html. As well, please install PulseAudio, and remove any installations of Jack.

Closing issue as this is resolved.

Hi @jaynabonne, Thank you for raising this. It's interesting, because in MediaPlayer::init(), g_main_loop_new() is called synchronously with the MediaPlayer::create() method. While g_main_loop_run() is not called until MediaPlayer::workerLoop, calling g_main_loop_quit() in...

In that case, closing the issue. If further support is required, please create a new issue with a reference to this one.

Hi, Apologies for the delayed response. Can you comment on if this has always happened or if this is a sudden development? If this is still reproducible, can you please...

Hi @Qianqian-Bella, The curl libraries are not being found as part of the build. From the instructions at https://developer.amazon.com/en-US/docs/alexa/avs-device-sdk/mac-os.html#step-4-build-the-sdk-sample-app, you need to ensure that you've added the following to your...

We are looking for the curl installation, not the openssl installation. Can you please try either: `brew info curl-openssl` or `brew info curl`