This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 300
Config set fails for type int #881
Labels
Comments
@alanshaw any update? Is this a bug of |
I just noticed that this error happens on any numeric values:
|
@alanshaw any news? This is preventing us from providing MDNS settings in Siderus Orion |
This is still present in the latest release Consider that this is also affecting |
alanshaw
pushed a commit
that referenced
this issue
May 15, 2019
Anything that isn't a string needs to be passed with `--json`. fixes #881 License: MIT Signed-off-by: Alan Shaw <[email protected]>
alanshaw
pushed a commit
that referenced
this issue
May 15, 2019
Anything that isn't a string needs to be passed with `--json`. fixes #881 Depends on: * [x] ipfs-inactive/interface-js-ipfs-core#470 License: MIT Signed-off-by: Alan Shaw <[email protected]>
Fixed in |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Both of these fail:
cannot unmarshal string into Go struct field MDNS.Interval of type int
Repro: https://github.com/0x6431346e/config-set-repro/blob/master/index.js
The text was updated successfully, but these errors were encountered: