api.congress.gov
api.congress.gov copied to clipboard
(hearing list): 500 response in 109th congress `Reverse for 'hearing_detail' with keyword arguments ... not found.`
trafficstars
Receiving 500 error when crawling the hearing list API for the 109th congress
[congressgov-client] error: <<< Request failed for 'api.congress.gov/v3/hearing/109/senate?api_key=****************************************&format=json&limit=250&offset=500' with error
Response: 500 (Internal Server Error)
{
"error": "Reverse for 'hearing_detail' with keyword arguments '{'chamber': 'senate', 'congress': 109}' not found. 1 pattern(s) tried: ['v3/hearing/(?P<congress>(\\\\d+))/(?P<chamber>(house|senate|joint|nochamber))/(?P<jacketNumber>(\\\\d+))(?P<file_ext>(\\\\.xml|\\\\.json|/))?$'] (NoReverseMatch)",
"request": {
"chamber": "senate",
"congress": "109",
"contentType": "application/json",
"format": "json"
}
}