Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR empty username #175

Closed
Lukas8299 opened this issue Mar 11, 2021 · 1 comment · Fixed by #176
Closed

ERROR empty username #175

Lukas8299 opened this issue Mar 11, 2021 · 1 comment · Fixed by #176

Comments

@Lukas8299
Copy link

Lukas8299 commented Mar 11, 2021

I'm getting the Error ERROR empty username but I followed every step and my config.json looks like this:

{
  "settings": [
    {
      "provider": "ddnss",
      "provider_ip": true,
      "domain": "xxxx.ddnss.de",
      "host": "@",
      "user": "lukas8299",
      "password": "xxxx",
      "ip_version": "ipv4"
    }
  ]
}
@fredericrous
Copy link
Collaborator

try to replace user by username

{
  "settings": [
    {
      "provider": "ddnss",
      "provider_ip": true,
      "domain": "xxxx.ddnss.de",
      "host": "@",
      "username": "lukas8299",
      "password": "xxxx",
      "ip_version": "ipv4"
    }
  ]
}

fredericrous added a commit that referenced this issue Mar 11, 2021
qdm12 pushed a commit that referenced this issue Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants