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
sudo sysmontask
...
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/sysmontask/sysmontask.py", line 465, in updater
self.gpuTabUpdate()
File "/usr/lib/python3/dist-packages/sysmontask/gpu.py", line 369, in gpuUpdate
self.gpuEncodingArray.append(int(gpuinfoRoot.find('gpu').find('utilization').find('encoder_util').text[:-1]))
ValueError: invalid literal for int() with base 10: 'N/'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/sysmontask/gpu.py", line 179, in gpuencodingdrawarea_draw
cr.line_to((i+1)*stepsize,scalingfactor*(100-self.gpuencodingArray[i+1]))
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: