Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Home Assistant attempting to restart.
- Restarting Home Assistant
- 2020-07-24 20:33:21 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for kia_uvo which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
- 2020-07-24 20:33:21 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
- 2020-07-24 20:35:16 ERROR (MainThread) [aiohttp.server] Error handling request
- Traceback (most recent call last):
- File "/home/homeassistant/.homeassistant/custom_components/hacs/helpers/information.py", line 43, in get_repository
- repository = await github.get_repo(repository_full_name)
- File "/srv/homeassistant/lib/python3.7/site-packages/aiogithubapi/github.py", line 51, in get_repo
- response = await self.client.get(endpoint=_endpoint, headers=_headers)
- File "/srv/homeassistant/lib/python3.7/site-packages/aiogithubapi/client.py", line 44, in get
- return await self.call_api("GET", endpoint, returnjson, headers, params)
- File "/srv/homeassistant/lib/python3.7/site-packages/backoff/_async.py", line 133, in retry
- ret = await target(*args, **kwargs)
- File "/srv/homeassistant/lib/python3.7/site-packages/aiogithubapi/client.py", line 106, in call_api
- f"GitHub returned {response.status} for {_url}"
- aiogithubapi.common.exceptions.AIOGitHubAPIException: GitHub returned 401 for https://api.github.com/repos/hacs/org
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/srv/homeassistant/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start
- resp = await task
- File "/srv/homeassistant/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle
- resp = await handler(request)
- File "/srv/homeassistant/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl
- return await handler(request)
- File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 39, in real_ip_middleware
- return await handler(request)
- File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 73, in ban_middleware
- return await handler(request)
- File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 127, in auth_middleware
- return await handler(request)
- File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 129, in handle
- result = await result
- File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/config/config_entries.py", line 145, in post
- return await super().post(request, flow_id)
- File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/data_validator.py", line 60, in wrapper
- result = await method(view, request, *args, **kwargs)
- File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/data_entry_flow.py", line 106, in post
- result = await self._flow_mgr.async_configure(flow_id, data)
- File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/data_entry_flow.py", line 153, in async_configure
- result = await self._async_handle_step(flow, cur_step["step_id"], user_input)
- File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/data_entry_flow.py", line 201, in _async_handle_step
- result: Dict = await getattr(flow, method)(user_input)
- File "/home/homeassistant/.homeassistant/custom_components/hacs/config_flow.py", line 38, in async_step_user
- if await self._test_token(user_input["token"]):
- File "/home/homeassistant/.homeassistant/custom_components/hacs/config_flow.py", line 63, in _test_token
- await get_repository(session, token, "hacs/org")
- File "/home/homeassistant/.homeassistant/custom_components/hacs/helpers/information.py", line 46, in get_repository
- raise HacsException(exception)
- custom_components.hacs.hacsbase.exceptions.HacsException: GitHub returned 401 for https://api.github.com/repos/hacs/org
- 2020-07-24 20:37:51 ERROR (MainThread) [hacs.repository.integration.custom-components.sensor.wifi-scanner] No file found 'custom_components/blueprint/manifest.json'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement