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

INFO obtaining ipv4 address succeeded after 1 failed try #905

Open
chchia opened this issue Jan 7, 2025 · 1 comment
Open

INFO obtaining ipv4 address succeeded after 1 failed try #905

chchia opened this issue Jan 7, 2025 · 1 comment

Comments

@chchia
Copy link

chchia commented Jan 7, 2025

running ddns-updater inside casaos with duckdns.org, and it got always reported as unhealthy. checking the container log and i got full of this line.

2025-01-07T03:05:42Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T03:35:41Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T04:05:42Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T04:35:42Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T05:05:42Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T05:35:42Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T06:05:42Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T06:35:42Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T07:05:41Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T07:35:43Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T08:05:42Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T08:35:42Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T09:05:42Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T09:35:41Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T10:05:42Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T10:35:42Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T11:05:42Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T11:35:43Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T12:05:42Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T12:35:42Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T13:05:42Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T13:35:42Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T14:05:41Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T14:35:42Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T15:05:42Z INFO obtaining ipv4 address succeeded after 1 failed try

2025-01-07T15:35:42Z INFO obtaining ipv4 address succeeded after 1 failed try

and here to boot up log

========================================

============= ddns-updater =============

========================================

=========== Made with ❤️ by ============

======= https://github.com/qdm12 =======

========================================

========================================

Running version latest built on 2024-12-24T09:20:36.130Z (commit 78f3061)

🔧 Need help? ☕ Discussion? https://github.com/qdm12/ddns-updater/discussions/new/choose

🐛 Bug? ✨ New feature? https://github.com/qdm12/ddns-updater/issues/new/choose

💻 Email? [email protected]

💰 Help me? https://www.paypal.me/qmcgaw https://github.com/sponsors/qdm12

2025-01-06T18:35:41Z INFO Settings summary:

├── HTTP client

|   └── Timeout: 10s

├── Update

|   ├── Period: 30m0s

|   └── Cooldown: 15m0s

├── Public IP fetching

|   ├── HTTP enabled: yes

|   ├── HTTP IP providers

|   |   └── all

|   ├── HTTP IPv4 providers

|   |   └── all

|   ├── HTTP IPv6 providers

|   |   └── all

|   ├── DNS enabled: yes

|   ├── DNS timeout: 10s

|   └── DNS over TLS providers

|       └── all

├── Resolver: use Go default resolver

├── Server

|   ├── Listening address: :8000

|   └── Root URL: /

├── Health

|   └── Server listening address: 127.0.0.1:9999

├── Paths

|   ├── Data directory: /updater/data

|   ├── Config file: /updater/data/config.json

|   └── Umask: system default

├── Backup: disabled

└── Logger

    ├── Level: info

    └── Caller: hidden

2025-01-06T18:35:41Z INFO reading JSON config from file /updater/data/config.json

2025-01-06T18:35:41Z INFO Found 5 settings to update records
@chchia
Copy link
Author

chchia commented Jan 18, 2025

2025-01-18T18:33:09Z ERROR obtaining ipv4 or ipv6 address: after 3 tries, errors were: dial tcp 1.0.0.1:853: connect: connection refused, Get "[https://ipleak.net/json"](https://ipleak.net/json%22);: context deadline exceeded, dial tcp 208.67.220.220:853: connect: connection refused

it seems that the problem is here, there is a extra " (%22) after json, perhaps it should end with / ?
or maybe the sequence of "] need to change to ]" ???

Image

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

No branches or pull requests

1 participant