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
$ 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?
The text was updated successfully, but these errors were encountered:
As of codeforamerica/brigade-information@c7ae751, Code for Nebraska should be showing up in the results for organizations.
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.
I'm wondering it there's something that could be failing in the background of
run_update.py
that would preventOpen-Nebraska
from processing correctly?The text was updated successfully, but these errors were encountered: