Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

bin/ingest export 'list' object has no attribute 'get' #6

@chrispederick

Description

@chrispederick

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions