Skip to content

runtime error: can't set qtscheduler attribute 'next_job' #1

@kaymmm

Description

@kaymmm

Tried running it on my Arch Linux machine and am getting the following error:

Traceback (most recent call last):
  File "/home/kmiyake/miniconda3/envs/vorta/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/home/kmiyake/miniconda3/envs/vorta/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/mnt/ostrich/kmiyake/Developer/vorta/src/vorta/__main__.py", line 23, in <module>
    app = VortaApp(sys.argv)
  File "/mnt/ostrich/kmiyake/Developer/vorta/src/vorta/application.py", line 20, in __init__
    self.scheduler = VortaScheduler(self)
  File "/mnt/ostrich/kmiyake/Developer/vorta/src/vorta/scheduler.py", line 14, in __init__
    self.reload()
  File "/mnt/ostrich/kmiyake/Developer/vorta/src/vorta/scheduler.py", line 19, in reload
    self.next_job = 'Manual Backups'
AttributeError: can't set attribute

I have no experience using apscheduler/qtscheduler so I'm not much help with pinpointing or debugging, but hopefully this is something simple.

Also worth noting that I had to manually add apscheduler since it wasn't one of the anaconda deps, as well as sentry_sdk, which I had to do manually since it doesn't appear to have an anaconda package.

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