Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for slashes in path to simulation #116

Open
cphyc opened this issue Mar 24, 2020 · 0 comments
Open

Support for slashes in path to simulation #116

cphyc opened this issue Mar 24, 2020 · 0 comments

Comments

@cphyc
Copy link
Contributor

cphyc commented Mar 24, 2020

Steps to reproduce

Add a simulation with a path containing slashes. The internal links used by the webserver incorrectly strips them away or do so inconsistently. This results in broken link on the web interface and plots do not show up.

Temporary work around

This can be fixed temporarily by changing the path to the simulation to another one without slashes (assuming the path exists).

sqlite3 database.db
> update "simulations" set basename="NEW_PATH_WITHOUT_SLASHES" where basename="OLD_PATH/WITH/SLASHES";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant