intersectPaths doesn't work

intersectPaths() doesn’t work and returns the following error:
File “GlyphsApp/GlyphsApp/init.py”, line 14277, in intersectPaths
AttributeError: No attribute intersectPaths_from_error_

removeOverlap() and subtractPaths() work fine.

Is there any alternative method I can use in the meantime?

Solved my case by borrowing @tcarisland’s Gradient Hatch for now, but I think intersectPaths should be fixed.

Fixed it. Thanks.