Solid-Energy-Systems / NewareNDA

Python module and command line tool for reading and converting Neware nda and ndax battery cycling data files.
BSD 3-Clause "New" or "Revised" License
15 stars 8 forks source link

KeyError: 'SvrVer' #41

Closed danwalsh-ses closed 9 months ago

danwalsh-ses commented 10 months ago

When using NewareNDA version 2023.11.1 to read an NDAx file the code throws a KeyError: 'SvrVer'. It appears the NDAx file doesn't have this attribute or the name of the attribute may have changed in this newer NDAx file. The BTSServer is 8.0.0.323 (2023.05.31) and the Client version is 8.0.0.516(2023.05.31). Anyway we can look into the binary to see if this attribute has been changed to something else or removed? I tried this using the feature/ndax8 branch and the same issue arose. MicrosoftTeams-image

d-cogswell commented 10 months ago

This should fix it 9205c912