MD500_Pilot

Untitled

Mar 18th, 2021
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/root/plot_manager/drive_manager.py", line 416, in <module>
  3. main()
  4. File "/root/plot_manager/drive_manager.py", line 410, in main
  5. send_new_plot_disk_email()
  6. File "/root/plot_manager/drive_manager.py", line 296, in send_new_plot_disk_email
  7. drive_serial_number=Device(get_device_by_mountpoint(get_plot_drive_to_use())[0][1]).serial,
  8. File "/usr/local/lib/python3.8/dist-packages/pySMART/device.py", line 222, in __init__
  9. cmd = Popen(
  10. File "/usr/lib/python3.8/subprocess.py", line 854, in __init__
  11. self._execute_child(args, executable, preexec_fn, close_fds,
  12. File "/usr/lib/python3.8/subprocess.py", line 1583, in _execute_child
  13. and os.path.dirname(executable)
  14. File "/usr/lib/python3.8/posixpath.py", line 152, in dirname
  15. p = os.fspath(p)
  16. TypeError: expected str, bytes or os.PathLike object, not NoneType
Advertisement
Add Comment
Please, Sign In to add comment