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

[BUG] Invalid version format (non-numeric data) at /usr/bin/ddclient line 24. #78

Closed
1 task done
Feriman22 opened this issue Oct 23, 2023 · 2 comments
Closed
1 task done

Comments

@Feriman22
Copy link

Feriman22 commented Oct 23, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

It worked for a long time, but today (after a router restart), I'm getting this below error in logs:

Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.

Expected Behavior

It should update the ddns IP.

Steps To Reproduce

I have no idea how to reproduce.

Environment

- OS: Raspberry Pi OS Bookworm arm64
- How docker service was installed: Docker compose, via portainer

CPU architecture

arm64

Docker creation

version: "2.1"
services:
  ddclient:
    image: linuxserver/ddclient
    container_name: ddclient
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=CET
    volumes:
      - /mnt/Docker/ddclient:/config
    restart: unless-stopped
    network_mode: bridge

Container logs

Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
Invalid version format (non-numeric data) at /usr/bin/ddclient line 24.
@github-actions
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@Roxedus
Copy link
Member

Roxedus commented Oct 23, 2023

Dupe of #77

@Roxedus Roxedus closed this as completed Oct 23, 2023
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants