-
Notifications
You must be signed in to change notification settings - Fork 15
FamilySearch.org - not working after match #128
Copy link
Copy link
Closed
Labels
Description
After matching - getting family members breaks the match
https://github.com/eljeffeg/SmartCopy/blob/master/collections/familysearchjson.js#L236
e.g. for profile: https://www.familysearch.org/tree/person/details/GTGD-K7Z
It tries to call https://www.familysearch.org/service/tree/tree-data/family-members/person/GTGD-K7Z?includePhotos=true&locale=en
where it gets a response of:
{
"type": "about:blank",
"title": "Not Found",
"status": 404,
"detail": "No static resource family-members/person/GTGD-K7Z.",
"instance": "/family-members/person/GTGD-K7Z"
}
A) Need to fix the problem (not sure where this URL is coming from but perhaps it's out of date
B) Need to avoid breaking the match in case of family-members failure
Reactions are currently unavailable