Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2025-04-12 08:17:10.148 INFO (MainThread) [homeassistant.setup] Setting up vodafone_station
- 2025-04-12 08:17:10.148 INFO (MainThread) [homeassistant.setup] Setup of domain vodafone_station took 0.00 seconds
- 2025-04-12 08:17:10.167 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry 192.168.1.1 for vodafone_station
- Traceback (most recent call last):
- File "/workspaces/core/homeassistant/config_entries.py", line 749, in __async_setup_with_context
- result = await component.async_setup_entry(hass, self)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/workspaces/core/homeassistant/components/vodafone_station/__init__.py", line 22, in async_setup_entry
- await coordinator.async_config_entry_first_refresh()
- File "/workspaces/core/homeassistant/helpers/update_coordinator.py", line 307, in async_config_entry_first_refresh
- await self._async_refresh(
- log_failures=False, raise_on_auth_failed=True, raise_on_entry_error=True
- )
- File "/workspaces/core/homeassistant/helpers/update_coordinator.py", line 380, in _async_refresh
- self.data = await self._async_update_data()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/workspaces/core/homeassistant/components/vodafone_station/coordinator.py", line 120, in _async_update_data
- await self.api.login()
- File "/home/vscode/.local/ha-venv/lib/python3.13/site-packages/aiovodafone/api.py", line 569, in login
- html_page = await self._find_login_url()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/vscode/.local/ha-venv/lib/python3.13/site-packages/aiovodafone/api.py", line 385, in _find_login_url
- reply = await self.session.get(
- ^^^^^^^^^^^^^^^^^^^^^^^
- ...<5 lines>...
- )
- ^
- File "/home/vscode/.local/ha-venv/lib/python3.13/site-packages/aiohttp/client.py", line 703, in _request
- conn = await self._connector.connect(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- req, traces=traces, timeout=real_timeout
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- )
- ^
- File "/home/vscode/.local/ha-venv/lib/python3.13/site-packages/aiohttp/connector.py", line 548, in connect
- proto = await self._create_connection(req, traces, timeout)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/vscode/.local/ha-venv/lib/python3.13/site-packages/aiohttp/connector.py", line 731, in _create_connection
- raise NotImplementedError()
- NotImplementedError
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement