conflict in data types

I tried to do an update using the post to system/config - I read the config from the get system/config and post it back as the json body in the post - and if FAILED - boolean is an int in the go language - how can this be correct? I am using 1.4.0 of syncthing - has this been fixed in a later release?

Sorry, it’s not clear what you are asking. Boolean is a boolean in go, it doesn’t magically turn to int in json.

You should start off by providing the error message you are seeing and the config you are posting back.

1 Like

Never mind - another developer switched a data type without my knowing - thankfully beyond compare works well for this

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.