Skip to content
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

ODAS process cannot connect to ODAS Web #86

Open
kei-koba opened this issue Dec 9, 2022 · 2 comments
Open

ODAS process cannot connect to ODAS Web #86

kei-koba opened this issue Dec 9, 2022 · 2 comments

Comments

@kei-koba
Copy link

kei-koba commented Dec 9, 2022

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


$ npm start

[email protected] 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: [email protected] |
| 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
Copy link

Did you find an answer? Having exactly the same issue

@213124ds
Copy link

This happens to me too, is there any solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants