You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with the iCloud device tracker when using this image :
ERROR:homeassistant.components.device_tracker:Error setting up platform icloud
Traceback (most recent call last):
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/device_tracker/__init__.py", line 164, in async_setup_platform
None, platform.setup_scanner, hass, p_config, tracker.see)
File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
value = future.result()
File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/device_tracker/icloud.py", line 80, in setup_scanner
icloudaccount = Icloud(hass, username, password, account, see)
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/device_tracker/icloud.py", line 156, in __init__
self.reset_account_icloud()
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/device_tracker/icloud.py", line 166, in reset_account_icloud
from pyicloud import PyiCloudService
File "/config/deps/pyicloud/__init__.py", line 2, in <module>
from pyicloud.base import PyiCloudService
File "/config/deps/pyicloud/base.py", line 18, in <module>
from pyicloud.services import (
File "/config/deps/pyicloud/services/__init__.py", line 7, in <module>
from pyicloud.services.account import AccountService
File "/config/deps/pyicloud/services/account.py", line 31, in <module>
@six.python_2_unicode_compatible
AttributeError: 'module' object has no attribute 'python_2_unicode_compatible'
The text was updated successfully, but these errors were encountered:
Hello!
I have a problem with the iCloud device tracker when using this image :
The text was updated successfully, but these errors were encountered: