stencila/desktop

Attempt to open an existing DAR causes error.

Closed this issue · 7 comments

ERROR:Cannot read property 'data' of undefined

open_bug

@apawlik would it be possible that you zip'ped the specific folder and upload it here? You can drag'n'drop a zip-file into the textbox here (like with gifs)

@oliver---- Done!
dar-example.zip

Thanks! I'll take a look.

Got down to the root of the error. Have filed an issue in Texture. Will provide a quick-fix in Stencila.

@apawlik Thanks for this. 50% of the problem is tracked now. I have added a PR with a quick-fix/workaround.
The problem is: in the manifest.xml there is a reference to sheet.xml which is not there.
The missing 50% for us is to find out how this entry got into the manifest without storing the sheet.xml as well.

@michael pulling you in, so that you are aware of this potential problem

This should be fixed by substance/texture#511