Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Error message traceback. #2

@Abekonge

Description

@Abekonge

This file does this:

 {"errorMessage":"Traceback (most recent call last):\n File \"docvert/docvert-scripler.py\", line 76, in \n process_commands(args.infile, args.pipeline, args.pipelinetype, args.autopipeline, args.imagedir, args.url)\n File \"docvert/docvert-scripler.py\", line 59, in process_commands\n response = core.docvert.process_conversion(files, urls, pipeline_id, pipeline_type, auto_pipeline_id)\n File \"/home/scripler/scripler/lib/doc-converter/docvert/core/docvert.py\", line 85, in process_conversion\n process_pipeline(document_xml, pipeline_id, pipeline_type, auto_pipeline_id, storage, filename)\n File \"/home/scripler/scripler/lib/doc-converter/docvert/core/docvert.py\", line 92, in process_pipeline\n return pipeline.start(initial_pipeline_value)\n File \"/home/scripler/scripler/lib/doc-converter/docvert/core/docvert_pipeline.py\", line 69, in start\n pipeline_value = stage_instance.stage(pipeline_value)\n File \"/home/scripler/scripler/lib/doc-converter/docvert/core/pipeline_type/convertimages.py\", line 54, in stage\n pipeline_value = getattr(self, from_format_method)(storage_path, to_format, pipeline_value)\n File \"/home/scripler/scripler/lib/doc-converter/docvert/core/pipeline_type/convertimages.py\", line 96, in convert_wmf\n return getattr(self, from_format_method)(pdf_path, to_format, pipeline_value, width, height)\n File \"/home/scripler/scripler/lib/doc-converter/docvert/core/pipeline_type/convertimages.py\", line 108, in convert_pdf\n self.storage[svg_path] = self.run_conversion_command_with_temporary_files(storage_path, \"pdf2svg %s %s\")\n File \"/home/scripler/scripler/lib/doc-converter/docvert/core/pipeline_type/convertimages.py\", line 224, in run_conversion_command_with_temporary_files\n raise Exception('Error in convertimages.py: No output data created. Command was \"%s\" which returned \"%s\"' % (command_template, std_response))\nException: Error in convertimages.py: No output data created. Command was \"pdf2svg %s %s\" which returned \"(32512, 'sh: 1: pdf2svg: not found')\"\n"}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions