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

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

Open
ryparker opened this issue Jul 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ryparker
Copy link
Contributor

ryparker commented Jul 2, 2024

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"
  }
}
@apreiter18 apreiter18 added the bug Something isn't working label Jul 2, 2024
@apreiter18 apreiter18 added this to the Near term backlog milestone Jul 2, 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

2 participants