LibraryOfCongress / api.congress.gov

congress.gov API
601 stars 38 forks source link

(hearing list): 500 response in 109th congress `Reverse for 'hearing_detail' with keyword arguments ... not found.` #262

Open ryparker opened 2 days ago

ryparker commented 2 days ago

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"
  }
}