Hello, I’ve had a problem since this afternoon. My gladys-z2m-zigbee2mqtt container keeps restarting constantly:
In the logs, I have this:
# Fatal error in , line 0
# unreachable code
#
#
#
#FailureMessage Object: 0xbe8b826c
Using '/app/data' as data directory
#
# Fatal error in , line 0
# unreachable code
#
#
#
#FailureMessage Object: 0xbeb2326c
I’ve tried rebooting Docker and the Raspberry Pi, but nothing works
The containers are configured to update automatically. This is the case for the Zigbee2mqtt image that we use.
However, it seems there is an issue with the latest version. We need to wait for the responsible party to fix it and for the new version to be downloaded
ouvert 05:03PM - 01 Jun 21 UTC
fermé 09:30AM - 04 Jun 21 UTC
problem
## What happened
```sh
pi@raspberrypi:~ $ docker run -it koenkk/zigbee2mqtt:la… test npm
Using '/app/data' as data directory
Creating configuration file...
#
# Fatal error in , line 0
# unreachable code
#
#
#
#FailureMessage Object: 0x7eace25c
```
If I do this manually from /bin/ash I also see the final message `Illegal instruction (core dumped)`
The problem does not happen on a different machine.
## What did you expect to happen
Something like this (note the previous version tag):
```sh
pi@raspberrypi:~ $ docker run -it koenkk/zigbee2mqtt:1.18.3 npm
Using '/app/data' as data directory
Creating configuration file...
Usage: npm <command>
where <command> is one of:
...
```
## Debug info
Raspberry version: 3B+, quite recent Raspberry Pi OS
```sh
pi@raspberrypi:~ $ uname -a
Linux raspberrypi 5.10.36-v7+ #1418 SMP Thu May 13 18:15:03 BST 2021 armv7l GNU/Linux
```
The last time I had this problem with @cicoub13 the image was updated very quickly.
Try disabling the service in the Zigbee2Mqtt configuration, then re-enabling it to force the container update. If the issue has been resolved, it will be functional again.
On my side, all good, everything is working fine.
Based on your response, it seems to be resolved, but I don’t understand what I need to do?
ouvert 05:03PM - 01 Jun 21 UTC
fermé 09:30AM - 04 Jun 21 UTC
problem
## What happened
```sh
pi@raspberrypi:~ $ docker run -it koenkk/zigbee2mqtt:la… test npm
Using '/app/data' as data directory
Creating configuration file...
#
# Fatal error in , line 0
# unreachable code
#
#
#
#FailureMessage Object: 0x7eace25c
```
If I do this manually from /bin/ash I also see the final message `Illegal instruction (core dumped)`
The problem does not happen on a different machine.
## What did you expect to happen
Something like this (note the previous version tag):
```sh
pi@raspberrypi:~ $ docker run -it koenkk/zigbee2mqtt:1.18.3 npm
Using '/app/data' as data directory
Creating configuration file...
Usage: npm <command>
where <command> is one of:
...
```
## Debug info
Raspberry version: 3B+, quite recent Raspberry Pi OS
```sh
pi@raspberrypi:~ $ uname -a
Linux raspberrypi 5.10.36-v7+ #1418 SMP Thu May 13 18:15:03 BST 2021 armv7l GNU/Linux
```
The image is not yet fixed (but they found the issue). Once this is done, you will have to wait a maximum of 24 hours for the image to update automatically.
It is possible to force the update (I will put the command here at that time).
top, thank you very much!
I had the same issue, but it’s resolved tonight!
A new image was published by the maintainer on June 4th around 11 a.m.
Automatic update for me as well last night. Everything is working again.
The image seems to be fixed, but my network no longer seems to detect my sensors, I’ll look into it in detail when I have some time.