-
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
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:
- In ossia.device_connection_problems.maxpat:
a. Clickregister.
b. Clickname my_device.
c. Click `expose oscquery 1235 5679 - In ossia.client_connection_problems.maxpat:
a. Clickconnect oscquery 5679.
b. Clickconnect my_device.
c. Clickconnect oscquery ws://127.0.0.1:5679. This should work.
d. Clicknamespace, and verify that the addresses are visible in the jit.cellblock. - In ossia.client_connection_problems.pd:
a. Clickconnect oscquery 5679.
b. Clickconnect my_device.
c. Clickconnect oscquery ws://127.0.0.1:5679. This should work.
d. Verify that the sliders are moving.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

