arrays - Tweepy JSON place attribute error -


i trying 'full_name' attribute place object of tweepy json. using this:

jsondata=json.loads(data) location =jsondata['place']['full_name'] 

but following error:

failed on_data 'nonetype' object has no attribute 'name' 

how can fix this?

thanks help


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -