Created
May 2, 2019 15:38
-
-
Save joydashy/1588f2c9eb1bdab0646351e6b28b65d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2019-05-02 01:42:21 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved | |
| Traceback (most recent call last): | |
| File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step | |
| result = coro.send(None) | |
| File "/usr/local/lib/python3.5/dist-packages/homeassistant/helpers/entity_platform.py", line 357, in _async_add_entity | |
| raise HomeAssistantError(msg) | |
| homeassistant.exceptions.HomeAssistantError: Entity id already exists: binary_sensor.remote_ui. Platform cloud does not generate unique IDs | |
| 2019-05-02 01:42:22 INFO (Thread-15) [botocore.vendored.requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): 169.254.169.254 | |
| 2019-05-02 01:42:24 INFO (MainThread) [snitun.utils.aiohttp_client] AioHTTP snitun client started on 127.0.0.1:35695 | |
| 2019-05-02 02:04:33 ERROR (Thread-4) [homeassistant.components.unifi_direct.device_tracker] Connection to AP unavailable: End Of File (EOF). Exception style platform. | |
| <pexpect.pxssh.pxssh object at 0x7f67f885d0b8> | |
| command: /usr/bin/ssh | |
| args: ['/usr/bin/ssh', '-q', '-p', '22', '-l', 'redbull', 'buri'] | |
| buffer (last 100 chars): b'' | |
| after: <class 'pexpect.exceptions.EOF'> | |
| match: None | |
| match_index: None | |
| exitstatus: None | |
| flag_eof: True | |
| pid: 27575 | |
| child_fd: 42 | |
| closed: False | |
| timeout: 30 | |
| delimiter: <class 'pexpect.exceptions.EOF'> | |
| logfile: None | |
| logfile_read: None | |
| logfile_send: None | |
| maxread: 2000 | |
| ignorecase: False | |
| searchwindowsize: None | |
| delaybeforesend: 0.05 | |
| delayafterclose: 0.1 | |
| delayafterterminate: 0.1 | |
| searcher: searcher_re: | |
| 0: re.compile(b'\\[PEXPECT\\][\\$\\#] ') | |
| 1: TIMEOUT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment