Skip to content

AttributeError: 'NoneType' object has no attribute 'schedule_fixed_hour' #2522

Description

@AdamWysokinski

I started getting this error recently:

OS: Linux
Release: 7.0.12+deb14.1-amd64
Version: #1 SMP PREEMPT_DYNAMIC Debian 7.0.12-2 (2026-06-12)
Date and Time: 2026-06-22 07:03:06
Borg Version: 1.4.4
Vorta Version: 0.11.5
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/vorta/[scheduler.py](https://scheduler.py/)", line 154, in <lambda>
    timer.timeout.connect(lambda: self.set_timer_for_profile(profile_id))
                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/vorta/[scheduler.py](https://scheduler.py/)", line 217, in set_timer_for_profile
    logger.debug('Profile: %s, %d %d', str(profile), profile.schedule_fixed_hour, profile.schedule_fixed_minute)
                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'schedule_fixed_hour'

I've created a new profile, with no help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions