Advertisement
tjorim

Untitled

Jun 20th, 2019
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task File "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) File "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 67, in ban_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 216, in auth_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 115, in handle result = await result File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 155, in post return await super().post(request, flow_id) File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 46, in wrapper result = await method(view, request, *args, **kwargs) File "/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py", line 86, in post result = await self._flow_mgr.async_configure(flow_id, data) File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 87, in async_configure flow, cur_step['step_id'], user_input) File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 123, in _async_handle_step result = await getattr(flow, method)(user_input) # type: Dict File "/usr/src/homeassistant/homeassistant/components/adguard/config_flow.py", line 132, in async_step_hassio_confirm await adguard.version() File "/usr/local/lib/python3.7/site-packages/adguardhome/adguardhome.py", line 154, in version response = await self._request("status") File "/usr/local/lib/python3.7/site-packages/adguardhome/adguardhome.py", line 122, in _request response.status, {"message": contents.decode("utf8")} adguardhome.exceptions.AdGuardHomeError: (403, {'message': '<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body bgcolor="white">\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n'})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement