-
Notifications
You must be signed in to change notification settings - Fork 3
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
Unable to start service after upgrade to z2m 1.21 #4
Comments
Same problem here.
And this is the /root/.npm/_logs/2021-08-10T18_17_06_903Z-debug.log
|
I think I find a solution here |
@DatCFC sorry for not getting to this sooner. z2m now has an extra step in the upgrade process, after Please let me know if this solves the issue for y'all. |
Still don't run after
|
Thanks. That worked. As far as I'm concerned we can close the issue, but I see that not everyone is successful in updating it.
@tebra-jl I switched to the dev branch as Koenkk sugested on this topic: Koenkk/zigbee2mqtt#8222 |
I switched to dev branch but it still don't works.
The message |
OK I have to go back to a old snapshot with version 1.19.1 |
Upgrading this plugin should be done from outside the jail with Right now it does look like the release branch of z2m is a little broken for our usage, so until there's a new release you'll have to use the dev branch (didn't catch this before as I was already on dev). To switch and upgrade to the dev branch: # Within the jail
service zigbee2mqtt stop
cd /opt/zigbee2mqtt
git checkout HEAD -- npm-shrinkwrap.json
git fetch
git checkout dev
git pull
npm ci
npm run build
service zigbee2mqtt start You might need to repeat the last two |
Have the same issue when installing fresh 1.22.0 or after upgrading from 1.20.0. Errors after
|
Hi @paxswill , I followed the upgrade procedure to get version 1.21, which is the latest release version as of 08/03/21:
Following this the service would not start.
I'm away from system right now. I can post log later.
Wanted to check if this was just an issue on my end or if others see the same with 1.21.
Thanks
The text was updated successfully, but these errors were encountered: