You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using your script in Arch Openbox, PC with old AMD FX4100 cpu.
When I try to use the command for CPU temp I get the following error:
psuinfo -Ct
Traceback (most recent call last):
File "/usr/bin/psuinfo", line 492, in
main()
File "/usr/bin/psuinfo", line 249, in main
output += str(int(max(ryzen_die_temps)))
ValueError: max() arg is an empty sequence
Is it possible to fix the issue or is my pc problem related?
Please tell me if you need more info to understand the problem.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I'm using your script in Arch Openbox, PC with old AMD FX4100 cpu.
When I try to use the command for CPU temp I get the following error:
psuinfo -Ct
Traceback (most recent call last):
File "/usr/bin/psuinfo", line 492, in
main()
File "/usr/bin/psuinfo", line 249, in main
output += str(int(max(ryzen_die_temps)))
ValueError: max() arg is an empty sequence
Is it possible to fix the issue or is my pc problem related?
Please tell me if you need more info to understand the problem.
Thanks!
The text was updated successfully, but these errors were encountered: