Advertisement
Kreuger

HACS

Jul 24th, 2020
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. Home Assistant attempting to restart.
  2. Restarting Home Assistant
  3. 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.
  4. 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.
  5. 2020-07-24 20:35:16 ERROR (MainThread) [aiohttp.server] Error handling request
  6. Traceback (most recent call last):
  7. File "/home/homeassistant/.homeassistant/custom_components/hacs/helpers/information.py", line 43, in get_repository
  8. repository = await github.get_repo(repository_full_name)
  9. File "/srv/homeassistant/lib/python3.7/site-packages/aiogithubapi/github.py", line 51, in get_repo
  10. response = await self.client.get(endpoint=_endpoint, headers=_headers)
  11. File "/srv/homeassistant/lib/python3.7/site-packages/aiogithubapi/client.py", line 44, in get
  12. return await self.call_api("GET", endpoint, returnjson, headers, params)
  13. File "/srv/homeassistant/lib/python3.7/site-packages/backoff/_async.py", line 133, in retry
  14. ret = await target(*args, **kwargs)
  15. File "/srv/homeassistant/lib/python3.7/site-packages/aiogithubapi/client.py", line 106, in call_api
  16. f"GitHub returned {response.status} for {_url}"
  17. aiogithubapi.common.exceptions.AIOGitHubAPIException: GitHub returned 401 for https://api.github.com/repos/hacs/org
  18.  
  19. During handling of the above exception, another exception occurred:
  20.  
  21. Traceback (most recent call last):
  22. File "/srv/homeassistant/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start
  23. resp = await task
  24. File "/srv/homeassistant/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle
  25. resp = await handler(request)
  26. File "/srv/homeassistant/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl
  27. return await handler(request)
  28. File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 39, in real_ip_middleware
  29. return await handler(request)
  30. File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 73, in ban_middleware
  31. return await handler(request)
  32. File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 127, in auth_middleware
  33. return await handler(request)
  34. File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 129, in handle
  35. result = await result
  36. File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/config/config_entries.py", line 145, in post
  37. return await super().post(request, flow_id)
  38. File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/data_validator.py", line 60, in wrapper
  39. result = await method(view, request, *args, **kwargs)
  40. File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/data_entry_flow.py", line 106, in post
  41. result = await self._flow_mgr.async_configure(flow_id, data)
  42. File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/data_entry_flow.py", line 153, in async_configure
  43. result = await self._async_handle_step(flow, cur_step["step_id"], user_input)
  44. File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/data_entry_flow.py", line 201, in _async_handle_step
  45. result: Dict = await getattr(flow, method)(user_input)
  46. File "/home/homeassistant/.homeassistant/custom_components/hacs/config_flow.py", line 38, in async_step_user
  47. if await self._test_token(user_input["token"]):
  48. File "/home/homeassistant/.homeassistant/custom_components/hacs/config_flow.py", line 63, in _test_token
  49. await get_repository(session, token, "hacs/org")
  50. File "/home/homeassistant/.homeassistant/custom_components/hacs/helpers/information.py", line 46, in get_repository
  51. raise HacsException(exception)
  52. custom_components.hacs.hacsbase.exceptions.HacsException: GitHub returned 401 for https://api.github.com/repos/hacs/org
  53. 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