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
You're right: technically it should. In reality, though, the Scraperwiki loader for Councilmatic may have fallen into disrepair. I haven't used it for Philly in a long time. Instead of running manage.py loadlegfiles for new instances of Councilmatic I will always just run manage.py updatelegfiles, or import data from an existing instance of Councilmatic (either with a database dump or using manage.py dumpdata/loaddata).
I'm thinking the loadlegfiles (and thus the scraperwiki loader) should be retired, you're looking to depend on it.
councilmatic/phillyleg/management/scraper_wrappers/sources/scraperwiki_db.py
131: db_file = self.urlopen('http://scraperwiki.com/scrapers/export_sqlite/philadelphia_legislative_files/')
should read from local_settings instead.
The text was updated successfully, but these errors were encountered: