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
We are currently seeing that in some cases power metrics does not report a disk being present. We should add some debugging to see when this happens as normally a disk doesn't vanish.
The text was updated successfully, but these errors were encountered:
I patched this in for the moment which will give me an OS notification:
c.execute('INSERT INTO measurements (time, data, uploaded) VALUES (?, ?, 0)',
(data['timestamp'], compressed_data_str))
subprocess.check_output(['osascript', '-e', 'display notification "Disk is empty" with title "PowerHog Logger Warning" subtitle time string of (current date)'])
logging.info('Disk is empty!')
We are currently seeing that in some cases power metrics does not report a disk being present. We should add some debugging to see when this happens as normally a disk doesn't vanish.
The text was updated successfully, but these errors were encountered: