Skip to content

Code for Nebraska doesn't seem to show up as an Org  #339

@BryceStevenWilley

Description

@BryceStevenWilley

As of codeforamerica/brigade-information@c7ae751, Code for Nebraska should be showing up in the results for organizations.

$ curl http://api.codeforamerica.org/api/organizations/Code-for-Boston  # Works fine
{
  "all_attendance": ...
  ...
}

$ curl http://api.codeforamerica.org/api/organizations/Code-for-Nebraska  # Doesn't work
{
  "status": "Resource Not Found"
}

Even more curious is that before the linked commit was pushed, there should have been an "Open Nebraska", since at least 2016. However, this API doesn't seem to return Open Nebraska as a valid organization either.

$ curl -s http://api.codeforamerica.org/api/organizations/Open-Eugene  # Works fine
{
  "all_attendance":...
  ...
}
$ curl -s http://api.codeforamerica.org/api/organizations/Open-Nebraska   # Doesn't work either
{
  "status": "Resource Not Found"
}

I'm wondering it there's something that could be failing in the background of run_update.py that would prevent Open-Nebraska from processing correctly?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions