|
发表于 2017-7-4 00:52:34
|
显示全部楼层
老毛子华硕固件显示错误,求解决
The following errors have been logged this session:
2017-07-04 00:51:51 ERROR (MainThread) [homeassistant.components.device_tracker] Error setting up platform padavanwrt
Traceback (most recent call last):
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/device_tracker/__init__.py", line 151, in async_setup_platform
platform.get_scanner, hass, {DOMAIN: p_config})
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 "/home/homeassistant/.homeassistant/custom_components/device_tracker/padavanwrt.py", line 100, in get_scanner
scanner = AsusWrtDeviceScanner(config[DOMAIN])
File "/home/homeassistant/.homeassistant/custom_components/device_tracker/padavanwrt.py", line 149, in __init__
data = self.get_asuswrt_data()
File "/home/homeassistant/.homeassistant/custom_components/device_tracker/padavanwrt.py", line 191, in get_asuswrt_data
result = self.connection.get_result()
File "/home/homeassistant/.homeassistant/custom_components/device_tracker/padavanwrt.py", line 319, in get_result
self.connect()
File "/home/homeassistant/.homeassistant/custom_components/device_tracker/padavanwrt.py", line 364, in connect
password=self._password, port=self._port)
File "/home/homeassistant/.homeassistant/deps/pexpect/pxssh.py", line 279, in login
spawn._spawn(self, cmd)
File "/home/homeassistant/.homeassistant/deps/pexpect/pty_spawn.py", line 267, in _spawn
'executable: %s.' % self.command)
pexpect.exceptions.ExceptionPexpect: The command was not found or was not executable: ssh. |
|