I'm exposing an ossia.device using non-default ports (osc: 1235, ws: 5679). I'm having difficulty connecting an ossia.client to the ossia.device using some of the methods listed in the help patcher.
connect oscquery 5679 doesn't work. This error is printed to the console: "HTTP Error: No connection could be made because the target machine actively refused it"

connect my_device (where my_device is the name of the remote device) also doesn't work.

connect oscquery ws://127.0.0.1:5679 works.
This problem occurs with both the Max and the Pure Data versions of the objects. I'm attaching Max and Pd test patches.
Steps to repro:
- In ossia.device_connection_problems.maxpat:
a. Click register.
b. Click name my_device.
c. Click `expose oscquery 1235 5679
- In ossia.client_connection_problems.maxpat:
a. Click connect oscquery 5679.
b. Click connect my_device.
c. Click connect oscquery ws://127.0.0.1:5679 . This should work.
d. Click namespace, and verify that the addresses are visible in the jit.cellblock.
- In ossia.client_connection_problems.pd:
a. Click connect oscquery 5679.
b. Click connect my_device.
c. Click connect oscquery ws://127.0.0.1:5679 . This should work.
d. Verify that the sliders are moving.
ossia.client_device_connection_problems.zip
I'm exposing an ossia.device using non-default ports (osc: 1235, ws: 5679). I'm having difficulty connecting an ossia.client to the ossia.device using some of the methods listed in the help patcher.
connect oscquery 5679doesn't work. This error is printed to the console: "HTTP Error: No connection could be made because the target machine actively refused it"connect my_device(where my_device is the name of the remote device) also doesn't work.connect oscquery ws://127.0.0.1:5679works.This problem occurs with both the Max and the Pure Data versions of the objects. I'm attaching Max and Pd test patches.
Steps to repro:
a. Click
register.b. Click
name my_device.c. Click `expose oscquery 1235 5679
a. Click
connect oscquery 5679.b. Click
connect my_device.c. Click
connect oscquery ws://127.0.0.1:5679. This should work.d. Click
namespace, and verify that the addresses are visible in the jit.cellblock.a. Click
connect oscquery 5679.b. Click
connect my_device.c. Click
connect oscquery ws://127.0.0.1:5679. This should work.d. Verify that the sliders are moving.
ossia.client_device_connection_problems.zip