Skip to content

Crashes Glyphs App in 1108 #4

@weiweihuanghuang

Description

@weiweihuanghuang
Traceback (most recent call last):
  File "GlyphsApp/UI/CanvasView.py", line 15, in drawRect_
  File "/Users/weihuang/Library/Application Support/Glyphs/Plugins/LabelKey.glyphsPalette/Contents/Resources/plugin.py", line 65, in draw
    order = self.mapKeys(self.getKeyFile())[1]
  File "/Users/weihuang/Library/Application Support/Glyphs/Plugins/LabelKey.glyphsPalette/Contents/Resources/plugin.py", line 86, in mapKeys
    with codecs.open(keyFile, "r", "utf-8") as file:
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codecs.py", line 884, in open
    file = __builtin__.open(filename, mode, buffering)
IOError: [Errno 2] No such file or directory: '/Users/weihuang/Library/Application Support/Glyphs/Info/labelkey.txt'

Traceback (most recent call last):
  File "GlyphsApp/UI/CanvasView.py", line 15, in drawRect_
  File "/Users/weihuang/Library/Application Support/Glyphs/Plugins/LabelKey.glyphsPalette/Contents/Resources/plugin.py", line 65, in draw
    order = self.mapKeys(self.getKeyFile())[1]
  File "/Users/weihuang/Library/Application Support/Glyphs/Plugins/LabelKey.glyphsPalette/Contents/Resources/plugin.py", line 86, in mapKeys
    with codecs.open(keyFile, "r", "utf-8") as file:
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codecs.py", line 884, in open
    file = __builtin__.open(filename, mode, buffering)
IOError: [Errno 2] No such file or directory: '/Users/weihuang/Library/Application Support/Glyphs/Info/labelkey.txt'

@schriftgestalt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions