SOLVED KeyError: 'Rulers' from Mojo Canvas
-
I see errors like this a lot:
Traceback (most recent call last): File "/Applications/RoboFontBeta.app/Contents/Resources/lib/python3.7/mojo/canvas.py", line 53, in sendDelegateAction_fallback_arguments_ File "mark-in-glyphview.py", line 106, in draw KeyError: 'Rulers'
I can’t figure out what exactly it’s connected to, but it seems like the removal of Rulers in RF4 maybe triggers the issue.
If you need more info from me, let me know and I can try to provide more clarity about what scripts and extensions are provoking this error message.
-
cool! thanks @okaytype
-
It looks like that's from this extension https://github.com/okay-type/Markymark-roboFontExt which has not been updated for RF4 on mechanic.
The RF4 version is here https://gist.github.com/okay-type/9111826ae6571d56905538c98d5de369
-
where can I find
mark-in-glyphview.py
?I assume there is something setting rulers visible with
setGlyphViewDisplaySettings
, but RF4 has no rules anymore.