Team-TAU / tau

TAU- Twitch API Unifier, a containerized relay/proxy to unify the WebHook- and WebSocket-based real-time Twitch APIs under a single (local) WebSocket connection.
MIT License
149 stars 38 forks source link

[BUG] Test Channel Subscription Gift fails #137

Open ched-dev opened 7 months ago

ched-dev commented 7 months ago

Describe the bug Trying to test a Channel Subscription Gift does nothing (API Error)

To Reproduce Steps to reproduce the behavior:

  1. Send a test Channel Subscription Gift with any of the proper data filled in
  2. Nothing happens on screen
  3. Check the Network panel to see a request to /api/twitch/helix/users/follows?to_id=261129104&first=100 failed with 410 Gone

Expected behavior Expected to get the test even to show in the Websocket Stream

Screenshots Failure for user gifted sub

Screen Shot 2024-01-20 at 8 25 33 PM

Failure for anon gifted sub

Screen Shot 2024-01-20 at 8 25 49 PM

Deployment:

Additional context Seems it might be hitting the wrong endpoint

FiniteSingularity commented 7 months ago

Hi @ched-dev,

I am able to replicate the issue. It definitely shouldn't be hitting follows- not sure how that snuck in there. I'll take a look at fixing it later today.