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

JobException #5663

Closed
sentry-io bot opened this issue Feb 24, 2025 · 0 comments · Fixed by #5664
Closed

JobException #5663

sentry-io bot opened this issue Feb 24, 2025 · 0 comments · Fixed by #5664
Assignees
Labels

Comments

@sentry-io
Copy link

sentry-io bot commented Feb 24, 2025

Sentry Issue: SUPERVISOR-9FH

AttributeError: 'NoneType' object has no attribute 'object_manager'
  File "supervisor/jobs/decorator.py", line 304, in wrapper
    return await self._method(obj, *args, **kwargs)
  File "supervisor/os/data_disk.py", line 192, in load
    self.sys_dbus.udisks2.udisks2_object_manager.dbus.object_manager.on_interfaces_added(

JobException: 
  File "supervisor/core.py", line 166, in setup
    await setup_task
  File "supervisor/os/manager.py", line 273, in load
    await self.datadisk.load()
  File "supervisor/jobs/decorator.py", line 317, in wrapper
    raise JobException() from err
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant