You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have installed the gdt-server as a docker container, as descripted in the readme. Then I Provided a Datebase for the Dockercontainer and startet the GDT Server with the following Command: docker run -p 3000:8080 -v $HOME/openLCA-data-1.4:/app/data --rm -d gdt-server -db myDatabase
When I try to get all Flows or Processes or any other Kind of Model via an IPC-Client in Python or Typescript, i get a response like the following in Typescript:
When i Use a RestClient either in Python or Typescript i get a valid response.
Can you tell me what i am doing wrong? Do i have to enable the IPC functionality?
The text was updated successfully, but these errors were encountered:
Hello there,
i have installed the gdt-server as a docker container, as descripted in the readme. Then I Provided a Datebase for the Dockercontainer and startet the GDT Server with the following Command:
docker run -p 3000:8080 -v $HOME/openLCA-data-1.4:/app/data --rm -d gdt-server -db myDatabase
When I try to get all Flows or Processes or any other Kind of Model via an IPC-Client in Python or Typescript, i get a response like the following in Typescript:
and in Python:
When i Use a RestClient either in Python or Typescript i get a valid response.
Can you tell me what i am doing wrong? Do i have to enable the IPC functionality?
The text was updated successfully, but these errors were encountered: