Closed ThibaultFy closed 1 year ago
# Context
Running the SubstraFL diabetes example in substra-documentation in remote mode causes an error:
```
$ python run_diabetes_substrafl.py
Dataset key for MyOrg2MSP: 4b2fd188-d300-4c0f-8a0a-9f7e5ad38911
Dataset key for MyOrg3MSP: be7d9933-7fad-4714-a319-1e16186a2718
2023-07-25 18:16:43,029 - INFO - Building the compute plan.
2023-07-25 18:16:43,029 - INFO - Registering the functions to Substra.
2023-07-25 18:16:43,767 - INFO - Registering the compute plan to Substra.
2023-07-25 18:16:43,768 - INFO - Experiment summary saved to /Users/oleobal/projects/documentation/substrafl_examples/go_further/tmp/experiment_summaries/2023_07_25_18_16_43_7e8db06b-a5d8-4fc9-a36b-e3d4fe98e2ee.json
Requests error status 403: {"message":"OE0102: not authorized to process datamanager \"4b2fd188-d300-4c0f-8a0a-9f7e5ad38911\""}
Traceback (most recent call last):
File "/Users/oleobal/projects/documentation/.venv/lib/python3.10/site-packages/substra/sdk/backends/remote/rest_client.py", line 103, in __request
r.raise_for_status()
File "/Users/oleobal/projects/documentation/.venv/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://api.org-1.test-upgrade.cg.owkin.tech/task/bulk_create/
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/oleobal/projects/documentation/substrafl_examples/go_further/run_diabetes_substrafl.py", line 517, in
closes FL-1119