DanH42 / mi1kb0t

A multi-platform chat bot
MIT License
43 stars 17 forks source link

Google Image API bad URLs #14

Open DanH42 opened 8 years ago

DanH42 commented 8 years ago

The Google Custom Search API sometimes returns image URLs as x-raw-image:///(hex) rather than HTTP links. This currently crashes the entire bot, but even if #12 gets taken care of, it would be better to select a different image rather than sending nothing at all (or an error message). If an unsupported URL is detected, maybe try a couple other results and check their URLs before failing.