You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ldf is not supported
xls is not supported
File "/home/nschwaiger/.local/bin/asammdf", line 8, in <module>
sys.exit(main())
File "/home/nschwaiger/.local/lib/python3.10/site-packages/asammdf/gui/asammdfgui.py", line 44, in main
_main_window = MainWindow(measurements or args.measurements)
File "/home/nschwaiger/.local/lib/python3.10/site-packages/asammdf/gui/widgets/main.py", line 46, in __init__
self.batch = BatchWidget(
File "/home/nschwaiger/.local/lib/python3.10/site-packages/asammdf/gui/widgets/batch.py", line 151, in __init__
buses = lin_databases[::2]
<class 'TypeError'>: 'NoneType' object is not subscriptable
2024-08-19, 15:07:07
--------------------------------------------------------------------------------
<class 'TypeError'>
'NoneType' object is not subscriptable
--------------------------------------------------------------------------------
File "/home/nschwaiger/.local/bin/asammdf", line 8, in <module>
sys.exit(main())
File "/home/nschwaiger/.local/lib/python3.10/site-packages/asammdf/gui/asammdfgui.py", line 44, in main
_main_window = MainWindow(measurements or args.measurements)
File "/home/nschwaiger/.local/lib/python3.10/site-packages/asammdf/gui/widgets/main.py", line 46, in __init__
self.batch = BatchWidget(
File "/home/nschwaiger/.local/lib/python3.10/site-packages/asammdf/gui/widgets/batch.py", line 151, in __init__
buses = lin_databases[::2]
Description
Seeing an issue on startup of the asammdfgui which has worked fine in the past but I'm not entirely sure what has changed or how to debug the issue. No MDF file was selected yet.
The text was updated successfully, but these errors were encountered:
Python version
Code
MDF version
No MDF file was used to produce error
Code snippet
asammdf GUI was used to produce error
Traceback
Description
Seeing an issue on startup of the asammdfgui which has worked fine in the past but I'm not entirely sure what has changed or how to debug the issue. No MDF file was selected yet.
The text was updated successfully, but these errors were encountered: