No-Ip ERROR unknown response received #392
-
I always get that error. Here is my config:
|
Beta Was this translation helpful? Give feedback.
Answered by
qdm12
Jun 12, 2023
Replies: 2 comments 1 reply
-
Please use the latest image |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, in the logs I see:
I am using version 2.4.1 on a TrueNAS system. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not running the latest image, can you please try
docker pull qmcgaw/ddns-updater
? I need the information of what the actual message is. You can also run it withLOG_LEVEL=debug
to see all the http exchanges (careful to remove credentials when pasting here).Relevant code should log
ERROR unknown response received: details
(and not useERROR unknown response received
)ddns-updater/internal/settings/providers/noip/provider.go
Line 162 in 0f127bd