Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Search Keywords throwing Error 500 with INVALID_VALUE_FORMAT #2

@NecoHorne

Description

@NecoHorne

Running the API with multiple keywords throws an error 500 even with the test/demo call from the documentation IE:
http://api.mediastack.com/v1/news?access_key=<API_KEY>&keywords=virus,-corona

Yes API key hidden in the above example.

Response from the API:

{
  "error": {
    "code": "validation_error",
    "message": "Validation error",
    "context": {
      "keywords": [
        "INVALID_VALUE_FORMAT"
      ]
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions