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

Notifications don't come through EventSub callbacks. #42

Open
MitchellHarrison opened this issue Jul 3, 2021 · 1 comment
Open

Notifications don't come through EventSub callbacks. #42

MitchellHarrison opened this issue Jul 3, 2021 · 1 comment
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@MitchellHarrison
Copy link
Owner

app.py successfully creates EventSub subscriptions. The app prints them to the terminal and all of the desired ones are shown. But after the webhooks are established, no notifications appear. No clue on this one so I'm tagging it as "help wanted," but I'll do some digging and see what I find.

Current subscriptions:

  • Stream goes online
  • Stream goes offline
  • Stream info is updated (title, etc.)
  • Channel points are redeemed

All show as established and authenticated, but ngrok doesn't even get a PUT request from Twitch after the initial creation of the webhook (even though it does during creation and authentication).

@MitchellHarrison MitchellHarrison added bug Something isn't working help wanted Extra attention is needed labels Jul 3, 2021
@MitchellHarrison MitchellHarrison self-assigned this Jul 3, 2021
@MitchellHarrison
Copy link
Owner Author

It seems that EventSub requires an SSL callback. I'm going to have to find the best way to get a secured callback IP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant