cnk700i / havcs

Home Assistant Voice Control Skill
https://ljr.im/articles/plugins-havcs-edible-instructions/
Apache License 2.0
311 stars 97 forks source link

Detected I/O inside the event loop #35

Closed xuefer closed 4 years ago

xuefer commented 4 years ago
2020-09-07 13:15:26 WARNING (MainThread) [homeassistant.util.async_] Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for havcs doing I/O at custom_components/havcs/aligenie.py, line 148: self._zone_constraints  = json.loads(urlopen('https://open.bot.tmall.com/oauth/api/placelist').read().decode('utf-8'))['data']
2020-09-07 13:15:26 WARNING (MainThread) [homeassistant.util.async_] Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for havcs doing I/O at custom_components/havcs/aligenie.py, line 149: self._device_name_constraints = json.loads(urlopen('https://open.bot.tmall.com/oauth/api/aliaslist').read().decode('utf-8'))['data']
cnk700i commented 4 years ago

已知道,暂时不影响先这样吧。