Closed manor closed 9 years ago
@manor - it happened I was just looking into this when I got your issue. I'll push out a fix today or tomorrow.
BTW - can you send me your email address to jreadey AT hdfgroup.org. Thanks.
This is fixed in the commit: https://github.com/HDFGroup/h5serv/commit/09b28b6b6415ed1dc7f20b6a8cb499a4dad9f569.
Let me know if this works for you.
Closing this.
The line of code that sets up the static path doesn't seem to be used:
https://github.com/HDFGroup/h5serv/blob/master/server/app.py#L3212
If it is commented out nothing is affected. Conversely, if you try and change the path, as follows:
and then browse to a "static" url, you get a long series of errors starting with:
I ended up changing the static path url by using a configuration setting:
but it was a lucky break that I had that option...