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

(committee-meeting list): returns 500 Reverse for 'committee_meeting_details' with keyword arguments '{'chamber': 'house', 'congress': 117, 'eventId': '634847912c87197aac1f9800'}' not found. #253

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

Comments

@ryparker
Copy link
Contributor

ryparker commented Jun 7, 2024

Requesting the committee-meeting list for the House's 117th congress with an offset of 1750 and limit 250 returns a 500 failure

Request:

curl 'https://api.congress.gov/v3/committee-meeting/117/house?format=json&offset=1750&limit=250&api_key=<API_KEY>'

Response: 500

{
    "error": "Reverse for 'committee_meeting_details' with keyword arguments '{'chamber': 'house', 'congress': 117, 'eventId': '634847912c87197aac1f9800'}' not found. 1 pattern(s) tried: ['v3/committee-meeting/(?P<congress>(\\\\d+))/(?P<chamber>(house|senate|joint|nochamber))/(?P<eventId>(\\\\d+))(?P<file_ext>(\\\\.xml|\\\\.json|/))?$'] (NoReverseMatch)",
    "request": {
        "chamber": "house",
        "congress": "117",
        "contentType": "application/json",
        "format": "json"
    }
}
@apreiter18 apreiter18 added the bug Something isn't working label Jun 7, 2024
@apreiter18 apreiter18 added this to the Near term backlog milestone Jun 7, 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