Glyphs Crash with Backdrop plugin

Report:

The Plugin Backdrop.glyphsReporter has caused a crash. Please update it by opening the Plugin Manager or re-downloading it from the original source.

Details:
Traceback (most recent call last):

  File "GlyphsApp/GlyphsApp/__init__.py", line 1273, in callback_

  File "plugin.py", line 27, in docActivated_
    self.updateWindowUI()

  File "plugin.py", line 223, in updateWindowUI
    n = self.currentGlyph.parent.name

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

App:3.0.2-3058 Plugin:1.0-2

Another report:

A plugin caused a crash

The Plugin Backdrop.glyphsReporter has caused a crash. Please update it by opening the Plugin Manager or re-downloading it from the original source.

Details:
Traceback (most recent call last):

  File "GlyphsApp/GlyphsApp/__init__.py", line 1273, in callback_

  File "plugin.py", line 27, in docActivated_
    self.updateWindowUI()

  File "plugin.py", line 250, in updateWindowUI
    self.currentWindow.glyphList.extend([{"Visibility": friend[1], "Status": " ", "Name": friend[0], "Position": friend[2], "layer": Glyphs.font.glyphs[friend[0]].layers[Glyphs.font.selectedLayers[0].layerId]} for friend in gl])

  File "plugin.py", line 250, in <listcomp>
    self.currentWindow.glyphList.extend([{"Visibility": friend[1], "Status": " ", "Name": friend[0], "Position": friend[2], "layer": Glyphs.font.glyphs[friend[0]].layers[Glyphs.font.selectedLayers[0].layerId]} for friend in gl])

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

App:3.0.2-3058 Plugin:1.0-2

it might be useful to post those crashes here: GitHub - hejpaul/glyphs-backdrop: Backdrop plugin for Glyphs

No worries, will do thanks :slight_smile: