Bug: ERROR validating domain #416

Closed
opened 2025-11-20 04:23:53 -05:00 by saavagebueno · 3 comments
Owner

Originally created by @l4l4l4l4 on GitHub (Jul 5, 2024).

TLDR: Can't put several domains for namecheap

  1. Is this urgent: No
  2. DNS provider(s) you use: namecheap
  3. Program version: 2.7.0 built on 2024-06-26T19:34:57.277Z (commit d37f057)
  4. What are you using to run the container: docker-compose
  5. Extra information (optional)

Logs:

2024-07-06T03:20:30+04:00 INFO reading JSON config from file /updater/data/config.json
2024-07-06T03:20:30+04:00 ERROR validating domain: domain has invalid character ',' at offset 14
2024-07-06T03:20:30+04:00 INFO Shutdown successful

Configuration file:

{
    "settings": [
        {
            "provider": "namecheap",
            "domain": "git.lalala.ing,lalala.ing",
            "password": "..."
        }
    ]
}
Originally created by @l4l4l4l4 on GitHub (Jul 5, 2024). **TLDR**: Can't put several domains for namecheap 1. Is this urgent: No 2. DNS provider(s) you use: namecheap 3. Program version: 2.7.0 built on 2024-06-26T19:34:57.277Z (commit d37f057) 4. What are you using to run the container: docker-compose 5. Extra information (optional) Logs: ```log 2024-07-06T03:20:30+04:00 INFO reading JSON config from file /updater/data/config.json 2024-07-06T03:20:30+04:00 ERROR validating domain: domain has invalid character ',' at offset 14 2024-07-06T03:20:30+04:00 INFO Shutdown successful ``` Configuration file: ```json { "settings": [ { "provider": "namecheap", "domain": "git.lalala.ing,lalala.ing", "password": "..." } ] } ```
Author
Owner

@qdm12 commented on GitHub (Jul 6, 2024):

You are using the wrong version, if you want to specify multiple owners (aka hosts) for the same domain in the domain field as you did, use the latest version (qmcgaw/ddns-updater). Otherwise the relevant readme for v2.7.0 is linked at the top of the master branch readme.

@qdm12 commented on GitHub (Jul 6, 2024): You are using the wrong version, if you want to specify multiple owners (aka hosts) for the same domain in the domain field as you did, use the latest version (`qmcgaw/ddns-updater`). Otherwise the relevant readme for v2.7.0 is linked at the top of the master branch readme.
Author
Owner

@l4l4l4l4 commented on GitHub (Jul 11, 2024):

this IS v2.7.0

@l4l4l4l4 commented on GitHub (Jul 11, 2024): this IS v2.7.0
Author
Owner

@qdm12 commented on GitHub (Jul 11, 2024):

Please re-read my comment carefully

@qdm12 commented on GitHub (Jul 11, 2024): Please re-read my comment carefully
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#416