ApiException "no implicit conversion of Symbol into Integer" for profile add

Started by Stephen Friend on Tuesday, April 20, 2021
Problem with this page?

Participants:

Related Projects:

Showing all 4 posts
4/20/2021 at 11:39 AM

following the doc,
https://www.geni.com/platform/developer/help/api?path=profile%2Fadd...

I created the POST request
https://sandbox.geni.com/api/profile/add?access_token=XXXX&birt...

and received the following response error

---------------
{"error":{"type":"ApiException","message":"no implicit conversion of Symbol into Integer"}}
---------------

any idea why there is an error?

4/20/2021 at 2:41 PM

Stephen Friend you're passing birth=1970 -- see https://www.geni.com/platform/developer/help/api?path=profile&version=1

You need to split that up into birth[date][year] as Juha mentioned (thanks Juha!)

4/20/2021 at 5:28 PM

Thanks for the quick response
I am considering integrating my app augean.com with Geni
Currently, it justs works with FamilySearch
This is good that you are actively supporting this API, thanks

Showing all 4 posts

Create a free account or login to participate in this discussion