We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found this in my logs:
2024-09-10 18:15:39 ERROR 2024/09/10 18:29:08 dock.xxx.net Get "https://dynamicdns.park-your-domain.com/update?host=dock&domain=xxx.net&password=XXXX&ip=": context deadline exceeded (Client.Timeout exceeded while awaiting headers) 2024-09-10 18:15:39 ERROR 2024/09/10 18:30:38 dock.xxx.net Get "https://dynamicdns.park-your-domain.com/update?host=dock&domain=xxx.net&password=XXXX&ip=": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
which implies it tried to set an empty IP
The text was updated successfully, but these errors were encountered:
Maybe the issue lies here: https://github.com/navilg/namecheap-ddns-docker/blob/master/updaterecord.go#L32
I would assume after an error is detected the script should break, not continue. As it likely just goes on and uses empty string for IP
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I found this in my logs:
which implies it tried to set an empty IP
The text was updated successfully, but these errors were encountered: