Skip to content

Intermittent 500s #28

@msabramo

Description

@msabramo

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions