HACS updates no reaction

Hi
When i click on the update of HACS or Update of nordpool nothing happens.
when looking at Youtube it seems they get a popup window for the next step in installation process. I never come to this window.

HACS

Hello Tomas Bach-Danielsson,

Have you checked if popups are blocked in your browser?

1 Like

Hi
Yes i have checked and pop up is not blocked.

This is the error log

Logger: homeassistant.components.websocket_api.http.connection
Source: custom_components/hacs/repositories/integration.py:173
integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 22:59:59 (1 occurrences)
Last logged: 22:59:59

[547402826368] Error handling message: Unknown error (unknown_error) Tomas from 192.168.0.73 (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36)
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 28, in _handle_async_response
    await func(hass, connection, msg)
  File "/config/custom_components/hacs/websocket/repository.py", line 40, in hacs_repository_info
    await repository.update_repository(ignore_issues=True, force=True)
  File "/config/custom_components/hacs/utils/decorator.py", line 28, in wrapper
    result = await function(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/hacs/repositories/integration.py", line 126, in update_repository
    if manifest := await self.async_get_integration_manifest():
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/hacs/repositories/integration.py", line 173, in async_get_integration_manifest
    raise HacsException(f"No {RepositoryFile.MAINIFEST_JSON} file found '{manifest_path}'")
custom_components.hacs.exceptions.HacsException: No RepositoryFile.MAINIFEST_JSON file found 'custom_components/hacs/RepositoryFile.MAINIFEST_JSON'