Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate EventSub whispers #441

Closed
m4-used-rollout opened this issue Oct 14, 2024 · 2 comments
Closed

Investigate EventSub whispers #441

m4-used-rollout opened this issue Oct 14, 2024 · 2 comments

Comments

@m4-used-rollout
Copy link
Member

According to community reports, as of October 13, the bot is suddenly no longer reacting to whispers. It is still able to send them. Please investigate whether EventSub changed how whispers work.

@Felk
Copy link
Member

Felk commented Oct 14, 2024

So far: it appears we're sometimes getting a Bad Request for our EventSub subscription call. TwitchLib only gives us a vague reason and throws the actual reason from twitch away: https://github.com/TwitchLib/TwitchLib.Api/blob/2ea61c70225c0c15d7def7a5808837191e33d778/TwitchLib.Api.Core/HttpCallHandlers/TwitchWebRequest.cs#L124

The EventSub request doesn't get retried because Bad Request currently isn't listed as retryable. Maybe it is?

@Felk
Copy link
Member

Felk commented Oct 16, 2024

seems to have been fixed by #442

The bad requests' actual message was that a websocket connection cannot have subscriptions of different users.

@Felk Felk closed this as completed Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants