Replies: 1 comment 2 replies
-
your have an issue with your meshcentral setup, it might of tried to self-update but the update went sideways or your internet cut out
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am getting the following error when trying to start meshcentral. Would you please let me know what is wrong? Thanks!
-------- 2/4/2025, 10:27:20 AM ---- 1.1.38 --------
node:fs:1737
const stats = binding.stat(
^
Error: ENOENT: no such file or directory, stat 'C:\mc\node_modules\meshcentral\agents\MeshCentralAssistant.exe'
at Object.statSync (node:fs:1737:25)
at module.exports.hashExecutableFile (C:\mc\node_modules\meshcentral\exeHandler.js:264:79)
at CreateMeshCentralServer.obj.updateMeshTools (C:\mc\node_modules\meshcentral\meshcentral.js:3077:32)
at CreateMeshCentralServer.obj.StartEx4 (C:\mc\node_modules\meshcentral\meshcentral.js:1836:13)
at CreateMeshCentralServer.obj.StartEx3 (C:\mc\node_modules\meshcentral\meshcentral.js:1812:17)
at obj.getCertificate (C:\mc\node_modules\meshcentral\letsencrypt.js:120:9)
at Object.func (C:\mc\node_modules\meshcentral\meshcentral.js:1750:53)
at dns.lookup.bind.name (C:\mc\node_modules\meshcentral\meshcentral.js:3979:55)
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:132:8) {
errno: -4058,
code: 'ENOENT',
syscall: 'stat',
path: 'C:\mc\node_modules\meshcentral\agents\MeshCentralAssistant.exe'
}
Beta Was this translation helpful? Give feedback.
All reactions