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

Adhoc validation returns null entries for some files #474

Open
tillywoodfield opened this issue Oct 24, 2024 · 0 comments
Open

Adhoc validation returns null entries for some files #474

tillywoodfield opened this issue Oct 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@tillywoodfield
Copy link
Contributor

Description

Some entries in the adhoc validation database have null values for some columns, and a validation status of N/A.

For example, when calling https://api.iatistandard.org/vs/pvt/adhoc/session/?sessionId=..., some entries look similar to the below example:

{
  "guid": "...",
  "filename": "...",
  "report": {
    "valid": null,
    "summary": null,
    "fileType": null,
    "iatiVersion": null
  },
  "valid": null,
  "session_id": "...",
  "created": "2024-10-24T00:00:00.000Z",
  "validated": "2024-10-24T00:00:00.000Z",
  "class": "text-normal",
  "status": "N/A"
}

I think this is unexpected behaviour, so we need to investigate why it is happening.

Severity
Medium

It's unclear how big of a problem this is, but doesn't seem to be immediately blocking people from using IATI Validator, hence Medium.

@tillywoodfield tillywoodfield added the bug Something isn't working label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant