robotty / dank-twitch-irc

Connect to Twitch chat from Node.js
https://www.npmjs.com/package/dank-twitch-irc
MIT License
88 stars 25 forks source link

Can join a channel, but not listen for PRIVMSG event (running on server) #355

Closed ASpoonPlaysGames closed 2 years ago

ASpoonPlaysGames commented 2 years ago

I'm trying to run a twitch IRC client on a server, and I can connect, join, and send messages, I just cannot receive messages. It works fine on my computer, but not on the server. Is there a standard way that I'm supposed to go about this? Could server proxying etc. affect this?

ASpoonPlaysGames commented 2 years ago

Some details about the server: It's running using Plesk, and Node.js. I have disabled proxying to Apache, nothing seems to be appearing in my logs about the firewall blocking things, but honestly I really don't know much about servers and stuff, so I might be missing things

ASpoonPlaysGames commented 2 years ago

Update: I just tried it again, without changing anything, and it's working now, idk

Anyway, closing this issue