introlab / odas_web

A desktop visualization GUI for the ODAS library
MIT License
137 stars 53 forks source link

Failed to use ODAS web with respeaker V2 #69

Closed assafge closed 3 years ago

assafge commented 3 years ago

Did you use the config file from the tutorial?

_Originally posted by @GodCed in https://github.com/introlab/odas_web/issues/50#issuecomment-703717815_

I've successfully installed ODAS and odas_web, updated firmware, tried the referenced config file, ODAS seems to run (have no indication), connect to odas_web (print to stdout), but no change in GUI (also refresh didn't).

running on ubuntu 20.04

assafge commented 3 years ago

electron version was not compatible with the code, I've changed the line: "electron-rebuild": "^1.8.5" to "electron-rebuild": "1.8.5" in package.json/DevDependencies