Skip to content
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

Crashing since upgrade to 1.1.19.1 #67

Open
stevem405 opened this issue Jun 14, 2024 · 2 comments
Open

Crashing since upgrade to 1.1.19.1 #67

stevem405 opened this issue Jun 14, 2024 · 2 comments

Comments

@stevem405
Copy link

After updating OmniLinkBridge in Home Assistant from 1.1.14.1 to 1.1.19.1 the app crashes. Restoring 1.1.14.1 fixes the problem.

Home assistant version 2024.6.2
OS version 12.3
Platform Raspberry Pi 4

Error log snip:
[06:01:31] INFO: Starting OmniLink Bridge...
2024-06-14 06:01:31 [OmniLinkBridge.Settings ERR] Invalid encryption key specified for controller_key1
[06:01:31] WARNING: OmniLink Bridge crashed, halting add-on
s6-rc: info: service legacy-services: stopping
[06:01:31] INFO: OmniLink Bridge stopped, restarting...
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun omnilink-bridge (no readiness notification)
s6-rc: info: service legacy-services successfully started
[06:01:38] INFO: Starting OmniLink Bridge...
2024-06-14 06:01:38 [OmniLinkBridge.Settings ERR] Invalid encryption key specified for controller_key1
[06:01:38] WARNING: OmniLink Bridge crashed, halting add-on
s6-rc: info: service legacy-services: stopping
[06:01:38] INFO: OmniLink Bridge stopped, restarting...
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped

@rwagoner
Copy link
Contributor

The log is showing the encryption key is not formatted correctly. Validation logic was added so I would double check the keys are formatted as "00-00-00-00-00-00-00-00"

@stevem405
Copy link
Author

stevem405 commented Jun 15, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants