SyntaxError: Invalid or unexpected token in zigbee-herdsman-converters #26709
denisoveral
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
Everything was working fine in my HA instance until last week.
Zigbee2MQTT suddenly stopped and when I try to restart it, I've got that message error in my log
[10:27:47] INFO: Preparing to start...
[10:27:47] INFO: Socat not enabled
[10:27:47] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman-converters/dist/lib/legacy.js:3637
�3
SyntaxError: Invalid or unexpected token
at wrapSafe (node:internal/modules/cjs/loader:1512:18)
at Module._compile (node:internal/modules/cjs/loader:1534:20)
at Object..js (node:internal/modules/cjs/loader:1699:10)
at Module.load (node:internal/modules/cjs/loader:1313:32)
at Function._load (node:internal/modules/cjs/loader:1123:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)
at Module.require (node:internal/modules/cjs/loader:1335:12)
at require (node:internal/modules/helpers:136:16)
at Object. (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman-converters/src/converters/toZigbee.ts:6:1)
I run HA in VirtualBox (vdi image of HAOS), with that config :
Core 2025.3.2
Supervisor 2025.03.2
Operating System 14.2
Interface utilisateur 20250306.0
In the terminal, i'm unable to locate the related file
/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman-converters/dist/lib/legacy.js
I'm quite new to HA, so I don't know where to start searching.
Any idea ?
Beta Was this translation helpful? Give feedback.
All reactions