Anyone able to help me out here? I’m fairly new still to all of this and have been looking through different posts on troubleshooting and that helped solve a lot of issues I ran into that way, I can’t seem to figure this out.
When running the MagicMirror I’m getting this error:
[11.10.2021 05:29.26.184] [ERROR] Whoops! There was an uncaught exception…
[11.10.2021 05:29.26.192] [ERROR] ReferenceError: face_rec_name is not defined
at /home/pi/MagicMirror/modules/MMM-Face-Recognition-SMAI/node_helper.js:41: 12
at FSReqCallback.oncomplete (fs.js:171:23)
[11.10.2021 05:29.26.194] [ERROR] MagicMirror will not quit, but it might be a g ood idea to check why this happened. Maybe no internet connection?
[11.10.2021 05:29.26.196] [ERROR] If you think this really is an issue, please o pen an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
I’ve gone through the node_helper.js and it does seem like it just calls these variables without them having clear values/values that weren’t only part of their if clause. I’m not too familiar with code (especially js) which is why I’m struggling to fix it.
If you need more context let me know, I didn’t want to write up a really long problem.
Thank You!