Hi,
When I do this :
> unit_ref = client.find(olca.Unit, "kg")
> unit = client.get(olca.Unit, unit_ref.id)
I get a "500: Conversion to JSON failed". This is not the case with other types, like UnitGroup.
I tried to debug printing requests responses but without success.