bBoxType / Kernkraft

GNU General Public License v3.0
50 stars 5 forks source link

crash report #19

Closed schriftgestalt closed 3 years ago

schriftgestalt commented 4 years ago

I got this from a user

Details:
Traceback (most recent call last):

 File "~/Library/Application Support/Glyphs/Scripts/vanilla/vanillaBase.py", line 503, in action_
   self.callback(sender)

 File "~/Library/Application Support/Glyphs/Repositories/Kernkraft/Kernkraft.glyphsPlugin/Contents/Resources/KernKraftModule.py", line 1146, in masterSelection
   self.updateGlyphPreview(self.w.glyphInput.get())

 File "~/Library/Application Support/Glyphs/Repositories/Kernkraft/Kernkraft.glyphsPlugin/Contents/Resources/KernKraftModule.py", line 1157, in updateGlyphPreview
   self.view._layer = self.thisFont.glyphs[glyphName].layers[self.mID] # selected Master from GlyphsApp

AttributeError: 'NoneType' object has no attribute 'layers'

App:2.6.5-1342 Plugin:(null)-(null)
carrois commented 4 years ago

???

Am 17.07.2020 um 22:41 schrieb Georg Seifert notifications@github.com:

I got this from a user

Details: Traceback (most recent call last):

File "~/Library/Application Support/Glyphs/Scripts/vanilla/vanillaBase.py", line 503, in action_ self.callback(sender)

File "~/Library/Application Support/Glyphs/Repositories/Kernkraft/Kernkraft.glyphsPlugin/Contents/Resources/KernKraftModule.py", line 1146, in masterSelection self.updateGlyphPreview(self.w.glyphInput.get())

File "~/Library/Application Support/Glyphs/Repositories/Kernkraft/Kernkraft.glyphsPlugin/Contents/Resources/KernKraftModule.py", line 1157, in updateGlyphPreview self.view._layer = self.thisFont.glyphs[glyphName].layers[self.mID] # selected Master from GlyphsApp

AttributeError: 'NoneType' object has no attribute 'layers'

App:2.6.5-1342 Plugin:(null)-(null) — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bBoxType/Kernkraft/issues/19, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB3RGKTEDF3KZQVWT4D5QULR4CZRNANCNFSM4O63ONQQ.

Mark2Mark commented 3 years ago

Closing. Cannot reproduce, but could be fixed already.