I want to get an object from dessia platform, for that I use Client:
from dessia_api_client.users import PlatformUser c = PlatformUser(api_url='https://api.testingyounes.dessia.ovh/') object = c.objects.get_object('simple_database.core.ComponentResult', '63fe107e8fd47363e6e3c953')
but I get a 500 error, knowing that the object does exist on the platform and that I can to download it in json format.
I want to get an object from dessia platform, for that I use Client:
from dessia_api_client.users import PlatformUser c = PlatformUser(api_url='https://api.testingyounes.dessia.ovh/') object = c.objects.get_object('simple_database.core.ComponentResult', '63fe107e8fd47363e6e3c953')but I get a 500 error, knowing that the object does exist on the platform and that I can to download it in json format.