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
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.
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/"
}
The text was updated successfully, but these errors were encountered: