Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: error decoding response body: missing field locked at line 1 column 433 #61

Open
domtoro opened this issue Jul 28, 2024 · 6 comments · May be fixed by #64
Open

Error: error decoding response body: missing field locked at line 1 column 433 #61

domtoro opened this issue Jul 28, 2024 · 6 comments · May be fixed by #64

Comments

@domtoro
Copy link

domtoro commented Jul 28, 2024

I've encountered a new issue with cfdyndns. It began before the most recent log rotation, so I'm unsure of the exact time when the problem started.

Jul 28 15:40:01 somehostname systemd[1]: Started CloudFlare Dynamic DNS Client.
Jul 28 15:40:01 somehostname cfdyndns-start[202436]:  INFO  cfdyndns::ip > XXX.YYY.ZZZ.115
Jul 28 15:40:01 somehostname cfdyndns-start[202436]:  INFO  cfdyndns::ip > 2001:AAAA:BBBB:CCCC:DDDD:EEEE:FFFF:FFFF
Jul 28 15:40:07 somehostname cfdyndns-start[202436]: Error: error decoding response body: missing field `locked` at line 1 column 433
Jul 28 15:40:07 somehostname systemd[1]: cfdyndns.service: Main process exited, code=exited, status=1/FAILURE

I am using cfdyndns v 0.2.1 on NixOS 24.05.

@anthr76
Copy link

anthr76 commented Aug 18, 2024

I'm seeing this as well

@JosephGoulden
Copy link

We need this merged PR, now waiting for a release of cloudflare-rs.

@Pablo1107
Copy link

Currently we are not using upstream cloudflare-rs but this fork from @Wyn-Price

Please rebase your fork with upstream master and update the dependency here.

@Pablo1107
Copy link

We need this merged PR, now waiting for a release of cloudflare-rs.

This has been merged, we need to merge #64 to update the dependency and remove the patch in order to fix this.

@ppenguin
Copy link

ppenguin commented Feb 8, 2025

I just saw this in my logs (also via cfdyndns-2.1 on NixOS):

cfdyndns-start[4185824]: Error: error decoding response body: missing field `auto_added` at line 1 column 191

Does this mean the whole thing will repeat for the auto_added field now?

@Pablo1107
Copy link

I just saw this in my logs (also via cfdyndns-2.1 on NixOS):

cfdyndns-start[4185824]: Error: error decoding response body: missing field `auto_added` at line 1 column 191

Does this mean the whole thing will repeat for the auto_added field now?

I think it does, yeah. Cloudflare seems to have been updating their API several times in the last weeks. This issues has to be addressed in the upstream library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants