JartanFTW / Trade-Notifier

A trade notifier for Roblox. Sends a Discord webhook whenever you complete/receive/send a trade.
Apache License 2.0
15 stars 2 forks source link

crash error #61

Closed vikktrey123 closed 3 years ago

vikktrey123 commented 3 years ago

02 06 2021 08 25 42.log

JartanFTW commented 3 years ago

Horizon currently excepts httpx.ConnectTimeout error in this instance, but this error threw a httpcore.ConnectTimeout error, which isn't handled. Add handling for httpcore.ConnectTimeout error that acts identical to httpx.ConnectTimeout handler.

JartanFTW commented 3 years ago

Misread the log file. This is a different error that needs handling added for it: httpx.ConnectError: [Errno 11001] getaddrinfo failed

Along with this, handling needs to be added for httpx.ReadTimeout same as httpx.ConnectTimeout