Loupedeck-open-source / Loupedeck-ObsStudio-OpenPlugin

Loupedeck plugin for OBS Studio
MIT License
9 stars 1 forks source link

Missing assembly reference #26

Open ankou29666 opened 1 year ago

ankou29666 commented 1 year ago

Hi

I've downloaded the sources of the plugin and tried to build it today but I'm getting an error.

In ObsConnector.cs, the following line var password = Loupedeck.AesString.Decrypt("EAAAAOVpn/mqFwbWixg6hzsxeBiUjf+BBZTmfrYzLFgUWMV0", "FourtyTwo");

produces a CS0234 error : "The type or namespace name 'AesString' does not exist in the namespace 'Loupedeck' (are you missing an assembly reference?)"

Is there anything I can do by my own to fix the problem ?