Hello,
I had HSBuddy working great under HS4 linux ubuntu on a laptop . I have since moved to a raspberry pi 4 running ubuntu mate
Only plugin that is failing to load is HSBuddy
I am getting the following error
ERROR] FATAL UNHANDLED EXCEPTION: Autofac.Core.DependencyResolutionException: An exception was thrown while activating λ:HSPI_HSBuddy.WebPages.IWebPage[] -> HSPI_HSBuddy.WebPages.FencesPage -> HSPI_HSBuddy.Clients.ClientManager -> HSPI_HSBuddy.Data.Database. ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(HSPI_HSBuddy.Native.IHomeSeer)' on type 'Database'. ---> System.TypeInitializationException: The type initializer for 'SQLite.SQLiteConnection' threw an exception. ---> System.DllNotFoundException: e_sqlite3 assembly:<unknown assembly> type:<unknown type> member
null)
when i look at that error it has System.DllNotFoundException: e_sqlite3
not sure if this has anything to do with it but I am using arm64
sqlite3 and all the DLLs seem to be there except for the libsqlite3.so.0
Thanks
I had HSBuddy working great under HS4 linux ubuntu on a laptop . I have since moved to a raspberry pi 4 running ubuntu mate
Only plugin that is failing to load is HSBuddy
I am getting the following error
ERROR] FATAL UNHANDLED EXCEPTION: Autofac.Core.DependencyResolutionException: An exception was thrown while activating λ:HSPI_HSBuddy.WebPages.IWebPage[] -> HSPI_HSBuddy.WebPages.FencesPage -> HSPI_HSBuddy.Clients.ClientManager -> HSPI_HSBuddy.Data.Database. ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(HSPI_HSBuddy.Native.IHomeSeer)' on type 'Database'. ---> System.TypeInitializationException: The type initializer for 'SQLite.SQLiteConnection' threw an exception. ---> System.DllNotFoundException: e_sqlite3 assembly:<unknown assembly> type:<unknown type> member

when i look at that error it has System.DllNotFoundException: e_sqlite3
not sure if this has anything to do with it but I am using arm64
sqlite3 and all the DLLs seem to be there except for the libsqlite3.so.0
Thanks
Comment