mikhailklassen / Mining-the-Social-Web-3rd-Edition

The official online compendium for Mining the Social Web, 3rd Edition (O'Reilly, 2018)
Other
929 stars 486 forks source link

Error: string indices must be integers in function below #27

Open Tila69 opened 5 years ago

Tila69 commented 5 years ago

for post in recent_posts['data']:     url = post['images']['low_resolution']['url']     label_image(URL=url)

Tila69 commented 5 years ago

Example 3-11: for post in recent_posts['data']:     url = post['images']['low_resolution']['url']     label_image(URL=url)

Error in " url = post['images']['low_resolution']['url']": string indices must be integers