Issue

Why is my detection returning a 'NoneType' object is not iterable error?

Resolution

To resolve this issue:

Cause

This issue can occur when passing a None type object into a method that only takes string or collection of string types.