Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure an efficient way to test is external drive is full #7

Open
aurelient opened this issue Jul 17, 2014 · 2 comments
Open

Figure an efficient way to test is external drive is full #7

aurelient opened this issue Jul 17, 2014 · 2 comments
Assignees

Comments

@aurelient
Copy link

No description provided.

@aurelient
Copy link
Author

TODO: use the errno module.
Wrap the screenshot writing code between try catch and check if the error is:
errno.ENOSPC = No space left on device

If this case logging should be disabled and an alert displayed.

https://docs.python.org/2/library/errno.html

acrule pushed a commit that referenced this issue Jul 23, 2014
@acrule
Copy link

acrule commented Jul 23, 2014

Still have three bugs

  1. Some sqlalchemy Operational Errors are still not caught
  2. Image IO Error: PNG write error (when taking ESM screenshot)
  3. When the drive is full Selfspy continues to take screenshots but does not save them to the drive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants