NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
22.99k stars 2.66k forks source link

DNSPOD API: Incorrect domain #3667

Open asinwang opened 7 months ago

asinwang commented 7 months ago

CommandError: Saving debug log to /tmp/letsencrypt-log/letsencrypt.log [DNSPOD] Record.Create error: Incorrect domain, please enter a primary domain, e.g. dnspod.cn [DNSPOD] Record.List error: Incorrect domain, please enter a primary domain, e.g. dnspod.cn Error communicating with the DNSPOD API: Incorrect domain, please enter a primary domain, e.g. dnspod.cn Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /tmp/letsencrypt-log/letsencrypt.log or re-run Certbot with -v for more details.

at /app/lib/utils.js:16:13
at ChildProcess.exithandler (node:child_process:430:5)
at ChildProcess.emit (node:events:518:28)
at maybeClose (node:internal/child_process:1105:16)
at ChildProcess._handle.onexit (node:internal/child_process:305:5)
qcmiao1998 commented 5 months ago

same problem

SchrodingerBarbatos commented 4 months ago

same problem

liusanp commented 3 weeks ago

Replace the file /opt/certbot/lib/python3.11/site-packages/certbot_dns_dnspod/client.py in docker with https://raw.githubusercontent.com/SkyLothar/certbot-dns-dnspod/aa656c1608181cc028599095c3154c0a6a5a3bb1/certbot_dns_dnspod/client.py to fix this bug.