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

Search Keywords throwing Error 500 with INVALID_VALUE_FORMAT #2

Open
NecoHorne opened this issue Dec 1, 2020 · 0 comments
Open

Search Keywords throwing Error 500 with INVALID_VALUE_FORMAT #2

NecoHorne opened this issue Dec 1, 2020 · 0 comments

Comments

@NecoHorne
Copy link

NecoHorne commented Dec 1, 2020

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"
      ]
    }
  }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant