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

films/7 gives 404, #42

Open
erieflin opened this issue Oct 14, 2021 · 0 comments
Open

films/7 gives 404, #42

erieflin opened this issue Oct 14, 2021 · 0 comments

Comments

@erieflin
Copy link

Grabbing the info on which films each person is in runs into a 404 error when processing Admiral Ackbar This is because he has has films/7 listed, but that endpoint gives a 404 when accessed.

{
"name": "Ackbar",
"height": "180",
"mass": "83",
"hair_color": "none",
"skin_color": "brown mottle",
"eye_color": "orange",
"birth_year": "41BBY",
"gender": "male",
"homeworld": "https://swapi.dev/api/planets/31/",
"films": [
"https://swapi.dev/api/films/3/",
"https://swapi.dev/api/films/7/"
],
"species": [
"https://swapi.dev/api/species/8/"
],
"vehicles": [],
"starships": [],
"created": "2014-12-18T11:07:50.584000Z",
"edited": "2014-12-20T21:17:50.362000Z",
"url": "https://swapi.dev/api/people/27/"
}

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