-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
I keep getting this. And when it does, it stops the capture process. Not really sure what causes it. Anyone else have this? Best regards
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 929, in prepare_capture
workflow.prepare_capture()
File "/usr/local/lib/python2.7/dist-packages/spreads/workflow.py", line 883, in prepare_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()
TypeError: 'NoneType' object is not callable
Metadata
Metadata
Assignees
Labels
No labels