datamade / scrapers-us-municipal

Scrapers for US municipal governments.
MIT License
10 stars 8 forks source link

UnresolvedIdError: cannot resolve pseudo id to Organization: ~{"name": "Joint Commuittee: Finance; License and Consu... #49

Closed sentry-io[bot] closed 4 years ago

sentry-io[bot] commented 4 years ago

Sentry Issue: SCRAPERS-US-MUNICIPAL-15T

UnresolvedIdError: cannot resolve pseudo id to Organization: ~{"name": "Joint Commuittee: Finance; License and Consumer Protection"}
(5 additional frame(s) were not displayed)
...
  File "pupa/importers/base.py", line 197, in import_directory
    return self.import_data(json_stream())
  File "pupa/importers/base.py", line 234, in import_data
    obj_id, what = self.import_item(data)
  File "pupa/importers/base.py", line 255, in import_item
    data = self.prepare_for_db(data)
  File "pupa/importers/bills.py", line 62, in prepare_for_db
    entity['organization_id'])
  File "pupa/importers/base.py", line 172, in resolve_json_id
    raise UnresolvedIdError(errmsg)

UnresolvedIdError: cannot resolve pseudo id to Organization: ~{"name": "Joint Commuittee: Finance; License and Consumer Protection"}
hancush commented 4 years ago

Closing in favor of upstream issue.