Quote:
Originally Posted by tomsem
Key Error
|
That relates to a feature (local_delta_fragments) used in Scribe notebooks. I made some assumptions about how to handle that based on the samples I had seen, but your new example includes a case that I didn't account for. This will be fixed in the next plugin release, at least for all of the cases I have encountered so far.
Quote:
Originally Posted by tomsem
Insufficient data
|
That notebook uses a brush type (value 0 internally) that I have not encountered before. Strokes for that are missing some of the data that is present for other brush types causing the plugin to fail.
I have seen "brush pen" mentioned as a possible brush type in the Scribe software. Is that what you used to draw in this notebook?
Quote:
Originally Posted by tomsem
Book has short symbol format without document_data max_id (virtually every !!EBOK!! & !!PDOC!! nbk) - I think most of these are 'empty' e.g. no pen annotations
|
Those errors result from the notebook being empty. That will be fixed in the next plugin release.
Quote:
Originally Posted by tomsem
Missing sections
Unfortunately I no longer have the PDOC corresponding to the missing_sections nbk (it was orphaned somehow when I deleted the KFX-PR document). I'll see if I can find another example.
|
Your "repeats previous location" sample also has this error so I do not need a separate example of it.
It is possible that error results from deleted sticky note annotations not being completely removed from the notebook. One way to test this would be to add a sticky note to a book that has not been previously annotated and then delete the note. I suspect that the resulting annotation notebook will exhibit this problem.
If so then I will change this from an error to a more specific warning in the plugin. If that is not the actual cause then more research will be needed.
Quote:
Originally Posted by tomsem
repeats previous location
|
This appears to be a relatively new behavior, since sequential points of a stroke never had the same location in any of the Scribe notebook I examined previously. I will handle this case in the next release of the plugin.