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

Full disk for Seattle? #63

Open
choksi81 opened this issue May 29, 2014 · 3 comments
Open

Full disk for Seattle? #63

choksi81 opened this issue May 29, 2014 · 3 comments
Assignees

Comments

@choksi81
Copy link
Contributor

It's not clear from looking at the docs what we do when the disk is full. We should take this into account and act in a sane manner.

Both Repy and Repy V2 need to have something done for this in their programming APIs.

@choksi81
Copy link
Contributor Author

See also nodemanger's issue #80

@choksi81
Copy link
Contributor Author

choksi81 commented Jun 2, 2014

Here's what my Android install gives me when the SD card is full:
1344002090.48:PID-3340:Traceback (most recent call last):
File "/mnt/sdcard/sl4a/seattle/seattle_repy/nmrequesthandler.py", line 100, in handle_request
File "/mnt/sdcard/sl4a/seattle/seattle_repy/nmrequesthandler.py", line 235, in process_API_call
File "/mnt/sdcard/sl4a/seattle/seattle_repy/nmAPI.py", line 2948, in readvessellog
File "/home/manuel/AptanaStudio3Workspace/python-for-android/python-build/output/usr/lib/python2.6/shutil.py", line 57, in copyfile
IOError: [Errno 28] No space left on device
Seash on the other hand only gives me an
Node Manager error 'Internal Error'

@choksi81
Copy link
Contributor Author

choksi81 commented Jun 2, 2014

Catching file.write()'s exceptions yields
[Errno 28] No space left on device

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

No branches or pull requests

3 participants