-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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: All table entries need to be the same length #8135
Comments
@castorw what does this error mean? |
This could point to possible NV memory corruption. This error indicates that entries of various length were entered into table creation function - which does not make sense if proper data were introduced.
|
|
@0sorkon Yep, your NV seems to be corrupt indeed. Please flash recommended firmware as per zigbee2mqtt website. If you are not able to do so at least try resetting the NVRAM - eg. using this script (https://github.com/zigpy/zigpy-znp/blob/dev/zigpy_znp/tools/nvram_reset.py). Hope this helps. |
But in the same time, i just plugging in stick to x86 pc with ubuntu and older z2m version and everything work well |
awesome! After resetting nvram, z2m starting correctly! thank you very much! |
@0sorkon Yes its possible you were able to start it because the previous codebase (prior to my PR Koenkk/zigbee-herdsman#303) didn't perform these checks when starting up. Several processes are now more strict and therefore can provide more reliable execution. I am glad to hear it worked out okay for you. I believe we can close this now. |
What happened
Raspberry pi 3b+cc2652p . Official image on microSD. Zigbee22mqll installed according to instruction on https://www.zigbee2mqtt.io/getting_started/running_zigbee2mqtt.html
after 'npm start' i receive error "All table entries need to be the same length", pastebin of debug output below:
https://pastebin.com/38q4zQwD
configuration.yaml:
https://pastebin.com/8YWFAN68
It is not problem with power supply, tested on different and without "Under-voltage detected!"
What did you expect to happen
Everything must be ok, considering that this stick working well on x86 and ubuntu + zigbee2mqtt + majordomo
How to reproduce it (minimal and precise)
Take RPI 3b+cc2652, Install Zigbee2mqll
Debug info
Log debug output: https://pastebin.com/38q4zQwD
configuration.yaml: https://pastebin.com/8YWFAN68
Zigbee2MQTT version: zigbee2mqtt@1.20.0
Adapter hardware: CC2652P
Adapter firmware version: Coordinator firmware version: '{"meta":{"maintrel":1,"majorrel":2,"minorrel":7,"product":1,"revision":20210319,"transportrev":2},"type":"zStack3x0"}'
The text was updated successfully, but these errors were encountered: