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

CalledProcessError: Command '[u'djvubind', u'/tmp/tmpROZiyr', u'--no-ocr']' returned non-zero exit status 1, #201

Open
boredland opened this issue Jun 16, 2015 · 0 comments
Labels

Comments

@boredland
Copy link
Contributor

Hi there,

I ran the djvubind /tmp/tmpROZiyr --no-ocr trying to reproduce that, but in fact it worked without a problem...

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/spreads/vendor/huey/consumer.py", line 149, in process_task
    self.huey.execute(task)
  File "/usr/local/lib/python2.7/dist-packages/spreads/vendor/huey/api.py", line 236, in execute
    result = task.execute()
  File "/usr/local/lib/python2.7/dist-packages/spreads/vendor/huey/api.py", line 415, in execute
    return func(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/spreadsplug/web/tasks.py", line 174, in output_workflow
    workflow.output()
  File "/usr/local/lib/python2.7/dist-packages/spreads/workflow.py", line 985, in output
    self.table_of_contents)
  File "/usr/local/lib/python2.7/dist-packages/spreads/workflow.py", line 833, in _run_hook
    getattr(plug, hook_name)(*args)
  File "/usr/local/lib/python2.7/dist-packages/spreadsplug/djvubind.py", line 74, in output
    subprocess.check_output(cmd, stderr=subprocess.STDOUT)
  File "/usr/lib/python2.7/subprocess.py", line 573, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
CalledProcessError: Command '[u'djvubind', u'/tmp/tmpROZiyr', u'--no-ocr']' returned non-zero exit status 1

@jbaiter jbaiter added the bug label Jun 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants