HEnquist / camillagui-backend

Backend server for camillagui
GNU General Public License v3.0
18 stars 4 forks source link

Additional properties are not allowed errors. version conflicts? #43

Closed alex-vyverman closed 11 months ago

alex-vyverman commented 11 months ago

Hi,

I'm running CamillaDSP 1.0.3 pyCamillaDSP 1.0.0 Backend 1.0.1 On MacOS

The backend works fine on it's own. But the gui throws errors like:

My guess is that these are settings that are incompatible, or that the gui assumes are incompatible. But I cannot figure out which combination of versions I need to get it running properly without these errors.

Could someone point me in the right direction? Many thanks!

HEnquist commented 11 months ago

Those errors mean that the backend is using the rules for v2.0 to validate the config. Those come from pycamilladsp-plot, so I guess you have somehow ended up running a newer version of that. You need v1.0.2. https://github.com/HEnquist/pycamilladsp-plot/releases/tag/v1.0.2

alex-vyverman commented 11 months ago

An oversight on my part. I dabbled with V2 alpha, downgraded pycamilladsp when going back to v1.x, but forgot pycamilladsp-plot.

That's the cue where I should be using venv's/conda env's 🤓

Thanks for you kind response!

HEnquist commented 11 months ago

Yeah isolated environments are pretty nice 😁