Conversation
schoinh
left a comment
There was a problem hiding this comment.
I'm not sure why, but when I pulled this branch, then ran npm i then npm start, drag and drop didn't work. I tried both v1 and v2 files and in both cases I just got an error message on the top right saying "Simularium files need 'spatialData' array".
Anything good in the console? Are you connecting to dev server or staging server? |
Fixed! sorry about that |
ghost
left a comment
There was a problem hiding this comment.
Attempting to load endocytosis using this branch is resulting in a pop-up "no file was detected" and no messages to the console. I'm connecting to the staging back-end. The same file loads correctly on master.
I can't repro. Can you describe your steps? |
|
@EricJIsaac Did you |
Yeah I was thinking possible dependency conflicts too. First thing I'd try is removing node_modules (but keep package_lock.json) and npm install. |
|
I did run |
|
Removing the node_modules folder and re-running |
|
thank you both for pulling the code and testing it. much appreciated! |


Problem
Update usage of SimulariumController in simularium-viewer 2.8.0
Solution
Update viewer version and modify calls to
changeFileType of change
Change summary:
Some reformatting happened due to format-on-save in my editor. If you view the side by side diff, you'll see the only changes are to the simularium-viewer version and the calls to
changeFileSteps to Verify:
run website and verify that trajectories load, drag and drop works, and state isn't corrupted when the trajectory is changed.