Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP 422 with error type no_probes_found when using region location filter to create measurement #444

Closed
zry98 opened this issue Nov 17, 2023 · 4 comments · Fixed by #445
Assignees
Labels

Comments

@zry98
Copy link

zry98 commented Nov 17, 2023

However, magic filter works for region names.

Example request:

{
  "type": "ping",
  "target": "google.com",
  "locations": [
    {
      "region": "Northern America",
      "limit": 1
    }
  ]
}

Response:

{
  "error": {
    "type": "no_probes_found",
    "message": "No suitable probes found."
  },
  "links": {
    "documentation": "https://www.jsdelivr.com/docs/api.globalping.io#post-/v1/measurements"
  }
}
@zry98 zry98 changed the title HTTP 422 with error type no_probes_found when using region to filter measurement locations HTTP 422 with error type no_probes_found when using region location filter to create measurement Nov 17, 2023
@zry98
Copy link
Author

zry98 commented Nov 20, 2023

Has the official API at https://api.globalping.io/v1/ got the fix yet? I'm still experiencing this issue. Thanks!

@MartinKolarik
Copy link
Member

Not yet, we'll deploy the fixed version likely next day - I'll let you know.

@zry98
Copy link
Author

zry98 commented Nov 21, 2023

Not yet, we'll deploy the fixed version likely next day - I'll let you know.

Thanks!

@MartinKolarik
Copy link
Member

Fixed now! Thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants