lmahmutov / SGW-Homeassistant

Home Assistant on Openwrt, can be compiled as package and integrated to image
MIT License
16 stars 9 forks source link

Getting error with mobile_app component #37

Open khongpt opened 2 years ago

khongpt commented 2 years ago

When I upgrade to Home Assistant Core 2022.5.4 every thing works fine except getting error with mobile_app component.

I put some logs below. If you don't mind taking a moment to take a look, is it python-ha-pynalc-1.5 causing the above error?

B.Rgrds

2022-05-22 19:17:45 ERROR (MainThread) [homeassistant.setup] Setup failed for mobile_app: Unable to import component: Error relocating /usr/lib/python3.9/site-packages/nacl/_sodium.abi3.so: crypto_core_ed25519_scalar_invert: symbol not found
2022-05-22 19:17:45 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: mobile_app
2022-05-22 19:17:45 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: (DependencyError(...), 'Could not setup dependencies: mobile_app')
lmahmutov commented 2 years ago

Hi. I can't reproduce this problem for myself yet. Perhaps the problem is really in this package. Or in a dependent library. Maybe need to rebuild libsodium and upgrade it to new version? Can you try updating this library?