calzoneman / sync

Node.JS Server and JavaScript/HTML Client for synchronizing online media
Other
1.46k stars 235 forks source link

Error when trying to load in twitch vlogs #830

Closed KanchiMoe closed 4 years ago

KanchiMoe commented 4 years ago

Please fill out the templates below to the best of your ability, based on whether your problem is with using the website or with running your own server.

Website Problem

Please confirm whether you've tried the following debugging steps:

Description of the Problem

System Information

calzoneman commented 4 years ago

Looks like Twitch deprecated the version of the API that CyTube depended on; need to migrate to v5 - https://dev.twitch.tv/docs/v5/guides/migration

calzoneman commented 4 years ago

Easy fix: https://github.com/CyTube/mediaquery/commit/724e228e5dcafa9cb2bdc1644ac2d8ec4a4baac6

Need to deploy (have some stacked up changes anyways)

calzoneman commented 4 years ago

Confirmed above test case now works on https://beta.synchtube.me, looking into updating live servers.