Advertisement
MD500_Pilot

Untitled

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