- 积分
- 867
- 金钱
- 647
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
高级会员
- 积分
- 867
- 金钱
- 647
- HASS币
- 0
|
发表于 2020-3-11 13:58:32
|
显示全部楼层
报错,无法加载,ha0.106.5
Error during setup of component ha_voice
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/homeassistant/setup.py", line 173, in _async_setup_component
result = await hass.async_add_executor_job(
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/Users/macbookair/.homeassistant/custom_components/ha_voice/__init__.py", line 34, in setup
hass.data[DOMAIN] = AipSpeech(APP_ID, API_KEY, SECRET_KEY)
File "/Users/macbookair/.homeassistant/deps/lib/python/site-packages/aip/base.py", line 42, in __init__
self._appId = appId.strip()
AttributeError: 'int' object has no attribute 'strip' |
|