Closed rkboyce closed 8 years ago
Thanks for the bug report. Is there a folder json
in your patient-viz folder? If not does creating one fix the problem?
Adding a 'json' folder did the trick! Thank you.
I fixed the server implementation to automatically create the json/
folder if needed. Thanks for the report :)
Hi,
Thanks for the great work! I am trying to run patient-viz against an OMOP CDM with simulated CMS data on my own postgres server. The installation went well (Ubuntu 15.04, postgres 9.4, Python 2.7, etc). I can start without any issue (though I need to run on port 2120). However, the default page shows no data or way to select data and when I try to access a specific patient, I get the following error from the UI:
http://localhost:2120/patient-viz/?p=json/123&d=json/dictionary.json
"Failed loading file: json/123. Note: put the file argument as 'p'."
The output on the command line is pasted below. Would you have any suggestions of what I can try? So far I have tried starting the server with "--max-num 10" and changing folder permissions under patient-viz to world read/write: