-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GUI Settings not working #377
Comments
I can reproduce the bug. Also on the When looking at localhost:50001 I can see the frontpage, but when clicking on settings I get the following exceptions:
|
Ok, after looking more into depth into that I found the bug. When starting the stream we're not taking into account the updated settings. The run function is simply started here:
But we would need to update the settings like that:
I will push this change into your branch @SamedVossberg. @toni-neurosc When doing those updates I get a pydantic error:
I even get this error if all preprocessing steps are deleted, so the list of empty: It would be great to find out why that could be the reason. |
I don't know if this might already be fixed on another branch but at least on the gui branch the Settings don't really work.
They do not change or affect the stream in the backend. Although setting updated are logged in the backend, the actual settings of the stream do not change nor does the data being pushed through the socket.
This does not as initially thought only affect PSD but all settings and features.
The text was updated successfully, but these errors were encountered: