tdryer / hangups

the first third-party instant messaging client for Google Hangouts
https://hangups.readthedocs.io/
MIT License
1.71k stars 189 forks source link

Show message instead of crash on invalid image path #507

Closed mirryi closed 3 years ago

mirryi commented 3 years ago

This PR prevents hangups from crashing when the user inputs /image /path/to/image where /path/to/image does not exist.

Instead of crashing, the message "Failed to find image /path/to/image" is shown.

tdryer commented 3 years ago

Thanks!