OK, thanks for your support in that!
Now let’s move to the next issue…MMM-GroveGestures…(I will open a second post for that).
After those one are fixed, my MM will be nearly perfect and will be very close to use it in real life!!!
Read the statement by Michael Teeuw here.
Posts
-
RE: MM Error - .AppleDouble and UnhandledPromiseRejectionWarning
-
RE: MM Error - .AppleDouble and UnhandledPromiseRejectionWarning
@lavolp3
OK, I will try the fix -
RE: MM Error - .AppleDouble and UnhandledPromiseRejectionWarning
Just to be sure. I didn’t noticed any real effect of this issue.
I was mainly trying to solve it before I’m experiencing stability issues with MMM-GroveGestures and wanted to be sure that this “promise” thing is not the root cause before raising the MMM-GroveGestures issue.Do you think that it is now clear that my MMM-GroveGestures issue and this one are not linked (meaning I can look at the GroveGesture issue in parallel)
-
RE: MM Error - .AppleDouble and UnhandledPromiseRejectionWarning
@lavolp3
Thanks for explanation.I’ve just raised it on Git on an existing issue log.
-
RE: MM Error - .AppleDouble and UnhandledPromiseRejectionWarning
Don’t you think it can be linked to the .appledouble thing. Remember that :
2019-02-15T22:45:59 Launching application. (/home/pi/MagicMirror/js/electron.js:82 App.) 2019-02-15T22:45:59 ERROR! Could not find main module js file for .AppleDouble (/home/pi/MagicMirror/modules/MMM-Remote-Control/node_helper.js:258 Class.loadModuleDefaultConfig) 2019-02-15T22:46:03 (node:6793) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'refs' of undefined (/home/pi/MagicMirror/internal/process/warning.js:18 writeOut) 2019-02-15T22:46:03 (node:6793) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. (/home/pi/MagicMirror/internal/process/warning.js:18 writeOut) 2019-02-15T22:46:03 (node:6793) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Cannot read property 'refs' of undefined (/home/pi/MagicMirror/internal/process/warning.js:18 writeOut) 2019-02-15T22:46:03 (node:6793) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 3): TypeError: Cannot read property 'refs' of undefined (/home/pi/MagicMirror/internal/process/warning.js:18 writeOut) 2019-02-15T22:46:03 (node:6793) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 4): TypeError: Cannot read property 'refs' of undefined (/home/pi/MagicMirror/internal/process/warning.js:18 writeOut) 2019-02-15T22:46:04 (node:6793) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 5): TypeError: Cannot read property 'refs' of undefined (/home/pi/MagicMirror/internal/process/warning.js:18 writeOut) 2019-02-15T22:46:08 MMM-Logging updated config received, reloading console (/home/pi/MagicMirror/modules/MMM-Logging/node_helper.js:30 Class.socketNotificationReceived)
Because the .appledouble error is refering to Remote Control also.
So…you just have the same issue now but never noticed it before?
-
RE: MM Error - .AppleDouble and UnhandledPromiseRejectionWarning
@lavolp3
I have the original version from Jopyth.
S***, I hoped it would have been easier to figure out!!I just Git Pulled… Was already up to date
-
RE: MM Error - .AppleDouble and UnhandledPromiseRejectionWarning
I confirm…
No error message anymore after disabling MMM-RemoteControl.Wao…and now?? Do you have a clue about next step or should I raise an issue into MMM-ControlRemote git?
-
RE: MM Error - .AppleDouble and UnhandledPromiseRejectionWarning
@lavolp3
thxHere is the result
pi@MagicPi:~/MagicMirror/modules $ find . -maxdepth 2 -exec grep -nwl .then 2>/dev/null {} + ./MMM-Remote-Control/node_helper.js ./MMM-Remote-Control/installer.sh ./MMM-BackgroundSlideshowInfo/README.md ./MMM-NotificationTrigger/README.md pi@MagicPi:~/MagicMirror/modules $
So… Remote Control I believe…
I will try to disable it and see what happens. -
RE: MM Error - .AppleDouble and UnhandledPromiseRejectionWarning
@lavolp3
!!! it’s not your fault, it’s shame on me!!!Anyway, I just did it…Result is zero…Nothing…
pi@MagicPi:~/MagicMirror/modules $ find . -maxdepth 2 -exec grep -nwl Promise 2>/dev/null {} + pi@MagicPi:~/MagicMirror/modules $
So…disable them one by one is the next analysis step??
-
RE: MMM-Hotword or voicecontrol - far-field mic
Indeed…It will also avoid the USB latence issue which I saw in several threads…
There are tons of mic arrays (mainly called ReSpeaker). Some of them are expensive (79USD).
I just found that one which already includes connexion board to the Pi, only have 4 mics but is cheaper. Seems to be a good comprise.
I just need to figure out how to connect it to the Pi without using / covering the full GPIO as I already have 2 others sensors connected on it.