|
楼主 |
发表于 2018-10-1 12:57:25
|
显示全部楼层
下面是注销掉的日志:
历史
Hass.io
配置
全局控制
地图
开发者工具
About
Home Assistant
0.79.0
Path to configuration.yaml: /config
86 Loaded Components
Developed by a bunch of awesome people.
Published under the Apache 2.0 license
Source: server — frontend-ui
Built using Python 3, Polymer, Icons by Google and MaterialDesignIcons.com.
Frontend JavaScript version: latest
Custom UIs:
Tiles custom state card: 20180521
CustomUI: 20180831
Try out the new Lovelace UI (experimental)
>> Set lovelace as default page on this device <<
Error handling request
12:54 auth/__init__.py (ERROR)
Clear Refresh
Press the button to load the full Home Assistant log.
Log Details (ERROR)
Mon Oct 01 2018 12:54:45 GMT+0800 (中国标准时间)
Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 390, in start
resp = await self._request_handler(request)
File "/usr/local/lib/python3.6/site-packages/aiohttp/web_app.py", line 366, in _handle
resp = await handler(request)
File "/usr/local/lib/python3.6/site-packages/aiohttp/web_middlewares.py", line 106, in impl
return await handler(request)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/http/static.py", line 66, in staticresource_middleware
return await handler(request)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/http/real_ip.py", line 34, in real_ip_middleware
return await handler(request)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/http/ban.py", line 66, in ban_middleware
return await handler(request)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/http/auth.py", line 68, in auth_middleware
return await handler(request)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/http/real_ip.py", line 34, in real_ip_middleware
return await handler(request)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/http/ban.py", line 66, in ban_middleware
return await handler(request)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/http/auth.py", line 68, in auth_middleware
return await handler(request)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/http/view.py", line 113, in handle
result = await result
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/http/ban.py", line 76, in handle_req
resp = await func(view, request, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/auth/__init__.py", line 241, in post
hass, data, str(request[KEY_REAL_IP]))
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/auth/__init__.py", line 305, in _async_handle_auth_code
client_id)
File "/usr/local/lib/python3.6/site-packages/homeassistant/auth/__init__.py", line 292, in async_create_refresh_token
token_type, access_token_expiration)
TypeError: async_create_refresh_token() takes from 1 to 2 positional arguments but 6 were given |
|