SkullGaming31 / OpenDevBot

Twitch Chatbot using Twurple
MIT License
5 stars 0 forks source link

403 Forbidden Error channel.follow. #16

Closed SkullGaming31 closed 1 year ago

SkullGaming31 commented 1 year ago

Describe the bug When trying to subscribe to the follow event i get a 403 forbidden error

To Reproduce Steps to reproduce the behavior:

  1. in eventSubEvents.ts search for follow
  2. the second param is the moderatorid i tried using my bots id and got a 403 forbidden error

Additional context i have tried to reauth with my bot account to make sure the moderation:read:followers scope was on the bot, the scope is correcltly on the bot but its still giving the 403 forbidden error twurple:eventsub ERROR Subscription channel.follow.31124455.659523613 failed to subscribe: Encountered HTTP status code 403: Forbidden

URL: eventsub/subscriptions Method: POST Body: {"error":"Forbidden","status":403,"message":"subscription missing proper authorization"}