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
{{ message }}
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
When I run bin/ingest export I get the following error:
Traceback (most recent call last):
File "bin/ingest", line 24, in <module>
for post in posts.get('status_updates', []):
AttributeError: 'list' object has no attribute 'get'
This sounds like maybe a parsing error, but I also had to jump through some hoops to get Python working on my Mac so it's possible something is not quite right there either.