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? -

javascript - pass values from mssql to views in node -