Hi,
I was able to mange WebGnomeClient interface. When I tried to load the oil database (spill --> instantanous release--> select oil (on substance/oil), the client tried to keep loading the database but nothing happened (for more than an hour) so I had to kill the program.
OilLibraryAPI was executed by
pserve config.ini
And it is working fine.
Changing cors_policy.origins in config.ini to the following does not work.
cors_policy.origins = *
If you hit localhost:9898/oil (or where ever you have the OilLibraryAPI running at) do you get anything as a response? If you don't does the console show any stack traces?
Hi, I was able to mange WebGnomeClient interface. When I tried to load the oil database (spill --> instantanous release--> select oil (on substance/oil), the client tried to keep loading the database but nothing happened (for more than an hour) so I had to kill the program.
OilLibraryAPI was executed by
Changing cors_policy.origins in config.ini to the following does not work. cors_policy.origins = *
I wonder if someone can point out the problem.
Thanks in advance.
DJ