philippe44 / LMS-Raop

LMS to AirPlay bridge
68 stars 13 forks source link

Plugin crashing in LMS v8.3.1 - 1676361197 #34

Closed kylepyke closed 1 year ago

kylepyke commented 1 year ago

The plugin crashes on start in the newest version of LMS (v8.3.1) with the following log:

[12:37:47.737929] main:1533 Starting squeeze2raop version: v1.3.1 (Aug  9 2023 @ 21:21:07)
[12:37:47.739499] Start:1268 Cannot load SSL libraries
[12:37:47.739513] main:1597 Cannot start, exiting
[23-08-15 12:37:49.1911] Plugins::RaopBridge::Squeeze2raop::beat (175) crashed ... restarting
[12:37:49.222056] main:1533 Starting squeeze2raop version: v1.3.1 (Aug  9 2023 @ 21:21:07)
[12:37:49.224715] Start:1268 Cannot load SSL libraries
[12:37:49.224746] main:1597 Cannot start, exiting

It seems to do this over and over. Any advice?

philippe44 commented 1 year ago

As log says, the SSL libraries are not found. Use the static version or install proper SSL libraries

kylepyke commented 1 year ago

Thanks! Forgive me, but I have no idea what that means. I have LMS installed as a Home Assistant addon, so I don't have access to the underlying OS to install libraries. I'm also sure it's not possible to install the static version as, again, the HA addon is its own install without configuration options. Any other tips?

philippe44 commented 1 year ago

The static version is just one of the available versions of "Select Binary" that you'll find in the plugin settings

kylepyke commented 1 year ago

Found it! Thanks so much!