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

Schedy App/script not working after update Appdaemon add-on to 0.15.2 #1896

Closed
MarekLe opened this issue Dec 11, 2023 · 2 comments
Closed

Schedy App/script not working after update Appdaemon add-on to 0.15.2 #1896

MarekLe opened this issue Dec 11, 2023 · 2 comments
Labels
bug Something isn't working question Waiting for a response on an issue or PR stale Inactive Issue or PR marked for deletion soon

Comments

@MarekLe
Copy link

MarekLe commented Dec 11, 2023

What happened?

After update Appdaemon Add-on to 0.15.2 Schedy App not working. There is error in Appdaemon's log.

Version

4.4.2

Installation type

Home Assistant add-on

Relevant log output

2023-12-11 18:27:50.394131 INFO AppDaemon: Loading app schedy using class SchedyApp from module hass_apps_loader
2023-12-11 18:27:50.402666 WARNING schedy: ------------------------------------------------------------
2023-12-11 18:27:50.403066 WARNING schedy: Unexpected error initializing app: schedy:
2023-12-11 18:27:50.403321 WARNING schedy: ------------------------------------------------------------
2023-12-11 18:27:50.404988 WARNING schedy: Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/appdaemon/app_management.py", line 1035, in check_app_updates
    await self.init_object(app)
  File "/usr/lib/python3.11/site-packages/appdaemon/app_management.py", line 338, in init_object
    "object": app_class(
              ^^^^^^^^^^
  File "/config/apps/hass_apps/loader.py", line 29, in _proxy_loader
    app_mod = _import_app_module(app_package)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/apps/hass_apps/loader.py", line 24, in _import_app_module
    return importlib.import_module(mod_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/config/apps/hass_apps/schedy/app.py", line 14, in <module>
    from .. import common
  File "/config/apps/hass_apps/common.py", line 9, in <module>
    import voluptuous as vol
ModuleNotFoundError: No module named 'voluptuous'

2023-12-11 18:27:50.405619 WARNING schedy: ------------------------------------------------------------

Relevant code in the app or config file that caused the issue

No response

Anything else?

No response

@MarekLe MarekLe added the bug Something isn't working label Dec 11, 2023
@acockburn
Copy link
Member

is this still an issue?

@acockburn acockburn added the question Waiting for a response on an issue or PR label Aug 20, 2024
Copy link

github-actions bot commented Oct 6, 2024

This issue is stale because it has been open for 45 days with no activity. Remove stale label or comment or this will be closed in 15 days.

@github-actions github-actions bot added the stale Inactive Issue or PR marked for deletion soon label Oct 6, 2024
@acockburn acockburn closed this as not planned Won't fix, can't repro, duplicate, stale Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Waiting for a response on an issue or PR stale Inactive Issue or PR marked for deletion soon
Projects
None yet
Development

No branches or pull requests

2 participants