-
Notifications
You must be signed in to change notification settings - Fork 60
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
(/related/*/BILLS
, /packages/*/summary
): missing text versions
#148
Comments
Good morning - thank you for pointing this issue out. We have reprocessed the BILLS package and it now appears that the error response no longer appears. {
"results": [{
"dateIssued": "2024-01-30",
"billVersion": "ih",
"packageId": "BILLS-118hjres108ih",
"packageLink": "https://api.govinfo.gov/packages/BILLS-118hjres108ih/summary",
"billVersionLabel": "Introduced in House",
"lastModified": "2024-01-31T08:19:33Z"
}],
"relatedId": "BILLSTATUS-118hjres108"
} |
Thanks! |
Looks like there's a few more instances of this issue. From 118th congress:
|
Here's a more complete list from the 118th congress. All 377 of these return 0 results when requesting text-versions using the
It seems to effect the For example this will return hr6560's IH PDF, even though 0 results are returned from the curl --location 'https://api.govinfo.gov/packages/BILLS-118hr6560ih/pdf' \
--header 'X-Api-Key: <API_KEY>' And if I request the summary for the IH text using: curl --location 'https://api.govinfo.gov/packages/BILLSTATUS-118hr6560ih/summary' \
--header 'X-Api-Key:<API_KEY>' The response is 200: {} |
Thanks for the additional detail. We are investigating. |
/related/*/BILLS
, /packages/*/summary
): missing text versions
HJRES 108 from 118th congress is missing text versions in the related bills response.
response:
However the congress.gov API returns the IH text version.
Here's the PDF: https://www.congress.gov/118/bills/hjres108/BILLS-118hjres108ih.pdf
The text was updated successfully, but these errors were encountered: