Hi there, I'm new to python and zillow, so bear with me
I'm getting Zillow did not return a valid response for some responses that seem to be valid.
Digging into the code, I'm finding that commenting out self.local_realestate.set_data(source_data['localRealEstate']) from place.py seems to make these responses valid.
I'm thinking it's a bug, but I'm not sure, and I don't know what "localRealEstate" means either.