BotBotMe / botbot-plugins

External plugins for BotBot.me
https://lincolnloop.com/blog/saying-goodbye-botbotme/
BSD 3-Clause "New" or "Revised" License
32 stars 21 forks source link

Handle unexpected responses on images plugin #7

Open ipmb opened 11 years ago

ipmb commented 11 years ago

Saw this in the error logs:

File "/srv/virtualenvs/botbot_env/src/botbotme-plugins/botbotme_plugins/plugins/images.py", line 66, in image_me
    images = response.json()['responseData']['results']
TypeError: 'NoneType' object has no attribute '__getitem__'