mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
ERROR unexpected end of JSON input {"node_id": 0} #26
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 @willholdoway on GitHub (Apr 8, 2020).
I'm getting the error: unexpected end of JSON input {"node_id": 0}
When trying to use dens-updater for the first time via this entry in the docker compose file:
@github-actions[bot] commented on GitHub (Apr 8, 2020):
Thanks for creating your first issue 👍 Feel free to use Slack if you just need some quick help or want to chat
@qdm12 commented on GitHub (Apr 9, 2020):
That's most likely because your JSON file is not well formatted. You can check with https://jsonlint.com/
@willholdoway commented on GitHub (Apr 9, 2020):
No, this is my JSON below and it is valid:
@qdm12 commented on GitHub (Apr 9, 2020):
Maybe you have
\rcharacters (windows end of lines literals) in the file?@willholdoway commented on GitHub (Apr 9, 2020):
In config.json ? I don't think so
@qdm12 commented on GitHub (Apr 10, 2020):
I'm quite certain it's a problem with the syntax of the file or something not visible like line endings.
Try with
in your file to see if you get the same error. You should get a
no settings founderror instead.@qdm12 commented on GitHub (May 30, 2020):
Have you solved it now? If not, I'll make an alpine based image so you can try debugging it from inside the container.