CANopen-monitor icon indicating copy to clipboard operation
CANopen-monitor copied to clipboard

Cannot load the .eds files - No CANopen + .eds parse functionality

Open klausz opened this issue 1 year ago • 4 comments

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) Bildschirmfoto 2023-06-27 um 10 36 06

klausz avatar Jun 27 '23 08:06 klausz