Sometimes the plugin crashes when a field within the dataset is null. This is due to the way the multicomplete_parsegroup method works when it comes to object interation.
Turns out null is an object (who knew?) and caused the plugin to crash. Fix on its way.