Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with new version “Invalid Config” #80

Open
Teone55 opened this issue Oct 18, 2024 · 3 comments
Open

Issue with new version “Invalid Config” #80

Teone55 opened this issue Oct 18, 2024 · 3 comments

Comments

@Teone55
Copy link

Teone55 commented Oct 18, 2024

I have an issue with the last version. Here the log:

Registratore: homeassistant.setup
Fonte: setup.py:334
Prima occorrenza: 02:23:15 (1 occorrenze)
Ultima registrazione: 02:23:15

Setup failed for custom integration 'electrolux_status': Unable to import component: cannot import name 'OneAppApi' from 'pyelectroluxocp' (/usr/local/lib/python3.12/site-packages/pyelectroluxocp/init.py)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/loader.py", line 1007, in async_get_component
comp = await self.hass.async_add_import_executor_job(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1067, in _get_component
ComponentProtocol, importlib.import_module(self.pkg_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/util/loop.py", line 200, in protected_loop_func
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/importlib/init.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "", line 995, in exec_module
File "", line 488, in _call_with_frames_removed
File "/config/custom_components/electrolux_status/init.py", line 25, in
from .coordinator import ElectroluxCoordinator
File "/config/custom_components/electrolux_status/coordinator.py", line 11, in
from pyelectroluxocp import OneAppApi
ImportError: cannot import name 'OneAppApi' from 'pyelectroluxocp' (/usr/local/lib/python3.12/site-packages/pyelectroluxocp/init.py)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 334, in _async_setup_component
component = await integration.async_get_component()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1027, in async_get_component
self._component_future.result()
File "/usr/src/homeassistant/homeassistant/loader.py", line 1019, in async_get_component
comp = self._get_component()
^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1067, in _get_component
ComponentProtocol, importlib.import_module(self.pkg_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/util/loop.py", line 200, in protected_loop_func
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/importlib/init.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "", line 995, in exec_module
File "", line 488, in _call_with_frames_removed
File "/config/custom_components/electrolux_status/init.py", line 25, in
from .coordinator import ElectroluxCoordinator
File "/config/custom_components/electrolux_status/coordinator.py", line 11, in
from pyelectroluxocp import OneAppApi
ImportError: cannot import name 'OneAppApi' from 'pyelectroluxocp' (/usr/local/lib/python3.12/site-packages/pyelectroluxocp/init.py)

@albaintor
Copy link
Owner

albaintor commented Oct 18, 2024

This is strange : the pyelectroluxocp library used by the component seems to be not correctly installed.
What kind of setup do you have ?
ImportError: cannot import name 'OneAppApi' from 'pyelectroluxocp' (/usr/local/lib/python3.12/site-packages/pyelectroluxocp/init.py)

I don't think this is possible to get the content of this file /usr/local/lib/python3.12/site-packages/pyelectroluxocp/init.py (on host machine of the VM). But clearly something is wrong in the setup. The manifest.json file tells homeassistant which dependencies to install. You can try to download manually pyelectroluxocp library and create a pyelectroluxocp subfolder into custom_components/electrolux_status with the content of the library (__init.py, ...)

@Teone55
Copy link
Author

Teone55 commented Oct 18, 2024

Downgraded to version 1.0.19 and perfectly working. This is strange. If you want I’m available to make some tests.

I have a raspberry with HA installed, that’s it. And your integration installed with HACS, with no change in settings. All standard.

@albaintor
Copy link
Owner

The difference is the dependency library that has been upgraded to 0.0.19 in the meantime and which is targeted by the manifest file of the integration. This should not happen and I don't understand why : it is as if the setup would grab the previous version of the dependency.
I have posted a ticket to Woyken Woyken/py-electrolux-ocp#13 to investigate. I am sure this is an easy fix but where....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants