Skip to content

[Pipelines] Pipeline and intype=url #88

Description

@jnehring

This pipeline does not work:

[{
        "method": "POST",
        "endpoint": "http://api.freme-project.eu/current/toolbox/nif-converter/",
        "parameters": {
            "intype": "url",
            "input" : "https://www.theguardian.com/world/2009/oct/27/berlin-wall-short-history"
        },
        "headers": {
            "content-type": "text/html",
            "accept": "text/turtle"
        }
    }, 
    {
        "method": "POST",
        "endpoint": "http://api.freme-project.eu/current/e-entity/freme-ner/documents/",
        "parameters": {
            "language": "en",
            "dataset" : "dbpedia"
        },
        "headers": {
            "content-type": "text/turtle",
            "accept": "text/html"
        }
    }

]

It causes an Internal Server Error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions