We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The data review tool reports an internal server error when you submit data with the following characteristics:
bids/statistics/value
Minimal example to reproduce the error:
{ "publisher": { "name": " " }, "license": "https://example.com", "publicationPolicy": "https://example.com", "releases": [ { "language": "en", "ocid": " ", "bids": { "statistics": [ { "date": "2019-01-28T11:19:05.039413+00:00", "notes": " ", "id": " ", "value": "1", "measure": " " } ] }, "initiationType": "tender", "tag": [ "award" ], "date": "2019-01-28T11:19:05.039413+00:00", "id": " " } ], "publishedDate": "2019-01-28T11:19:05.039413+00:00", "uri": "https://example.com", "extensions": [ "https://raw.githubusercontent.com/open-contracting/ocds_bid_extension/v1.1.3/extension.json" ] }
The text was updated successfully, but these errors were encountered:
I think I've recently come across the same problem, and fixed it in lib-cove-ocds. open-contracting/lib-cove-ocds#37
This should be fixed in CoVE once we use the latest lib-cove-ocds release, which should be when we merge #1241
Sorry, something went wrong.
Can be closed?
No branches or pull requests
The data review tool reports an internal server error when you submit data with the following characteristics:
bids/statistics/value
is a string rather than a numberMinimal example to reproduce the error:
The text was updated successfully, but these errors were encountered: