<div>~ # docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ff452d339452 ghcr.io/home-assistant/aarch64-hassio-supervisor:latest "/init" About a minute ago Exited (0) About a minute ago
<div>~ # docker logs ff452d339452 -n 100
hassio-supervisor
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/udev.sh
[15:30:44] INFO: Using udev information from host
cont-init: info: /etc/cont-init.d/udev.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun supervisor (no readiness notification)
services-up: info: copying legacy longrun watchdog (no readiness notification)
s6-rc: info: service legacy-services successfully started
[15:30:44] INFO: Starting local supervisor watchdog...
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/src/supervisor/supervisor/__main__.py", line 15, in <module>
from supervisor import bootstrap # noqa: E402
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/bootstrap.py", line 13, in <module>
from .addons.manager import AddonManager
File "/usr/src/supervisor/supervisor/addons/manager.py", line 12, in <module>
from ..const import AddonBoot, AddonStartup, AddonState
File "/usr/src/supervisor/supervisor/const.py", line 17
URL_HASSIO_VERSION = "https://version.wghaos.com/s905x3_bigfs-release-B�.json?os=15.2&su=2025.05.6.dev3103&arch="
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0x81 in position 50: invalid start byte
[15:30:45] WARNING: Halt Supervisor
[15:30:45] INFO: Supervisor restart after closing
s6-rc: info: service legacy-services: stopping
[15:30:45] INFO: Watchdog restart after closing
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped</div></div>