-
Notifications
You must be signed in to change notification settings - Fork 3
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
Exception in reset_json function in Dashboard/objects/Table.py #2
Comments
Hello! Did you manage to solve the error? |
As I said i changed the line to |
The interface opens, but it doesn't connect to the server. The port and IP are set correctly. |
Did you launch the Brain app on RPi? |
yes |
Maybe the port number is wrong. Anyways, it would be better to open a topic on the forum, your problem is not related to this issue. |
When running Dashboard app there is an exception and the program aborts:
In reset_json function in Dashboard/objects/Table.py there is an assignment which converts dict to set in line 597 :
self.valuesFromPi = {+ len(self.dataEnums) + len(self.dataRange)}
I do not understand the semantics of this line. I changed the line to:
self.valuesFromPi = {}
and Dashboard works fine.
The text was updated successfully, but these errors were encountered: