rhodesman / teslaPowerDash

GNU General Public License v3.0
85 stars 11 forks source link

Log errors instead of crashing #16

Open mgb opened 3 years ago

mgb commented 3 years ago

When getting an HTTP error from Tesla, this will crash the middleware and not allow future calls to occur until we restart the server. Instead of crashing on expected errors, just log them and continue.