You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try_scraper.py does not discover the aliases of CivicPlus websites if the base url does not redirect to the true URL, but a quick online search can easily turn up the correct URL.
try_scraper.py
does not discover the aliases of CivicPlus websites if the base url does not redirect to the true URL, but a quick online search can easily turn up the correct URL.For example, http://ar-rogers.civicplus.com/AgendaCenter returns a 404 response with no redirect but a quick search shows the correct URL is https://www.rogersar.gov/AgendaCenter. There seems to be a similar problem with http://oh-greenecounty.civicplus.com/ failing to redirect to https://www.greenecountyohio.gov/AgendaCenter.
We should check whether other 404 responses follow the same pattern and manually edit our list of sites accordingly.
The text was updated successfully, but these errors were encountered: