Hey hey,
thanks for finding/solving this - @Saimoen !
yes, this seems to be an issue with the server providing the ipv4 address, which is unreliable and thus the ipv4 for dedyn remains empty. We are currently pushing out a test release, please expect this fix to be released until tomorrow.
to anyone not willing to wait until tomorrow:
- inside
/usr/lib/python3/dist-packages/nextbox_daemon/consts.py
GET_EXT_IP4_URL = "https://checkipv4.dedyn.io"
GET_EXT_IP6_URL = "https://checkipv6.dedyn.io"
- afterwards:
sudo systemctl restart nextbox-daemon.service
once the update is there, this will be overwritten with the stock-version…
best