-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error in updatenotification node_helper at line 68 #1164
Comments
oh..., no... |
Are you sure this is a core issue? Might be a problem with one of the modules. Dit you install all your modules using git? |
I've installed all modules using git. Maybe the attribute -latest is not available on git for the 3rd-party module MMM-Fuel. |
Could you try removing the |
all modules disabled, only defaults are running. the same error. |
How did you disable the modules? In this case you need to remove the |
If it is an issue with my module, create an issue as @MichMich said, also check if it is just this module or any 3rd party module |
@fewieden: MMM-Fuel funktioniert. |
That's just a bandage for an issue in Closing this issue for now. |
02-01-2018 15:07:46 Value for data2.latest in module default found (20823bf) 02-01-2018 15:10:39 No value for data2.latest in module MMM-WunderGround found (data2.latest is null) 02-01-2018 15:20:41 No value for data2.latest in module default found (data2.latest is null) 02-01-2018 15:30:41 No value for data2.latest in module MMM-DHT-Sensor found (data2.latest is null) 02-01-2018 15:40:41 Value for data2.latest in module MMM-Sounds found (94a0bc5b7ff2bd620dccd027481fa64f4b1f3fd7) |
Is this in your terminal console or in the web-inspector? |
It's from the terminal console and logged in the pm2 mm-out-0.log. |
I'm running the new version, and I'm not seeing any issues. I didn't get any other other mentions of this issue since the release of the latest version. I suggest you backup your config file, custom css file and modules folder and reinstall MM to see if that solves the issue. |
@Quarx64 Any results? |
After new install, no more errors. |
Great! Thanks for the feedback! |
I get an error when MM ist loading third party modules after update to MM 2.2.2
TypeError: Cannot read property 'hash' of null
at /home/pi/MagicMirror/modules/default/updatenotification/node_helper.js:68:31
at Git. (/home/pi/MagicMirror/node_modules/simple-git/src/git.js:1482:10)
at done (/home/pi/MagicMirror/node_modules/simple-git/src/git.js:1354:21)
at ChildProcess. (/home/pi/MagicMirror/node_modules/simple-git/src/git.js:1379:16)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
i have inserted this
-> if (!err) {
data.hash = data2.latest.hash;
self.sendSocketNotification("STATUS", data);
}
and the error is fixed
The text was updated successfully, but these errors were encountered: