Syriiin / irc-to-discord

IRC to Discord and vise-versa chat relay
MIT License
6 stars 2 forks source link

Bridge hangs on discord -> irc code blocks because Hastebin is down #10

Closed Syriiin closed 5 years ago

Syriiin commented 5 years ago

title^ hangs because the http post request doesnt timeout and blocks. can fix hangs by switching out requests for grequests also should handle errors in the case the http post fails so there is some feedback

Syriiin commented 5 years ago

Fixed in cb4e1a0cc1402170c21af7a304d6dce696f2bbe0 using requests-async (https://github.com/encode/requests-async) instead of grequests.