vivalatech / homeassistant-addons

A small script that makes it easy to fling a folder of images onto the Samsung Frame TV
8 stars 1 forks source link

Version 1.0.2 fail with ModuleNotFoundError #1

Closed djfjeff closed 1 month ago

djfjeff commented 1 month ago

Hi,

I just installed the latest version (1.0.2), configured my Frame IP address and started the addons. This fail with the following message :

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
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
Using 192.168.100.29 as the IP of the Samsung Frame
Traceback (most recent call last):
  File "//art.py", line 15, in <module>
    from utils.utils import resize_and_crop_image
ModuleNotFoundError: No module named 'utils'
s6-rc: info: service legacy-services: stopping
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
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
djfjeff commented 1 month ago

I am running on HASS OS. HA version 2024.9.1

vivalatech commented 1 month ago

sorry about this, has been fixed now in v1.0.3

djfjeff commented 1 month ago

Works perfectly after the update, thanks!