pgh-public-meetings / city-scrapers-pitt

Pittsburgh City Scrapers: sourcing public meetings in Pittsburgh
https://pgh-public-meetings.github.io/events/
MIT License
19 stars 66 forks source link

Forbidden Link in Pittsburgh Public Schools #193

Closed ben-nathanson closed 3 years ago

ben-nathanson commented 3 years ago

When I navigate to the City Scrapers Calendar in prod and I click on the "View on Agency Site" link for the event "Pittsburgh Public Schools Agenda Review Wednesday, October 21st, 2020", I get a 403 response. So the request was understood, but the end user doesn't actually have permission to access it. Perhaps their internal events API has now gone private?

This is not a high priority, but we may want to replace this link with a more generic (and reliable) one that at least points to the PPS website.

This is also a good candidate for automation - a CI script could have easily caught a bad link like this.

ben-nathanson commented 3 years ago

Thanks, Matt!