-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
Sometimes the same call succeeds and sometimes it returns a 500 error that looks like this:
________________________________________________________________ TestDocverter.test_basic_conversion_from_file _________________________________________________________________
test_docverter.py:51: in test_basic_conversion_from_file
received = docverter.convert(file_name, 'rst')
docverter.py:28: in convert
format, extra_args, encoding=encoding)
docverter.py:60: in _convert
return processor(source, to, format, extra_args)
docverter.py:96: in _process_file
% (resp, resp.content))
E RuntimeError: Call to docverter failed -
resp = <Response [500]>;
resp.content = '{"error":"No such file or directory - tmpkElYDL"}'
Metadata
Metadata
Assignees
Labels
No labels