hassio-addons / addon-appdaemon3

AppDaemon3 - Home Assistant Community Add-ons
https://addons.community
MIT License
41 stars 12 forks source link

Unable to install addon #54

Closed marhoy closed 5 years ago

marhoy commented 5 years ago

Problem/Motivation

I'm unable to install the Appdaemon addon under hassos.

core-ssh:~# hassio addons install a0d7b954_appdaemon3
Processing... Done.

Error: Unknown Error, see logs
core-ssh:~# hassio info
arch: armv7
channel: stable
hassos: "2.12"
homeassistant: 0.100.3
hostname: hassio
logging: info
machine: raspberrypi3
supervisor: "192"
supported_arch:
- armv7
- armhf
timezone: Europe/Oslo

Expected behavior

Expected addon to be installed

Actual behavior

Addon fails to install

Steps to reproduce

core-ssh:~# hassio addons install a0d7b954_appdaemon3
Processing... Done.

Error: Unknown Error, see logs

Proposed changes

Sorry, no ideas... :)

addons-assistant[bot] commented 5 years ago

:wave: Thanks for opening your first issue here! If you're reporting a :bug: bug, please make sure you include steps to reproduce it. Also, logs, error messages and information about your hardware might be usefull.

frenck commented 5 years ago

Please provide logs from the supervisor. Go into the web interface -> hass.io panel -> System tab -> Logs.

marhoy commented 5 years ago

Ah, I was wondering where to find the mentioned log... And it gives a good explanation:

19-10-26 14:36:06 INFO (SyncWorker_8) [hassio.docker.interface] Pull image hassioaddons/appdaemon3-armv7 tag 4.1.0.
19-10-26 14:36:17 ERROR (SyncWorker_8) [hassio.docker.interface] Can't install hassioaddons/appdaemon3-armv7:4.1.0 -> 404 Client Error: Not Found ("no such image: hassioaddons/appdaemon3-armv7:4.1.0: No such image: hassioaddons/appdaemon3-armv7:4.1.0").

But how do I fix that?

I was able to install another addon, the Airsonos.

frenck commented 5 years ago

.0 -> 404 Client Error: Not Found ("no

This 404 happens when there is not enough disk space to complete the operation. This is not an add-on issue 😉

marhoy commented 5 years ago

Strange, I have just reinstalled, and there seems to be lots of free space on the SD card?:

core-ssh:~# df -h
Filesystem                Size      Used Available Use% Mounted on
overlay                  28.6G      2.9G     24.3G  11% /
tmpfs                    64.0M         0     64.0M   0% /dev
tmpfs                   463.1M         0    463.1M   0% /sys/fs/cgroup
/dev/root                90.3M     90.3M         0 100% /dev/init
/dev/mmcblk0p8           28.6G      2.9G     24.3G  11% /addons
/dev/mmcblk0p8           28.6G      2.9G     24.3G  11% /backup
/dev/mmcblk0p8           28.6G      2.9G     24.3G  11% /share
/dev/mmcblk0p8           28.6G      2.9G     24.3G  11% /data
/dev/mmcblk0p8           28.6G      2.9G     24.3G  11% /config
/dev/mmcblk0p8           28.6G      2.9G     24.3G  11% /ssl
/dev/mmcblk0p8           28.6G      2.9G     24.3G  11% /etc/resolv.conf
/dev/mmcblk0p8           28.6G      2.9G     24.3G  11% /etc/hostname
/dev/mmcblk0p8           28.6G      2.9G     24.3G  11% /etc/hosts
shm                      64.0M         0     64.0M   0% /dev/shm
tmpfs                    64.0M         0     64.0M   0% /proc/keys
tmpfs                    64.0M         0     64.0M   0% /proc/latency_stats
tmpfs                    64.0M         0     64.0M   0% /proc/timer_list
tmpfs                    64.0M         0     64.0M   0% /proc/sched_debug
tmpfs                   463.1M         0    463.1M   0% /sys/firmware
frenck commented 5 years ago

:shrug: That is weird. Maybe as @ Hassio? This is kinda out of scope for the add-on. The add-on has no control at this point.

marhoy commented 5 years ago

I reflashed hassos and restored the HA-configuration, and now everything works again! Thanks for the quick response, and sorry about the noise. You're doing a great job, the coffee is well deserved :)

addons-assistant[bot] commented 4 years ago

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.