I tried Twitch to OSC from Pixel Party (https://gumroad.com/l/twitch_to_osc_pixel_party) and I can’t seem to connect to Twitch. I also tried to work through Elburz’s tutorial here: https://interactiveimmersive.io/blog/content-inputs/twitch-chat-in-touchdesigner/ and I’m just not seeming to be able to connect to Twitch. I’ve got all of the messages constructed in my websocket_callbacks DAT, and I get this block printed when I activate the websocket:
python >>>
/project1/websocket1 GET / HTTP/1.1
Origin: http://irc-ws.chat.twitch.tv
Host: irc-ws.chat.twitch.tv
Cache-Control: no-cache
Pragma: no-cache
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Version: 13
Sec-WebSocket-Key: PcF4PR4fpC4yblOJKbBUdA==
python >>>
/project1/websocket1 connected
I just don’t get any of the connection messages back from the server. I’ve double-checked my oauth and tried refreshing with new ones, checked and tried disabling firewall, tried on another machine, but I just don’t seem to get through. It seems like I’m missing something. Where do I go from here on troubleshooting? How can I figure out what exactly is failing?
Thanks!
Brandon