CANopen-monitor
CANopen-monitor copied to clipboard
Cannot load the .eds files - No CANopen + .eds parse functionality
Describe the bug Cannot load the .eds files
To Reproduce
Steps to reproduce the behavior:
Having two different *.eds files in
../.cache/canopen_monitor
when
starting the program:
canon-monitor -I vcan0
an error message comes up:
canopen-monitor/__main.py__ line 70
canopen-monitor/parse/eds.py line 360
canopen-monitor/parse/eds.py line 340
canopen-monitor/parse/eds.py line 308
canopen-monitor/parse/eds.py line 156
key, value = e.split('=')
ValueError: not enough values to unpack (expected 2 got 1).
Expected behavior There should be no error. (On another PC there is no error message but eds parsing is not working
Environment (please complete the following information): Ubuntu 22.04
Additional context
As side issue: Unfortunately on two different Ubuntu Linux PCs I never has the eds funktionality CANopen Data with Parsed EDS Data working)