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
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.
Any ideas?
The text was updated successfully, but these errors were encountered:
> 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', []…
When I run
bin/ingest export
I get the following error: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.
Any ideas?
The text was updated successfully, but these errors were encountered: