-
Notifications
You must be signed in to change notification settings - Fork 84
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
ListZones not work due to deserialize json fail! #198
Comments
I'm also having this problem. Maintainers: Is there anything I can do to help get a fix out? |
Mange
added a commit
to Mange/cloudflare-dyndns-rs
that referenced
this issue
Jun 14, 2023
Sadly it has a bug that prevents the "List Zones" API from working. (See cloudflare/cloudflare-rs#198) One workaround for this is to not use "List Zones" and instead accepting a Zone ID directly. The CLI arguments now require a Zone ID or a Zone Name to be specified, and Zone Name will only be used if no Zone ID is present. We also switch over to Token-based auth for this version.
I am blocked by this as well now. Had a code base making API requests using |
Judging by the value
and the fact that I ran into the same issue just now this is likely a duplicate of #193 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
parse fail happens at this line
ListZones
the response json which fail to be parsed
The text was updated successfully, but these errors were encountered: