Error output from synGet function if the version number data format is not an integer (%d) is super non-informative for the users. Here is an example
Confirm with , the message should say what variable was in the wrong format. This should be done in the Python client. So I am changing this issue to a Python client issue to fix this.
Reproduced the problem in the python client version 1.8.1:
Verify that changing `version` parameter value to a number, my request gets further:
Discussed with . We decided that allowing string value (that represent a number) would be a more flexible fix.
did download with version as int and string, both worked