andyboeh / mediola2mqtt

Mediola MQTT Gateway
11 stars 13 forks source link

'requests' not found #18

Closed firefart closed 2 years ago

firefart commented 2 years ago

From the log on a fresh hass installation after starting the addon:

Traceback (most recent call last):
  File "//./mediola2mqtt.py", line 12, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'

It looks like the module is missing some requirements on install

Full logs ```text 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 Traceback (most recent call last): File "//./mediola2mqtt.py", line 12, in import requests ModuleNotFoundError: No module named 'requests' 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 ```