freeseek / getmyancestors

33 stars 45 forks source link

503 HTTPError #9

Closed ghost closed 8 years ago

ghost commented 8 years ago

Seems that Family Tree has been updated. After they made some changes to their site, getmyancestors.py returns the following:

./getmyancestors.py -a 2 -d 0 -i L8JP-GLC -v -o 2gen.ged
Enter FamilySearch username: mhs1
Enter FamilySearch password: 
[2016-07-04 03:04:59]: Downloading: https://familysearch.org/auth/familysearch/login
[2016-07-04 03:04:59]: FamilySearch developer key: 3Z3L-Z4GK-J7ZS-YT3Z-Q4KY-YN66-ZX5K-176R
[2016-07-04 03:04:59]: Downloading: https://api.familysearch.org/identity/v2/login
[2016-07-04 03:04:59]: Status code: 503
[2016-07-04 03:04:59]: HTTPError
freeseek commented 8 years ago

@mhs54321 you were correct, the previous way to authorize and obtain the fssessionid does not work anymore. I guess the deprecated OAuth 1.0 login has been decommissioned. I have worked a new way with the OAuth 2.0 login. Let me know if today's version of the code does not work.