FYDP-1nil / backend

Fourth Year Design Project @ UWaterloo
https://www.eng.uwaterloo.ca/2023-capstone-design/electrical-computer/
3 stars 1 forks source link

[Streamer] [Bug] Investigate issue with fetching Twitch stream key, API returns 401 #19

Closed Shreyas15srivatsa closed 1 year ago

Shreyas15srivatsa commented 1 year ago

After updating the Oauth token, the second API GET request fails with 401, please look into this.

Image

Additionally, we are not using Youtube for streaming so please clean the service.py to remove any instance of Youtube. Also, clean up mantle side of things where we check the type of stream and invoke the required function. We can skip this step and always invoke twitch from mantle.

madhur4444 commented 1 year ago

Fixed here https://github.com/FYDP-1nil/backend/commit/dcd0c12eebd3c6c2ab084563fc8c1b5c6c47ce7a

Shreyas15srivatsa commented 1 year ago

Reopened since bug not fixed.