You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
anyone else notices a weird error on podman logs for the Cloudflare-ddns script?
I notice that this script is now generating for every time it is running a Cloudflare API error 81057 "record already exists".
Which I believe is meaning that the script is trying to add a new subdomain to Cloudflare instead of updating the existing one and that is causing the issue of the notice.
I don't know if the used method POST the correct one to update existing records. There are some other method options available like PATCH, PUT &, etc.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
anyone else notices a weird error on podman logs for the Cloudflare-ddns script?
I notice that this script is now generating for every time it is running a Cloudflare API error 81057 "record already exists".
Which I believe is meaning that the script is trying to add a new subdomain to Cloudflare instead of updating the existing one and that is causing the issue of the notice.
I don't know if the used method POST the correct one to update existing records. There are some other method options available like PATCH, PUT &, etc.
Beta Was this translation helpful? Give feedback.
All reactions