You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: