-
-
Notifications
You must be signed in to change notification settings - Fork 613
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
fix: treat "ascii" buffer encoding as "utf-8" #7395
Conversation
@zwave-js-bot automerge |
### Bugfixes * Fixed an issue where encoding a buffer as an ASCII string would throw an error on Node.js builds without full ICU (#7395)
Ubuntu Linux - zwave-js-ui-linux 9.27.2 fails to start same as version 9.27.0. |
Please make a driver log, loglevel |
Hi, Regarding 9.27.2. Linux shuttle 6.8.0-48-generic #48-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 27 14:04:52 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux My log levels are set as you have specified. I have tried to start zwave-js-ui-linux multiple times. Unfortunately, the log never receives any new messages. The program just exits. The last message is shutting down the previous version. From syslog: 2024-11-14T09:18:28.593191-05:00 shuttle systemd[1]: Started zwave-js-ui.service - Zwave-js-ui. This just repeats several times. Don |
Are you sure that's actually 9.27.2? |
Al, I have gotten to the bottom of MY problem. My desktop system is an Apple MacBook Pro (Apple Silicon). I always download the zip files to this Mac system, unzip them on the Mac, and then scp the executable file to my multiple Linux servers (ubuntu). I don't send the Store folder, only the executable. After our last conversation above, I decided to scp the zwave-ui-v9.27.2-linux.zip file to my test Ubuntu server. Once there, I used Linux unzip to get the executable file. I am now running 9.27.2 on my test system without error. Can not explain why that procedure worked? Not sure what could be wrong with unzipping a file on the Mac. Have always done it there and then scp the files to my production systems (I have 3). I will let you know if I encounter any problems with my Home Automation production systems and the 9.27.2 version.. Sorry for the fire drill. Thank you for your quick responses to this matter. Don |
Al, I have updated my production severs to zwave-js-ui-linux 9.27.2. All are working properly. Have not figured out what caused the issue to start with. Files seem to compare properly! Don |
Fixes the issue reported in zwave-js/zwave-js-ui#3994