I am running a script that does a job for me all night, and I wake up to this error. What is collectResults_ and what would be the cause of this error?
Traceback (most recent call last):
File “GlyphsApp/GlyphsApp/init.py”, line 3608, in collectResults_
AttributeError: ‘NoneType’ object has no attribute ‘length’
There might be some memory leaks in the python bridge an after running for a long time, the Mac tunes out of memory. Can you send me the script and the source files that I can debug this?