Page 1 of 1

pytradfri

Posted: Tuesday 05 December 2017 22:15
by haaxema
Hi all,

I tried to install the docker image from: https://github.com/moroen/IKEA-Tradfri-plugin
It installs fine but when I run the image I get the following:

# docker run -t -p 127.0.0.1:1234:1234 ikea-tradfri-plugin
Traceback (most recent call last):
File "tradfri.tac", line 14, in <module>
from pytradfri.api.libcoap_api import APIFactory
ImportError: cannot import name 'APIFactory'

Anyone?