You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bad argument #1 to 'mode' (number expected, got nil)
stack traceback:
[C]: in function 'mode'
...ecurity/konnected-security/src/lfs/rest_endpoint.lua: in function <...ecurity/konnected-security/src/lfs/rest_endpoint.lua:38>
Local variable pin should be initialized by actuator.pin in the case when the initial HTTP GET for status fails. Manifested by this HomeBridge issue: konnected-io/homebridge-konnected#8
The text was updated successfully, but these errors were encountered:
Crashes on this line when the HTTP call on the lines above result in a 401 Unauthorized response:
konnected-security/src/lfs/rest_endpoint.lua
Line 57 in a9a4ab4
Local variable
pin
should be initialized byactuator.pin
in the case when the initial HTTP GET for status fails. Manifested by this HomeBridge issue: konnected-io/homebridge-konnected#8The text was updated successfully, but these errors were encountered: