Advertisement
chemelli74

Untitled

Apr 12th, 2025
220
0
9 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.44 KB | None | 0 0
  1. 2025-04-12 08:17:10.148 INFO (MainThread) [homeassistant.setup] Setting up vodafone_station
  2. 2025-04-12 08:17:10.148 INFO (MainThread) [homeassistant.setup] Setup of domain vodafone_station took 0.00 seconds
  3. 2025-04-12 08:17:10.167 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry 192.168.1.1 for vodafone_station
  4. Traceback (most recent call last):
  5.   File "/workspaces/core/homeassistant/config_entries.py", line 749, in __async_setup_with_context
  6.     result = await component.async_setup_entry(hass, self)
  7.              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8.   File "/workspaces/core/homeassistant/components/vodafone_station/__init__.py", line 22, in async_setup_entry
  9.     await coordinator.async_config_entry_first_refresh()
  10.   File "/workspaces/core/homeassistant/helpers/update_coordinator.py", line 307, in async_config_entry_first_refresh
  11.     await self._async_refresh(
  12.         log_failures=False, raise_on_auth_failed=True, raise_on_entry_error=True
  13.     )
  14.   File "/workspaces/core/homeassistant/helpers/update_coordinator.py", line 380, in _async_refresh
  15.     self.data = await self._async_update_data()
  16.                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  17.   File "/workspaces/core/homeassistant/components/vodafone_station/coordinator.py", line 120, in _async_update_data
  18.     await self.api.login()
  19.   File "/home/vscode/.local/ha-venv/lib/python3.13/site-packages/aiovodafone/api.py", line 569, in login
  20.     html_page = await self._find_login_url()
  21.                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  22.   File "/home/vscode/.local/ha-venv/lib/python3.13/site-packages/aiovodafone/api.py", line 385, in _find_login_url
  23.     reply = await self.session.get(
  24.             ^^^^^^^^^^^^^^^^^^^^^^^
  25.     ...<5 lines>...
  26.     )
  27.     ^
  28.   File "/home/vscode/.local/ha-venv/lib/python3.13/site-packages/aiohttp/client.py", line 703, in _request
  29.     conn = await self._connector.connect(
  30.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  31.         req, traces=traces, timeout=real_timeout
  32.         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  33.     )
  34.     ^
  35.   File "/home/vscode/.local/ha-venv/lib/python3.13/site-packages/aiohttp/connector.py", line 548, in connect
  36.     proto = await self._create_connection(req, traces, timeout)
  37.             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  38.   File "/home/vscode/.local/ha-venv/lib/python3.13/site-packages/aiohttp/connector.py", line 731, in _create_connection
  39.     raise NotImplementedError()
  40. NotImplementedError
  41.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement