Skip to content

Unable to run #368

@lyleberman

Description

@lyleberman

Describe the bug

Can't run application.

Traceback (most recent call last):
File "/opt/homebrew/bin/vit", line 8, in
sys.exit(main())
~~~~^^
File "/opt/homebrew/Cellar/vit/2.3.3/libexec/lib/python3.13/site-packages/vit/command_line.py", line 5, in main
Application(options, filters)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/vit/2.3.3/libexec/lib/python3.13/site-packages/vit/application.py", line 81, in init
self.refresh(False)
~~~~~~~~~~~~^^^^^^^
File "/opt/homebrew/Cellar/vit/2.3.3/libexec/lib/python3.13/site-packages/vit/application.py", line 963, in refresh
self.bootstrap(load_early_config)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/vit/2.3.3/libexec/lib/python3.13/site-packages/vit/application.py", line 158, in bootstrap
self.markers = Markers(self.config, self.task_config)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/vit/2.3.3/libexec/lib/python3.13/site-packages/vit/markers.py", line 42, in init
self.udas = uda.get_configured(self.task_config)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/vit/2.3.3/libexec/lib/python3.13/site-packages/vit/uda.py", line 10, in get_configured
return {k:v['type'] for k, v in subtree['uda'].items()}
~^^^^^^^^
KeyError: 'type'

To Reproduce

Installed using brew install vit on macOS.

Expected behavior

Test case
If reproducing your issue requires any TaskWarrior setup, please produce a test case script.

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