Restart Detector #1
Replies: 6 comments 12 replies
-
I’ll consider |
Beta Was this translation helpful? Give feedback.
-
Can you provide the exact error log when it happened? |
Beta Was this translation helpful? Give feedback.
-
I suspect one thing: MMM-Sounds or other mic/speaker-related modules may interfere with the system. |
Beta Was this translation helpful? Give feedback.
-
First, if I don't know exactly what caused the error, restarting it won't solve the problem. The problem will occur again; this time, it will go into an infinite loop because of the restart. I have a few more questions to clarify the symptoms.
[Test More]
{
module: "MMM-Hotword2",
position: "bottom_right",
config: {
verbose: true,
hotwords: [
{
hotword: "COMPUTER",
}
]
}
} |
Beta Was this translation helpful? Give feedback.
-
The error occurs when the detector is in standby mode for a while. |
Beta Was this translation helpful? Give feedback.
-
I would also like to see this. I am running this on a PI4 compute and I also see the same thing and restarting the mirror is what fixes the issue. |
Beta Was this translation helpful? Give feedback.
-
It doesn't happen right away, but I will get an error "pvrecorder failed to read audio data frame"
My question is about restarting the detector when it errors. I can restart my mirror and then it works fine for a while but eventually the error returns.
I tried adjusting the soundThreshold thinking it was something the microphone was picking up causing the error but I couldn't get the error to stop,
My thoughts are just restart the detector but if the error could be resolved another way that would work as well
Beta Was this translation helpful? Give feedback.
All reactions