Replies: 1 comment 5 replies
|
For the database connection, you're using the old settings config, which I gave the fix for here: #683 As for the |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hi!
I recently upgraded Simmate from version 0.14.0 to 0.17.0 and am now encountering issues when trying to run it. When I run a workflow using simmate, an error code appears as follows:


I’ve been using DigitalOcean6 to save and reload data in this environment. Here is the relevant database configuration:
However, when I run the following:
it returns:
{'engine': 'django.db.backends.sqlite3', 'name': PosixPath('/home/WarrenLab/simmate/hyesol_env_CoO-database.sqlite3')}, instead of pointing to the file:/home/WarrenLab/simmate/hyesol_env_CoO-database.yamlWas there anything I needed to do when upgrading to Simmate 0.17.0 that I may have missed? Could you please help me troubleshoot this issue?
Thank you.
All reactions