You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: