llimllib / limbo

A simple, clean, easy to modify Slack chatbot
MIT License
402 stars 160 forks source link

add logging around any errors in 'weather' plugin #141

Closed topher200 closed 6 years ago

topher200 commented 6 years ago

If one provides a bad API key, you now get a helpful log message of:

    WARNING:root:weather response missing fields. response: {u'message': u'Invalid API key. Please see http://openweathermap.org/faq#error401 for more info.', u'cod': 401}

This is especially useful because openweathermap has a delay before new API keys are active