LibraryOfCongress / api.congress.gov

congress.gov API
605 stars 38 forks source link

Column `house_meeting_video.house_video_id` does not exist #199

Closed Gmanicus closed 5 months ago

Gmanicus commented 5 months ago

Attempting to fetch the details for any committee meeting is returning an error 500:

column house_meeting_video.house_video_id does not exist\nLINE 1: ...ng_video_id\", \"house_meeting_video\".\"meeting_id\", \"house_mee...\n                                                             ^\n (ProgrammingError)

Some sample urls where this error occurs (although this seems to occur for all meetings at the moment):

I assume that this is a side-effect of the ongoing work for Change 1 in the upcoming Part 2 changes for February.

apreiter18 commented 5 months ago

related to #196

Gmanicus commented 5 months ago

My apologies, I forgot to check the issue list first. I'll close this since it's a duplicate.