mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-30 17:36:13 -04:00
Bug: ERROR unknown provider: url:https://XX #115
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @WhistleMaster on GitHub (May 16, 2021).
Originally assigned to: @qdm12 on GitHub.
TLDR: public IP address with custom http provider gives an error.
864a696)Logs:
Configuration file (remove your credentials!):
Host OS:
Linux nuc 4.19.0-16-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 GNU/Linux
Docker version 20.10.6, build 370c289
@fredericrous commented on GitHub (May 18, 2021):
this is the default behavior of ddns-updater. Any suggestion?
@qdm12 commented on GitHub (May 18, 2021):
It's a bug, sorry I didn't get time to do it. You should be able to specify your own IP url, although depending on the code API this feature may be dropped. I'll get to it soon.
@WhistleMaster commented on GitHub (May 22, 2021):
Well indeed, I should be able to 😅 but when I do specify my own IP url, this is the error I get.
I'm not sure to follow, the feature to specify its own IP url is not working at the moment, but will be removed soon ?
According to the documentation:
You can also specify an HTTPS URL such as https://ipinfo.io/ip
@qdm12 commented on GitHub (May 22, 2021):
Yeah I know, I broke the feature when reworking the public IP fetching
8b2e83a69eby accident. Looking at the code (on mobile) I should be able to restore it, I'll try to do it this weekend.Out of curiosity, why do you want this feature? I don't exactly recall why I added it in the first place 😄
@qdm12 commented on GitHub (May 22, 2021):
Actually it was all ready to go, just a small piece of code was missing to check parameters for that custom url option. It should now work 😉
@WhistleMaster commented on GitHub (May 23, 2021):
Yeah 🎉 Thanks for the fix ! I'm using it with my own VPS 😉 I'll try it now.