Matze
Results
2
comments of
Matze
Similar issue with timeseries2csv.py here. Firmware 2.3.5673. The cmd `./timeseries2csv.py --header-format simple --host 192.168.201.128 --resolution minutes 1 ` mostly (80%) ends up with different exceptions: - rctclient.exceptions.InvalidCommand: 82 is not...
I made changes to the exception handling in frame.py without accounting for potential side effects. Specifically, I replaced the original line 427, "raise InvalidCommand(str(exc), cmd, i) from exc," with the...