introlab / odas_web

A desktop visualization GUI for the ODAS library
MIT License
139 stars 54 forks source link

ODAS process cannot connect to ODAS Web #86

Open kei-koba opened 1 year ago

kei-koba commented 1 year ago

I am trying to start ODAS in a local Linux computer but the ODAS process cannot connect to ODAS Web.


$ npm start

odas_studio@0.3.0 start /home/xxxxxxxxxxx/usb_4_mic_array/odas_web/odas_web-0.3 electron .

server listening to {"address":"::","family":"IPv6","port":9000} server listening to {"address":"::","family":"IPv6","port":9001} server listening to {"address":"::","family":"IPv6","port":10000} server listening to {"address":"::","family":"IPv6","port":10010} received launch command /home/xxxxxxxxxxx/usb_4_mic_array/odas/build/bin/odaslive /home/xxxxxxxxxxx/usb_4_mic_array/odas.cfg new client connection from ::ffff:127.0.0.1:37594 new client connection from ::ffff:127.0.0.1:53916 new client connection from ::ffff:127.0.0.1:40466 new client connection from ::ffff:127.0.0.1:35770 connection from ::ffff:127.0.0.1:35770 closed connection from ::ffff:127.0.0.1:37594 closed connection from ::ffff:127.0.0.1:53916 closed connection from ::ffff:127.0.0.1:40466 closed received stop command


And this is the result of odaslive.

$cd /home/xxxxxxxxxxx/usb_4_mic_array/odas/build/bin/ $./odaslive -c ../../../odas.cfg -v +--------------------------------------------+ | ODAS (Open embeddeD Audition System) | +--------------------------------------------+ | Author: Francois Grondin | | Email: francois.grondin2@usherbrooke.ca | | Website: introlab.3it.usherbrooke.ca | | Version: 1.0 | +--------------------------------------------+ | + Initializing configurations...... [Done] | | + Initializing objects............. [Done] | | + Launch threads................... Sink pots: Cannot connect to server Sink tracks: Cannot connect to server


System info:

OS: Ubuntu 20.04 (CPU: Ryzen 7, Architecture: x86_64) Device: ReSpeaker 4 Mic Array (UAC1.0): USB Audio (hw:4,0)

$ node -v v12.22.12 $npm -v 6.14.16


odas.cfg and package.json are attached.

Any tips? Thank you.

odas cfg and package json.zip

solodezaldivar commented 1 year ago

Did you find an answer? Having exactly the same issue

213124ds commented 6 months ago

This happens to me too, is there any solution?