rufuspollock-okfn / dataexplorer

View, visualize, clean and process data in the browser.
http://explorer.okfnlabs.org
148 stars 47 forks source link

Something borked with viewing newly created projects #106

Closed rufuspollock closed 11 years ago

rufuspollock commented 11 years ago

Work on initial view (immediately) after creation but on attempt to review get errors. See e.g. http://explorer.okfnlabs.org/#rgrp/ff4e583e902ed3659206

Line 343 of model.js

script.content = serialized.files[script.path].content;

Says it cannot read content of undefined ...

djw commented 11 years ago

How did you create this project? There might be more than one bug here.

djw commented 11 years ago

The 500s seem to be less of an issue now that we're not autosaving quite as often.