Skip to content

test_librehardwaremonitor.py does not show detailed Motherboard info - the standalone .exe does provide this #392

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

Closed
NazariGamer opened this issue Nov 13, 2023 · 3 comments · Fixed by #395
Labels
bug Something isn't working

Comments

@NazariGamer
Copy link

NazariGamer commented Nov 13, 2023

UPDATE: I guess this might be a matter of extending the output to include SubHardware and therefore not a Bug?

Describe the bug
When I run LibreHardwareMonitor.exe I get detailed info on my Motherboard. When using the test_librehardwaremonitor.py I don´t get this information.

To Reproduce
Steps to reproduce the behavior:

  1. Run LibreHardwareMonitor.exe
  2. Run test_librehardwaremonitor.py
  3. Compare output

Expected behavior
Same information from both apps

Screenshots / photos of the Turing screen
Output of LibreHardwareMonitor.exe:
image

Output of test_librehardwaremonitor.py (Just name of the motherboard, then it continues with storage components):
image

Environment:

  • Smart screen model: XuanFang 3.5”
  • Revision of this project: latest release
  • OS with version: Windows 11
  • Python version: tested with 3.11 and 3.12
  • Hardware: ASUS TUF GAMING B550 plus WiFi II, AMD Ryzen 5600x and AMD Radeon rx 6700 xt

Additional context
None - but can provide additional info if needed

@NazariGamer NazariGamer added the bug Something isn't working label Nov 13, 2023
@mathoudebine
Copy link
Owner

Hello! Thanks for reporting this issue, I can confirm it because I have the same motherboard as you, which will be easier to debug!

@mathoudebine
Copy link
Owner

I can confirm the behavior was linked to the SubHardware not being displayed. This branch https://github.com/mathoudebine/turing-smart-screen-python/tree/fix/392-test_librehardwaremonitorpy-does-not-show-detailed-motherboard-info-the-standalone-exe-does-provide-this now contains a fix to list these SubHardware in test_librehardwaremonitor.py, can you check if it fixes the issue for you?

@NazariGamer
Copy link
Author

Yes the fix in the specified branch works for me. Output is as expected. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants