Can send chat messages but not receive them #83
Replies: 3 comments
|
To logging part TLS Back to topic.
Until here it looks fine. But it seems you try to initialize the You see this here:
Suggestion |
|
Any progress? |
|
Hey kanimaru, I've had to put this on the backburner for a bit so I haven't had a chance to try your solution yet |
Uh oh!
There was an error while loading. Please reload this page.
I am trying to follow the guides to get printouts in Godot when you send something from Twitch chat (eg: "!hello", "hi"). I am authenticated and have been able to send messages from Godot to chat (eg: "Hello from Godot!"), but I'm not able to receive them. I've got breakpoints in the callbacks and they never seem to get hit. I'm not sure what I'm doing wrong.
I'm following the guides here:
"Subscribe on Ready" is enabled
My logging looks like this. I'm a bit of a webdev novice so I'm not sure if the "connections closing" or "TLS handshake errors" would be causing this problem, or how to resolve them. I've also tried both http and https for the redirect URL. The docs use http but I assume we actually want https.
Any help would be appreciated, thanks!
All reactions