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

KeyErrors on workspace numbers #7

Open
cpebble opened this issue Jul 4, 2023 · 0 comments
Open

KeyErrors on workspace numbers #7

cpebble opened this issue Jul 4, 2023 · 0 comments

Comments

@cpebble
Copy link

cpebble commented Jul 4, 2023

This has started to pop up in my workflow. I3grid has completely stopped working, with the following traceback:

>>= python -m i3grid center
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/usr/lib/python3.11/site-packages/i3grid/__main__.py", line 60, in <module>
    manager = FloatManager(commands=comx, **args.__dict__,)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/i3grid/grid.py", line 700, in __init__
    self.post_commands(all_key=self._TERMSIG)  # Sync to state
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/i3grid/grid.py", line 767, in post_commands
    self.area_matrix[self.workspace_num],
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
KeyError: 2

This counts for every workspace and i3grid both from aur and pip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant