GreenDelta / olca-ipc.py

Mozilla Public License 2.0
29 stars 17 forks source link

upstream_tree_of failed #25

Closed 20cents closed 1 month ago

20cents commented 1 year ago

Hello,

I try to use the function upstream_tree_of followind this exemple: (Of course I change ids) https://greendelta.github.io/olca-ipc.py/olca/ipc.html#olca.ipc.Client.upstream_tree_of I've got this error: ERROR:root:Failed to get upstream tree: 400: invalid result reference: no ID

Exporting the calculate result with to_json() is ok.

I've tried with all archived beta versions of openLCA (Linux) With the last (2022-11-07) it's worst: to_json() is empty

Thanks for any help.

msrocka commented 1 month ago

Version 2.0.3 now contains an utree module that directly uses the IPC calls, this should be easier to use now. An example is available here: https://greendelta.github.io/openLCA-ApiDoc/results/impacts/upstream_trees.html#olca-ipcpy