You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The is_running() method sends a recording_is_running request to Otii program, which is not supported or even mentioned in the TCP API. The Otii program responds with an error, just as expected.
$ python3 example_enable_channels_and_record.py
Project already active
Arc supply voltage: 3
Arc enabled channel Main Current
Arc enabled channel Main Voltage
Set all supply: on
New recording started with id: 6
Error message: recording_is_running Error: "Invalid command"
Done!
$
Indeed also found this to be an issue: 16-02-24 11:03:08.681 [CRITICAL] Something went wrong in runner: <class 'otii_tcp_client.otii_exception.Otii_Exception'> -> {'type': 'error', 'errorcode': 'Invalid command', 'cmd': 'recording_is_running', 'trans_id': '52', 'data': {}}
The is_running() method sends a
recording_is_running
request to Otii program, which is not supported or even mentioned in the TCP API. The Otii program responds with an error, just as expected.$ python3 example_enable_channels_and_record.py
Project already active
Arc supply voltage: 3
Arc enabled channel Main Current
Arc enabled channel Main Voltage
Set all supply: on
New recording started with id: 6
Error message: recording_is_running Error: "Invalid command"
Done!
$
https://github.com/qoitech/otii-tcp-client-python/blob/master/otii_tcp_client/recording.py#L243
The text was updated successfully, but these errors were encountered: