Microphone project issue (edge-impulse-linux-runner)

Hi, I am facing issues while getting my audio classification project to run on BeagleBone AI-64. I also tried it on my Linux machine and I am getting exactly the same error.

debian@BeagleBone:~$ edge-impulse-linux-runner
Edge Impulse Linux runner v1.3.12

[RUN] Already have model /home/debian/.ei-linux-runner/models/139311/v1/model.eim not downloading...
[RUN] Starting the audio classifier for Deepak Khatri / ai64-test (v1)
[RUN] Parameters freq 16000Hz window length 1000ms. classes [ 'Hey Beagle', 'Lights OFF', 'Lights ON', 'Noise' ]
[RUN] Using microphone hw:1,0
/usr/lib/node_modules/edge-impulse-linux/build/library/classifier/linux-impulse-runner.js:189
            throw new Error(resp.error);
                  ^

Error: Classifying failed, error code was -5
    at LinuxImpulseRunner.classifyContinuous (/usr/lib/node_modules/edge-impulse-linux/build/library/classifier/linux-impulse-runner.js:189:19)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async onData (/usr/lib/node_modules/edge-impulse-linux/build/library/classifier/audio-classifier.js:75:35)

Can you post a TXT file of the complete output that includes the error from your Linux machine?