Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Crash when user do not select any action in the action list #7

Open
andybonnetto opened this issue Sep 19, 2023 · 0 comments
Open

Crash when user do not select any action in the action list #7

andybonnetto opened this issue Sep 19, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@andybonnetto
Copy link
Collaborator

This situation is not taken into account in the code

return callback(*args, **kwargs)
  File "annotator.py", line 591, in main
    window = MainWindow(
  File "annotator.py", line 99, in __init__
    self.run_video(self.multiview)
  File "annotator.py", line 172, in run_video
    self.run_viewer(
  File "annotator.py", line 238, in run_viewer
    self.viewer = Viewer(
  File "...\dlc2action_annotation\widgets\viewer.py", line 244, in __init__
    self.initialize_cats()
  File "...\dlc2action_annotation\widgets\viewer.py", line 589, in initialize_cats
    for i, a in v.items():
AttributeError: 'list' object has no attribute 'items'
@andybonnetto andybonnetto added the bug Something isn't working label Sep 19, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant