NOAA-ORR-ERD / WebGnomeClient

Javascript client that uses the WebGnomeAPI to create and run py_gnome models.
3 stars 9 forks source link

OilLibraryAPI does not appear to be working on WebGnome client. #9

Open dkobashi opened 7 years ago

dkobashi commented 7 years ago

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 = *

I wonder if someone can point out the problem.

Thanks in advance.

DJ

NaomiWilkins-NOAA commented 7 years ago

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?