alexbelgium / hassio-addons

My homeassistant addons
MIT License
1.36k stars 193 forks source link

🐛 [inadyn] Error : /etc/cont-init.d/01-custom_script.sh exiting 23 #1378

Closed LenirSantiago closed 1 month ago

LenirSantiago commented 1 month ago

Description

The following errors show up in the logs: curl: (23) Failure writing output to destination Error : /etc/cont-init.d/01-custom_script.sh exiting 23

Reproduction steps

Use configuration:

- hostname: Home
  password: password
  provider: opendns.com
  username: username@mail.com
  ddns-server: update.opendns.com
  checkip_server: default
- hostname: Home
  password: password
  provider: dnsomatic.com
  username: username@mail.com
  ddns-server: update.dnsomatic.com
  checkip_server: default

Addon Logs

/etc/cont-init.d/00-global_var.sh: executing
[14:07:28] WARNING: [
  {
    "hostname": "Home",
    "password": "****",
    "provider": "opendns.com",
    "username": "user@mail.com"
  },
  {
    "hostname": "Home",
    "password": "****",
    "provider": "dnsomatic.com",
    "username": "user@mail.com",
    "checkip_server": "default"
  }
] is an array, skipping
secure_ssl='true'
/etc/cont-init.d/01-config_yaml.sh: executing
/etc/cont-init.d/01-custom_script.sh: executing
Execute /config/*-inadyn/inadyn.sh if existing
Wiki here : github.com/alexbelgium/hassio-addons/wiki/Add-ons-feature-:-customisation
curl: (23) Failure writing output to destination
Error : /etc/cont-init.d/01-custom_script.sh exiting 23
/etc/cont-init.d/99-run.sh: executing
Guessing DDNS plugin 'default@opendns.com' from 'opendns.com'
Guessing DDNS plugin 'default@dnsomatic.com' from 'dnsomatic.com'
inadyn[151]: In-a-dyn version 2.12.0 -- Dynamic DNS update client.
inadyn[151]: Guessing DDNS plugin 'default@opendns.com' from 'opendns.com'
inadyn[151]: Guessing DDNS plugin 'default@dnsomatic.com' from 'dnsomatic.com'
inadyn[151]: Failed resolving hostname Home: Name has no usable address
inadyn[151]: Failed resolving hostname Home: Name has no usable address
inadyn[151]: Update forced for alias Home, new IP# 99.45.226.77
inadyn[151]: Update forced for alias Home, new IP# 99.45.226.77
inadyn[151]: Updating IPv4 cache for Home
inadyn[151]: Updating IPv4 cache for Home
inadyn[151]: Communication with checkip server checkip.dyndns.com failed, run again with 'inadyn -l debug' if problem persists
inadyn[151]: Retrying with built-in 'default', http://ifconfig.me/ip ...
inadyn[151]: SSL handshake with ifconfig.me failed: An unexpected TLS packet was received.
inadyn[151]: Failed to get IP address for default@opendns.com, giving up!
inadyn[151]: Communication with checkip server checkip.dyndns.com failed, run again with 'inadyn -l debug' if problem persists
inadyn[151]: Retrying with built-in 'default', http://ifconfig.me/ip ...
inadyn[151]: SSL handshake with ifconfig.me failed: An unexpected TLS packet was received.
inadyn[151]: Failed to get IP address for default@opendns.com, giving up!
Starting...
/etc/cont-init.d/00-banner.sh: executing

Architecture

amd64

OS

HAos

github-actions[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.