-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
PANIC: unprotected error in call to Lua API (bad light userdata pointer) #199
Comments
This comment has been minimized.
This comment has been minimized.
Broken in 4f3d08b The LUA module requires a patch (already in mainline), so it will have to be built from source until the Alpine packages catch up: openresty/lua-nginx-module#1379 |
This is an upstream issue with Alpine. For the record, I'm not going to compile this in manually, because it requires more than simply compiling a module. Please note: on the Home Assistant documentation, the 32 bits version is still recommended. |
Can you please advise how to roll back to an older version of the addon? |
Hassio currently provides no way to do that. |
I'm logging this with Alpine, but in the meantime, could you please disable this feature on aarch64 so those of us who use it can get control of our house again? |
I'm currently building a PR for the Alpine aport repository. No I can't disable this for aarch64. |
Ok, thanks, I've logged this bug report: https://bugs.alpinelinux.org/issues/10284
|
Your upstream bug report is incorrect, but thanks. |
Dupe of #193 |
Awesome, thankyou :) |
Upstream has been fixed (Alpine) and even backported to Alpine 3.9. |
@frenck do you have an estimate of when the next release will be? Thanks |
I don't work on a schedule. |
Understood, but an estimate of time quantum (days/weeks/months) would help those of us who rely on Node-Red to make a decision on the way forward. I've just moved from RaspberryPi to Odroid C2 and (unintentionally) moved from 32 to 64bit, which is causing a bunch of problems with add-ons related to I am making the assumption there is nothing I as a non programmer can do to help expedite this; if there is, please say. |
@charlietomo Several months. |
Fixed in release v3.1.0 |
When will this be available in the hass.io? I still only see v3.0.3 |
@agoralive It is already there. |
Refresh the addon store (top right corner), it is available now. |
Thanks for the update, this now runs on my Odroid C1. |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
Problem/Motivation
Node-Red doesn't start in the new version - worked before...
Expected behavior
It should start as normal
Actual behavior
It stops with the following error:
[09:22:40] INFO: Starting NGinx...
17 Apr 09:22:40 - [info] Starting flows
17 Apr 09:22:40 - [info] Started flows
PANIC: unprotected error in call to Lua API (bad light userdata pointer)
Steps to reproduce
Starting the add-on
Proposed changes
Update nginx to a version that supports aarch64...
The text was updated successfully, but these errors were encountered: