Traceback (most recent call last):
File "/home/ricckli/.qgis2/python/plugins/geotweet/geotweet.py", line 367, in run
fet.setAttributes([tweetdic[tweet]['user'],tweetdic[tweet]['localization'],tweetdic[tweet]['place'].full_name + ", "+ tweetdic[tweet]['place'].country,tweetdic[tweet]['tweet'],tweettime])
AttributeError: 'NoneType' object has no attribute 'full_name'
Traceback (most recent call last): File "/home/ricckli/.qgis2/python/plugins/geotweet/geotweet.py", line 367, in run fet.setAttributes([tweetdic[tweet]['user'],tweetdic[tweet]['localization'],tweetdic[tweet]['place'].full_name + ", "+ tweetdic[tweet]['place'].country,tweetdic[tweet]['tweet'],tweettime]) AttributeError: 'NoneType' object has no attribute 'full_name'