Domain DNS Setting

Hardware: VPS bought online
YunoHost version: 11.1.19
I have access to my server : Through SSH | through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no

Description of my issue

When I click DNS tab on Domain setting I get this error:

Error: "500"
Action: "POST" /yunohost/api/domains/alperenarslan.net/dns/push?dry_run

Traceback
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/moulinette/interfaces/api.py", line 457, in process
    ret = self.actionsmap.process(arguments, timeout=30, route=_route)
  File "/usr/lib/python3/dist-packages/moulinette/actionsmap.py", line 584, in process
    return func(**arguments)
  File "/usr/lib/python3/dist-packages/yunohost/domain.py", line 734, in domain_dns_push
    return domain_dns_push(domain, dry_run, force, purge)
  File "/usr/lib/python3/dist-packages/yunohost/log.py", line 410, in func_wrapper
    result = func(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/yunohost/dns.py", line 718, in domain_dns_push
    client = LexiconClient(query)
  File "/usr/lib/python3/dist-packages/lexicon/client.py", line 77, in __init__
    self.provider = provider_class(self.config)
  File "/usr/lib/python3/dist-packages/lexicon/providers/googleclouddns.py", line 75, in __init__
    if self._get_provider_option("auth_service_account_info").startswith("file::"):
AttributeError: 'NoneType' object has no attribute 'startswith'

I tried running diagnostics but no warnings.

So did you effectively fill any account info regarding your google cloud DNS thing in YunoHost ? Or did you just somehow click the Push button without configuring anything ?

Or my bad maybe this is just trying to display the info, not even clicking “Push” or anything :thinking:

I didn’t click push or anything.

This error just shows up the moment I open the page.

Also there’s nowhere to fill to

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