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

[Bug] TypeError: Cannot read properties of undefined (readin... #761

Open
Splashaudio opened this issue Nov 13, 2024 · 0 comments
Open

[Bug] TypeError: Cannot read properties of undefined (readin... #761

Splashaudio opened this issue Nov 13, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Splashaudio
Copy link

What happened?

A bug happened!

Version

3.1.1

Distribution

Desktop

OS

MacOS

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": [],
  "device_actions": [
    {
      "deviceId": "e21d9bbc",
      "data": {
        "ip": "192.168.0.86",
        "port": 1234,
        "string": "CAM1_ON",
        "type": "udp4",
        "end": "",
        "tally1": false,
        "tally2": true,
        "address": 1,
        "label": "CAM1"
      },
      "busId": "334e4eda",
      "active": true,
      "outputTypeIdx": "10",
      "outputTypeId": "79e3ce28",
      "id": "fff51fe7"
    },
    {
      "deviceId": "e21d9bbc",
      "data": {
        "ip": "192.168.0.86",
        "port": 1234,
        "string": "CAM1_OFF",
        "end": "",
        "type": "udp4",
        "address": 1,
        "label": "CAM1",
        "tally2": true
      },
      "busId": "334e4eda",
      "active": false,
      "outputTypeIdx": "10",
      "outputTypeId": "79e3ce28",
      "id": "331075ec"
    }
  ],
  "device_sources": [],
  "devices": [
    {
      "name": "Camera 1",
      "description": "Camera 1",
      "enabled": true,
      "id": "e21d9bbc",
      "tslAddress": 1,
      "linkedBusses": []
    }
  ],
  "sources": [],
  "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
    },
    {
      "id": "5d94f273",
      "label": "Aux 3",
      "type": "aux",
      "color": "#0000FF",
      "priority": 100,
      "visible": false
    },
    {
      "id": "77ffb605",
      "label": "Aux 4",
      "type": "aux",
      "color": "#0000FF",
      "priority": 100,
      "visible": false
    },
    {
      "id": "09d4975d",
      "label": "Aux 5",
      "type": "aux",
      "color": "#0000FF",
      "priority": 100,
      "visible": false
    },
    {
      "id": "e2c2e192",
      "label": "Aux 6",
      "type": "aux",
      "color": "#0000FF",
      "priority": 100,
      "visible": false
    },
    {
      "id": "734f7395",
      "label": "Aux 7",
      "type": "aux",
      "color": "#0000FF",
      "priority": 100,
      "visible": false
    },
    {
      "id": "3011d34a",
      "label": "Aux 8",
      "type": "aux",
      "color": "#0000FF",
      "priority": 100,
      "visible": false
    }
  ],
  "externalAddress": "http://0.0.0.0:4455/#/tally",
  "remoteErrorReporting": false,
  "uuid": ""
}

Relevant log output

[2024-11-13 03:26:23] info: Running Actions for Device: Camera 1
[2024-11-13 03:26:23] info: Running action: Camera 1:Program:On  fff51fe7
[2024-11-13 03:26:23] error: Caught exception: TypeError: Cannot read properties of undefined (reading 'action')
[2024-11-13 03:26:24] info: Running Actions for Device: Camera 1

Error stacktrace (if applicable)

TypeError: Cannot read properties of undefined (reading 'action')
    at /app/actions/UDP.js:47:70
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
@Splashaudio Splashaudio added the bug Something isn't working label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants