Yunohost Dyndns update failed; Failed to resolve dyndns.yunohost.org

My YunoHost server

Hardware: Intel Mini-PC Z83
YunoHost version: 4.1.6
I have access to my server : Through SSH and physical keyboard screen
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no

Description of my issue

A little background. I registered my noho.st domain around half a year ago, but abandon it since my ISP is blocking all ports below 1084. Fast forward, i’m with a new ISP that doesn’t block ports (except 53 DNS Port), and i’m trying to have another shot at yunohost dyndns. (The yunohost instance isn’t available from outside network)

Now, i was trying to update my dyndns configuration using sudo yunohost dyndns update command, but it only printed out Error: Failed to resolve dyndns.yunohost.org.

Here’s the command ran in debug mode

> admin@xionco:~$ sudo yunohost dyndns update --force --debug
> 266  DEBUG initializing base actions map parser for cli
> 269  DEBUG loading actions map namespace 'yunohost'
> 320  DEBUG building parser...
> 329  DEBUG building parser took 0.008s
> 332  DEBUG acquiring lock...
> 15699 DEBUG lock has been acquired
> 15808 DEBUG loading python module yunohost.dyndns took 0.108s
> 15808 INFO processing action [27517.1]: yunohost.dyndns.update with args={'domain': None, 'force': True, 'dry_run': False, 'dyn_host': 'dyndns.yunohost.org', 'ipv4': None, 'key': None, 'ipv6': None}
> 15810 DEBUG Building zone update file ...
> 45815 ERROR unable to retrieve string to translate with key 'Failed to resolve dyndns.yunohost.org' for default locale 'locales/en.json' file (don't panic this is just a warning)
> None
> 45816 DEBUG action [27517.1] executed in 30.007s
> 45818 DEBUG lock has been released
> 45819 ERROR Failed to resolve dyndns.yunohost.org

I’ve disabled ipv6 after searching the same problem, but to no avail.

My domain name is xionco.noho.st

I would appreciate any help. If you need any more info or logs, please do send me a message

Eeeeh wokay and if you manually run for example:

ping -c 3 dyndns.yunohost.org

does it ping something ? (meaning it’d get resolved)

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.