WARNING:rmscene.tagged_block_reader:Some data has not been read. The data may have been written using a newer format than this reader supports.
ERROR:rmscene.text:Unbalanced stack! [(None, [CrdtStr(s='Blog: ', i=[CrdtId(1, 346), CrdtId(1, 347), CrdtId(1, 348), CrdtId(1, 349), CrdtId(1, 350), CrdtId(1, 351)])]), (<class 'rmscene.text.ItalicSpan'>, [])]
ERROR:rmscene.text:Unexpected end of span at CrdtId(1, 3051): got <class 'rmscene.text.ItalicSpan'>, expected None
this then gives a
IndexError: list index out of range
on the line 170 in text.py:
_, contents = stack[-1]
I've found this error:
this then gives a
I've put a fix in my local version to do this:
Let me know if want a PR for this or some other way of fixing it.