krontech/chronos-examples

The start recording method was changed and requires an empty parameter list now

Closed this issue · 1 comments

The python start_stop_recording script will not start a recording anymore because there was a change made to the API where the startRecording method now requires an input parameter set. It can just be left blank, so the new line should be:

post = requests.post('http://192.168.12.1/control/startRecording', json = {})

Fixed in commit a237ddc