mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-29 00:52:37 -04:00
ERROR cannot unmarshal common settings: unexpected end of JSON input #148
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 @yefenghu on GitHub (Oct 1, 2021).
this is openwrt log:
this is my json:
@qdm12 commented on GitHub (Oct 2, 2021):
Make sure you have bind mounted the file correctly. Usually
unexpected end of JSON inputmeans it's an empty file or there is a missing bracket somewhere. The JSON you sent looks correct though, maybe try with https://jsonlint.com/ to be sure.Also maybe the problem comes from Windows line endings
\r\nin the file? 🤔 (probably not, but maybe)