ekinhbayar / gitamp

Listen to music generated by events across github.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Properly handle connection errors

PeeHaa opened this issue · comments

Don't let the connection error exception bubble all the way but instead just return an empty Result object.

This may be hard to debug / find out when / why this happens so we probably want to introduce logging.

Even after properly handling connection errors once dnslib is fucked it's FUBAR.

See #26