-
-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
Roland v-80HD requires authentication credentials for the use with smart tally and there is no way to enter them in TallyArbiter. I am able to view Smart Tally in the same web browser and I am recieving this error in the console:
[2025-12-04 13:37:56] error: Source: Roland V-80 Roland Smart Tally Error: AxiosError: Request failed with status code 401
Version
Server Version 3.1.1 UI Version 3.1.1
Distribution
CLI
OS
MacOS
What browsers are you seeing the problem on?
Chrome
If applicable, What Listener Clients are You Using?
No response
TallyArbiter configuration
{
"security": {
"jwt_private_key": "cE7DB0W+fc8Y65Do9DlDTfTDWrkkdvR7Q0tp/sInBUbxlQD/1Flkhq7lI3QLPABuBPHN5ZhUVo8uEB2AVdCvahX5B1MiMhzM8cdAcIYePuLIbJruRbutaOAmuilFyNPDys49SwfhCFoLk9RUe1LonXD1LMk9eUvsP2QRV33r6SY2K/81QuYV4v22uLHx8qPQk13qzZMbftx3u2ajqpxy3zTBMUFRyBTAg/0cjZ4HaNk6UDir6SOJ8bxKVgppEWgKPEhdiuX1WX1cWwSwqup14f1LWPTIPo+ZdWvgNZFKWwaSyjPCpnvSwr7wBypszuhyMFLR7DUydDHyWzIeq1OISw=="
},
"users": [
{
"username": "producer",
"password": "$2a$10$H9XVGcntIxeZrufmyTcJmOehbCIn/0HhoS0GxS9wLCU9VB.EaO7ym",
"roles": "producer"
},
{
"username": "admin",
"password": "$2a$10$HxuTXA/r2umlyamNOXD3y.1t.c4OVjITRmdwEku69SCwmuyMYl636",
"roles": "admin"
}
],
"cloud_destinations": [],
"cloud_keys": [],
"device_actions": [],
"device_sources": [
{
"deviceId": "a6b1d383",
"sourceIdx": "2",
"address": "1",
"sourceId": "2a7f33e4",
"id": "85cdf8f3",
"rename": true
}
],
"devices": [
{
"name": "Test-Device",
"tslAddress": 1,
"linkedBusses": [],
"enabled": true,
"id": "a6b1d383"
}
],
"sources": [
{
"data": {
"ip": "192.168.8.147"
},
"name": "Roland V-80",
"sourceTypeId": "4a58f00f",
"reconnect": true,
"enabled": true,
"id": "2a7f33e4",
"max_reconnects": 5,
"connected": true
}
],
"tsl_clients": [],
"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
},
{
"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": "f62a6466"
}Relevant log output
[2025-12-04 13:42:10] error: Source: Roland V-80 Roland Smart Tally Error: AxiosError: Request failed with status code 401
[2025-12-04 13:42:11] error: Source: Roland V-80 Roland Smart Tally Error: AxiosError: Request failed with status code 401Error stacktrace (if applicable)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working