Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in DmiParser.parse() #6

Open
daniileg opened this issue Apr 21, 2023 · 0 comments
Open

Exception in DmiParser.parse() #6

daniileg opened this issue Apr 21, 2023 · 0 comments

Comments

@daniileg
Copy link

I am observing an exception while parsing a dmidecode dump file from a Lenovo workstation. The exception is generated by the following line in DmiParser.parse():

prop_name, prop_value = [x.strip() for x in line.split(':', 1)]

The record which caused the exception:

Handle 0x001D, DMI type 10, 8 bytes
On Board Device 1 Information
Type: Ethernet
Status: Enabled
Description: GbE Controller
On Board Device 2 Information
Type: Ethernet
Status: Enabled
Description: GbE2 Controller

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant