i3ipc-python: TypeError: list indices must be integers, not str
I had this error from i3ipc.py
: “TypeError: list indices must be integers, not str”
Seems to be from an __init__
invoked from get_tree
, so I guess this is the __init__
of Con
.
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 15 (6 by maintainers)
I just pushed e9fcefa and I can’t reproduce the error anymore with that example.