Skip to content

[Bug]: TSL Client reports same state for all devices #765

Open
@maklem

Description

@maklem

What happened?

Starting in version 3.1.0 the module for TSL-clients sends the same status for all devices.
I expected the status sent via TSL to match the one in the UI.

Version

3.1.0, 3.1.1

Distribution

Desktop

OS

Windows

What browsers are you seeing the problem on?

No response

If applicable, What Listener Clients are You Using?

No response

TallyArbiter configuration

{
  "security": {
    "jwt_private_key": "..."
  },
  "users": [
    {
      "username": "producer",
      "password": "...",
      "roles": "producer"
    },
    {
      "username": "admin",
      "password": "...",
      "roles": "admin"
    }
  ],
  "cloud_destinations": [],
  "cloud_keys": [],
  "device_actions": [],
  "device_sources": [],
  "devices": [
    {
      "name": "Cam T0",
      "tslAddress": 0,
      "enabled": true,
      "id": "0cc7e1e2"
    },
    {
      "name": "Cam T1",
      "tslAddress": 1,
      "enabled": true,
      "id": "ec201b8f"
    },
    {
      "name": "Cam T2",
      "tslAddress": 2,
      "enabled": true,
      "id": "b4cc31c3"
    }
  ],
  "sources": [],
  "tsl_clients": [
    {
      "id": "31ca500e",
      "ip": "172.26.240.1",
      "port": 10000,
      "transport": "udp"
    }
  ],
  "tsl_clients_1secupdate": false,
  "bus_options": [
    {
      "id": "e393251c",
      "label": "Preview",
      "type": "preview",
      "color": "#3fe481",
      "priority": 50,
      "visible": true
    },
    {
      "id": "334e4eda",
      "label": "Program",
      "type": "program",
      "color": "#e43f5a",
      "priority": 200,
      "visible": true
    },
    {
      "id": "12c8d699",
      "label": "Aux 1",
      "type": "aux",
      "color": "#0000FF",
      "priority": 100,
      "visible": true
    },
    {
      "id": "0449b0c7",
      "label": "Aux 2",
      "type": "aux",
      "color": "#0000FF",
      "priority": 100,
      "visible": true
    }
  ],
  "externalAddress": "http://0.0.0.0:4455/#/tally",
  "remoteErrorReporting": false,
  "uuid": "59f3ec0f"
}

Relevant log output

No response

Error stacktrace (if applicable)

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions