mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Bug: Can not handle [ ] in config.json #567
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NQK on GitHub (Nov 13, 2025).
I am trying to work on the config.json file (it worked for a long time) and now it doesn't anymore. I'm using the latest version on Windows 10, 64bit.
The error is:
2025-11-14T09:45:28+07:00 ERROR cannot unmarshal common settings: json: cannot unmarshal object into Go struct field .settings of type []params.commonSettings@NQK commented on GitHub (Nov 13, 2025):
Ha, I looked at the json again and remove a pair of { } and it worked.