ldf is not supported
xls is not supported
xlsx is not supported
yaml is not supported
File "/home/rliiva/.local/bin/asammdf", line 8, in <module>
sys.exit(main())
^^^^^^
File "/home/rliiva/.local/pipx/venvs/asammdf/lib/python3.11/site-packages/asammdf/gui/asammdfgui.py", line 44, in main
_main_window = MainWindow(measurements or args.measurements)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/rliiva/.local/pipx/venvs/asammdf/lib/python3.11/site-packages/asammdf/gui/widgets/main.py", line 46, in __init__
self.batch = BatchWidget(
^^^^^^^^^^^^
File "/home/rliiva/.local/pipx/venvs/asammdf/lib/python3.11/site-packages/asammdf/gui/widgets/batch.py", line 148, in __init__
buses = lin_databases[::2]
~~~~~~~~~~~~~^^^^^
<class 'TypeError'>: 'NoneType' object is not subscriptable
2024-02-16, 11:54:25
--------------------------------------------------------------------------------
<class 'TypeError'>
'NoneType' object is not subscriptable
--------------------------------------------------------------------------------
File "/home/rliiva/.local/bin/asammdf", line 8, in <module>
sys.exit(main())
^^^^^^
File "/home/rliiva/.local/pipx/venvs/asammdf/lib/python3.11/site-packages/asammdf/gui/asammdfgui.py", line 44, in main
_main_window = MainWindow(measurements or args.measurements)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/rliiva/.local/pipx/venvs/asammdf/lib/python3.11/site-packages/asammdf/gui/widgets/main.py", line 46, in __init__
self.batch = BatchWidget(
^^^^^^^^^^^^
File "/home/rliiva/.local/pipx/venvs/asammdf/lib/python3.11/site-packages/asammdf/gui/widgets/batch.py", line 148, in __init__
buses = lin_databases[::2]
~~~~~~~~~~~~~^^^^^
Description
After using the GUI application for a while, I started running into this issue. I uninstalled asammdf using pipx uninstall asammdf and reinstalled, still didn't work. I even rm -rf'd the venv and still have troubles. Not sure what other cached files I might be able to delete to get it running, since it was running for a couple days before this issue.
Python version
Please run the following snippet and write the output here
Code
Traceback
Description
After using the GUI application for a while, I started running into this issue. I uninstalled asammdf using
pipx uninstall asammdf
and reinstalled, still didn't work. I even rm -rf'd the venv and still have troubles. Not sure what other cached files I might be able to delete to get it running, since it was running for a couple days before this issue.