Traceback (most recent call last):
File "export-pdf-cmyk.py", line 268, in <module>
effect.affect()
File "/usr/share/inkscape/extensions/inkex.py", line 215, in affect
self.effect()
File "export-pdf-cmyk.py", line 243, in effect
prepare_svg_to_pdf()
File "export-pdf-cmyk.py", line 216, in prepare_svg_to_pdf
areas_de_bitmaps = what_export()
File "export-pdf-cmyk.py", line 78, in what_export
export_area.append(child.attrib['id'])
File "lxml.etree.pyx", line 2198, in lxml.etree._Attrib.__getitem__ (src/lxml/lxml.etree.c:49115)
KeyError: 'id'
What should I do?