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

NoExifDataFound: Could not find EXIF data, #203

Open
mcdonaldm opened this issue Jul 6, 2015 · 2 comments
Open

NoExifDataFound: Could not find EXIF data, #203

mcdonaldm opened this issue Jul 6, 2015 · 2 comments

Comments

@mcdonaldm
Copy link

I'm running on a Raspberry Pi 2. I get this error out of the blue. I was capturing images and then I receive this error.

I had received it a few days ago and thought I had corrupted my installation. So I did re-install of spreadpi from the Archivist-1.img file. I captured about 150 images and now receive this message.

Thanks
Michael

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1475, in full_dispatch_request
    rv = self.dispatch_request()
  File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1461, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "/usr/local/lib/python2.7/dist-packages/spreadsplug/web/endpoints.py", line 327, in view_func
    return func(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/spreadsplug/web/endpoints.py", line 951, in trigger_capture
    workflow.capture(retake=('retake' in request.args))
  File "/usr/local/lib/python2.7/dist-packages/spreads/workflow.py", line 104, in wrapped_func
    func(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/spreads/workflow.py", line 928, in capture
    util.check_futures_exceptions(futures)
  File "/usr/local/lib/python2.7/dist-packages/spreads/util.py", line 119, in check_futures_exceptions
    raise next(x for x in futures if x.exception()).exception()
NoExifDataFound: Could not find EXIF data

@mcdonaldm
Copy link
Author

After a normal shutdown and reboot I tried capturing again but now receive the error "Invalid start of EXIF data.

Any ideas of why this continues to happen?

It seems the only way to fix this is to reload the spreadpi software and try again.

Thanks
Michael

@duerig
Copy link
Contributor

duerig commented Jul 15, 2015

This seems to sometimes happen in a way that corrupts a workflow. Switching to a new workflow can fix things. It also just happens in a completely transient way sometimes where one attempted scan has he issue, but retaking the scan works just fine.

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

2 participants