I sometimes get ERROR getting updated info in my logs, with no more diagnostics apart from that.
Doesn't this need to string concatenate now, I had a feeling the multi-arg behaviour was only in Companion 2?:
|
this.log('error', 'ERROR getting updated info', err) |
If so also:
|
this.log('error', 'ERROR getting updated info', err) |
A bit like:
|
this.log('info', 'Received CMD: ' + String(str)) |
The timing of the logging seems to be fairly random, so I assume is somehow linked to operators pressing things, or at least not regular polling.
I sometimes get
ERROR getting updated infoin my logs, with no more diagnostics apart from that.Doesn't this need to string concatenate now, I had a feeling the multi-arg behaviour was only in Companion 2?:
companion-module-polecam-autopod/src/index.js
Line 80 in 47bd11b
If so also:
companion-module-polecam-autopod/src/index.js
Line 80 in 47bd11b
A bit like:
companion-module-polecam-autopod/src/index.js
Line 53 in 47bd11b
The timing of the logging seems to be fairly random, so I assume is somehow linked to operators pressing things, or at least not regular polling.