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

Fix strict_validation error #1

Open
feydan opened this issue Feb 28, 2019 · 0 comments
Open

Fix strict_validation error #1

feydan opened this issue Feb 28, 2019 · 0 comments

Comments

@feydan
Copy link
Owner

feydan commented Feb 28, 2019

When I try to run pupa update sacramento, I get the following error:

File "/home/pupa/.local/lib/python3.7/site-packages/pupa/cli/commands/update.py", line 172, in do_scrape
  fastmode=args.fastmode)
File "/home/pupa/.local/lib/python3.7/site-packages/legistar/base.py", line 261, in __init__
  super(LegistarAPIScraper, self).__init__(*args, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'strict_validation'

It appears we need to modify either the Pupa or the Legistar project to work properly together. This should allow us to eventually complete the run of the scraper to input the data into the database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant