mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Provider INWX wrong error message #292
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 @pomeloy on GitHub (Jun 17, 2023).
TLDR: error message using DNS provider INWX even though records were successfully updated
Is this urgent: No
DNS provider(s) you use: INWX
Program version:
2023-06-17T08:41:18.419Z (commit 828373d)What are you using to run the container: docker-compose
Extra information (optional)
Somehow this error message check fails. https://github.com/qdm12/ddns-updater/blob/828373da7f95289fe6a9504a48d99bee6a723a94/internal/provider/providers/inwx/provider.go#L136-L137
Logs:
Configuration file (remove your credentials!):
Host OS: docker image: qmcgaw/ddns-updater
@qdm12 commented on GitHub (Jun 17, 2023):
Hopefully 7f43415d4eec1377dbb48b3468dc1d36c60ea025 fixes it in the latest image, please comment back here if it's not 😉
@qdm12 commented on GitHub (Jun 17, 2023):
Never mind, I overridden that commit with
27456b628dBasically the OR
||should had been an AND&&in that if condition.