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

Bug: Zoneedit, ERROR unknown response #890

Open
slackluis opened this issue Dec 26, 2024 · 0 comments
Open

Bug: Zoneedit, ERROR unknown response #890

slackluis opened this issue Dec 26, 2024 · 0 comments

Comments

@slackluis
Copy link

slackluis commented Dec 26, 2024

Zoneedit reply with "no update required for" and error code 700. ddns-updater assumes it is error.

  1. Is this urgent: No

  2. DNS provider(s) you use: Zoneedit

  3. Program version: 2.9.0

    Running version 2.9.0 built on 2024-12-24T10:40:42.120Z (commit 78f3061)

  4. docker-compose

  5. Extra information (optional)

Logs:

========================================

============= ddns-updater =============

=========== Made with ❤️ by ============
======= https://github.com/qdm12 =======

========================================

Running version 2.9.0 built on 2024-12-24T10:40:42.120Z (commit 78f3061)
🔧 Need help? ☕ Discussion? https://github.com/qdm12/ddns-updater/discussions/new/choose
🐛 Bug? ✨ New feature? https://github.com/qdm12/ddns-updater/issues/new/choose
💻 Email? [email protected]
💰 Help me? https://www.paypal.me/qmcgaw https://github.com/sponsors/qdm12

2024-12-26T14:15:05Z INFO Settings summary:

├── HTTP client
| └── Timeout: 10s
├── Update
| ├── Period: 11m0s
| └── Cooldown: 5m0s
├── Public IP fetching
| ├── HTTP enabled: yes
| ├── HTTP IP providers
| | └── all
| ├── HTTP IPv4 providers
| | └── all
| ├── HTTP IPv6 providers
| | └── all
| ├── DNS enabled: yes
| ├── DNS timeout: 3s
| └── DNS over TLS providers
| └── all
├── Resolver: use Go default resolver
├── Server
| ├── Listening address: :8000
| └── Root URL: /
├── Health
| └── Server listening address: 127.0.0.1:9999
├── Paths
| ├── Data directory: /updater/data
| ├── Config file: /updater/data/config.json
| └── Umask: system default
├── Backup: disabled
└── Logger

├── Level: info
└── Caller: hidden

2024-12-26T14:15:05Z INFO reading JSON config from file /updater/data/config.json
2024-12-26T14:15:05Z INFO Found single setting to update record
2024-12-26T14:15:05Z INFO Reading history from database: domain domain.example owner dyndns ipv4
2024-12-26T14:15:05Z INFO [healthcheck server] health http server listening on 127.0.0.1:9999
2024-12-26T14:15:05Z INFO [http server] http server listening on [::]:8000
2024-12-26T14:15:05Z INFO [backup] disabled
2024-12-26T14:15:06Z INFO ipv4 address of dyndns.domain.example is and your ipv4 address is 82.x.x.x
2024-12-26T14:15:06Z INFO Updating record [domain: domain.example | owner: dyndns | provider: zoneedit | ip: ipv4] to use 82.x.x.x
2024-12-26T14:15:06Z ERROR unknown response received: <error code="700" text="no update required for dyndns.domain.example to 82.x.x.x" zone="dyndns.domain.example">

Configuration file (remove your credentials!):

{
"settings": [
{
"provider": "zoneedit",
"domain": "dyndns.domain.example",
"username": "XXXXX",
"token": "XXXXXX",
"ip_version": "ipv4",
"ipv6_suffix": ""
}
]
}

Host OS:

Debian 12

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

No branches or pull requests

1 participant