Bug: freedns.afraid.org Error 404 : Page not found error #335

Closed
opened 2025-11-20 04:22:52 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @matsumotokenji on GitHub (Dec 1, 2023).

TLDR: freedns failed to update due to URL 404 not found.

  1. Is this urgent: No

  2. DNS provider(s) you use: freedns.afraid.org

  3. Program version: Running version latest built on 2023-11-17T14:08:09.354Z (commit ba2e777)

  4. What are you using to run the container: docker-compose
    SimpleDocker
    Engine - 20.10.7
    containerd - 1.4.6
    runc - 1.0.0-rc95
    docker-init - 0.19.0

  5. Extra information (optional)

Logs: (ip and token removed from logs)

2023-12-01T19:31:05Z INFO IPv4 address of balbasar01.mooo.com is 111.111.22.22 and your IPv4 address is 111.111.11.11
2023-12-01T19:31:05Z INFO Updating record [domain: mooo.com | host: <removed>| provider: freedns | ip: ipv4] to use 111.111.11.11
2023-12-01T19:31:15Z ERROR doing http request: Get "https://sync.afraid.org/u/TokenRemoved/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

Configuration file (remove your credentials!):

{
  "settings": [
    {
      "provider": "freedns",
      "domain": "mooo.com",
      "host": "<removed>",
      "token": "TokenRemoved",
      "ip_version": "ipv4"
    }
  ]
}

Host OS: SimpleDocker running in TP-LINK Router

Originally created by @matsumotokenji on GitHub (Dec 1, 2023). <!-- YOU CAN CHAT THERE EVENTUALLY: https://github.com/qdm12/ddns-updater/discussions --> **TLDR**: freedns failed to update due to URL 404 not found. 1. Is this urgent: No 2. DNS provider(s) you use: freedns.afraid.org 3. Program version: Running version latest built on 2023-11-17T14:08:09.354Z (commit ba2e777) 4. What are you using to run the container: docker-compose **SimpleDocker** Engine - 20.10.7 containerd - 1.4.6 runc - 1.0.0-rc95 docker-init - 0.19.0 6. Extra information (optional) Logs: (ip and token removed from logs) ``` 2023-12-01T19:31:05Z INFO IPv4 address of balbasar01.mooo.com is 111.111.22.22 and your IPv4 address is 111.111.11.11 2023-12-01T19:31:05Z INFO Updating record [domain: mooo.com | host: <removed>| provider: freedns | ip: ipv4] to use 111.111.11.11 2023-12-01T19:31:15Z ERROR doing http request: Get "https://sync.afraid.org/u/TokenRemoved/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) ``` Configuration file (**remove your credentials!**): ```json { "settings": [ { "provider": "freedns", "domain": "mooo.com", "host": "<removed>", "token": "TokenRemoved", "ip_version": "ipv4" } ] } ``` Host OS: SimpleDocker running in TP-LINK Router
Author
Owner

@qdm12 commented on GitHub (Jan 15, 2024):

The log you posted does not show the 404 page not found you mention:

doing http request: Get "https://sync.afraid.org/u/TokenRemoved/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

This can happen because their server is down or your network is down. I'll close this issue assuming this is resolved, but feel free to comment here if it's not. Thanks

@qdm12 commented on GitHub (Jan 15, 2024): The log you posted does not show the 404 page not found you mention: ``` doing http request: Get "https://sync.afraid.org/u/TokenRemoved/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) ``` This can happen because their server is down or your network is down. I'll close this issue assuming this is resolved, but feel free to comment here if it's not. Thanks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#335