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

InvalidExifData: Invalid start of EXIF data, #202

Open
mcdonaldm opened this issue Jul 4, 2015 · 3 comments
Open

InvalidExifData: Invalid start of EXIF data, #202

mcdonaldm opened this issue Jul 4, 2015 · 3 comments

Comments

@mcdonaldm
Copy link

Hi,

I just started testing my new scanner today. My first workflow didn't have any problems. But now when I try to scan I get these errors when I try to capture my first images.

I've done a clean boot of the pi, started spreads and access via a browser on a connected PC on the network.

I'm using 2 Canon A2500 cameras.

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()
InvalidExifData: Invalid start of EXIF data

@mcdonaldm
Copy link
Author

before this I had pulled the plug on the pi while spreads was running. I just saw in a previous post that doing that is definitely a no no. Is it possible I need to re-load the spreads img file to my Pi 2?

@markvdb
Copy link
Member

markvdb commented Jul 4, 2015

Yes, do that.

M

2015-07-04 21:12 GMT+03:00 mcdonaldm [email protected]:

before this I had pulled the plug on the pi while spreads was running. I
just saw in a previous post that doing that is definitely a no no. Is it
possible I need to re-load the spreads img file to my Pi 2?


Reply to this email directly or view it on GitHub
#202 (comment)
.

Mark Van den Borre
Hogestraat 16
3000 Leuven, België
+32 486 961726

@mcdonaldm
Copy link
Author

That did the trick. I guess something got corrupted.

Thanks

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