Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
BryceStevenWilley opened this issue Jan 29, 2021 · 0 comments
Open

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

BryceStevenWilley opened this issue Jan 29, 2021 · 0 comments

Comments

@BryceStevenWilley
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant