You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey guys so i wrote a script that uses your library a few months back and since the recent update your library no longer connects. i have made no changes to the script as it is the same as when it was first made and worked https://gist.github.com/kamijoutouma/16224ead91cd25977d37
Can someone explain why code that is exactly the same with no changes just suddenly stops working?
I didn't see any changes to the docs and the code follows the docs almoust to a T. yet for some reason the node irc library doesn't even bother to even try connecting. it never even makes it to any events to even tell me what the error is.
So unless you guys made some undocumented completely broken changes i am stumped.
The text was updated successfully, but these errors were encountered:
@jirwin Gonna note that this workaround does fix some of the issues. Found it after doing a bit of digging over at letsencrypt who i use for ssl anyway.
Viola i can connect to espernet now via the command openssl s_client -CApath /etc/ssl/certs -connect irc.esper.net:6697 but still cant use the secure option in the script (which is kinda weird) and the command doesn't work for all of their servers so i think they use different certs for each server anyway.
hey guys so i wrote a script that uses your library a few months back and since the recent update your library no longer connects. i have made no changes to the script as it is the same as when it was first made and worked
https://gist.github.com/kamijoutouma/16224ead91cd25977d37
Can someone explain why code that is exactly the same with no changes just suddenly stops working?
I didn't see any changes to the docs and the code follows the docs almoust to a T. yet for some reason the node irc library doesn't even bother to even try connecting. it never even makes it to any events to even tell me what the error is.
So unless you guys made some undocumented completely broken changes i am stumped.
The text was updated successfully, but these errors were encountered: