Traceback (most recent call last):
File "G:/python/test.py", line 323, in
location.run()
File "G:/python/test.py", line 197, in run
address = self.__get_address(coordinate)
File "G:/python/test.py", line 213, in __get_address
address = location_data.get('regeocode').get('formatted_address')
AttributeError: 'NoneType' object has no attribute 'get'